You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pragmasolidity^0.4.17;contractERC745{eventAuthorized(address_destination,uint_maxValue,bytes4_method,uintexpiration);eventUnauthorized(address_destination,bytes4_method);eventExecuted(address_destination,uint_value,bytes4_method);/** * @notice Authorizes call method `_method` to `_destination` with maximum value of `_maxValue` with expiration of `_expiration`; */functionauthorize(address_destination,uint_maxValue,bytes4_method,uint_expiration)public;/** * @notice Unauthorizes call method `_method` to `_destination`. */functionunauthorize(address_destination,bytes4_method)public;/** * @dev executes into `_destination`. */functionexecute(address_destination,uint_value,bytes_data)publicreturns(boolresult);/** * @dev reads authorization */functionisAuthorized(address_trustedCaller,address_destination,uint256_value,bytes_data)publicconstantreturns(bool);}
poc-user-authorisation-levels
v0.0
Background / Context
Goal/user story: Enable a user to act in the name of an organisation. Enable the organisation to manage authorisation levels.
More:
Hypothesis:
Method
documentation/code
Result
present findings
Recommendation
write recomendation
The text was updated successfully, but these errors were encountered: