AuthenticatedProxy | inputs | 0 | address | addrUser | |
| 1 | address | addrRegistry |
ReceivedEther a419615b| inputs | 0 | address | sender | |
| 1 | uint256 | amount |
ReceivedTokens d65b48fd| inputs | 0 | address | from | |
| 1 | uint256 | value | ||
| 2 | address | token | ||
| 3 | bytes | extraData |
Revoked 21650145| inputs | 0 | bool | revoked |
proxy 1b0f7ba9Execute a message call from the proxy contract
Can be called by the user, or by a contract authorized by the registry as long as the user has not revoked access
| inputs | 0 | address | dest | Address to which the call will be sent |
| 1 | uint8 | howToCall | Which kind of call to make | |
| 2 | bytes | calldata | Calldata to send | |
| outputs | 0 | bool | result |
proxyAssert 3f801f91Execute a message call and assert success
Same functionality as proxy, just asserts the return value
| inputs | 0 | address | dest | Address to which the call will be sent |
| 1 | uint8 | howToCall | What kind of call to make | |
| 2 | bytes | calldata | Calldata to send |
receiveApproval 8f4ffcb1Receive tokens and generate a log event
| inputs | 0 | address | from | Address from which to transfer tokens |
| 1 | uint256 | value | Amount of tokens to transfer | |
| 2 | address | token | Address of token | |
| 3 | bytes | extraData | Additional data to log |
registry 7b103999revoked 63d256cesetRevoke 4c93505fSet the revoked flag (allows a user to revoke ProxyRegistry access)
Can be called by the user only
| inputs | 0 | bool | revoke | Whether or not to revoke access |
user 4f8632ba