WyvernDAOProxy
OwnershipTransferred
8be0079c
inputs | 0 | address | previousOwner | |
1 | address | newOwner |
ReceivedEther
a419615b
inputs | 0 | address | sender | |
1 | uint256 | amount |
ReceivedTokens
d65b48fd
inputs | 0 | address | from | |
1 | uint256 | value | ||
2 | address | token | ||
3 | bytes | extraData |
delegateProxy
fc74dadd
Execute a DELEGATECALL from the proxy contract
Owner only
inputs | 0 | address | dest | Address to which the call will be sent |
1 | bytes | calldata | Calldata to send | |
outputs | 0 | bool | result |
delegateProxyAssert
a018f2b2
Execute a DELEGATECALL and assert success
Same functionality as delegateProxy
, just asserts the return value
inputs | 0 | address | dest | Address to which the call will be sent |
1 | bytes | calldata | Calldata to send |
owner
8da5cb5b
receiveApproval
8f4ffcb1
Receive 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 |
transferOwnership
f2fde38b
Allows the current owner to transfer control of the contract to a newOwner.
inputs | 0 | address | newOwner | The address to transfer ownership to. |