Forwarded c1de93df| inputs | 0 | address | destination | |
| 1 | uint256 | value | ||
| 2 | bytes | data |
Received 88a5966d| inputs | 0 | address | sender | |
| 1 | uint256 | value |
UserProxy changeContractOwnership 557f4bc9Prepares ownership pass. * Can only be called by current owner.
| inputs | 0 | address | _to | address of the next owner. 0x0 is not allowed. |
| outputs | 0 | bool |
claimContractOwnership 4592cd1dFinalize ownership pass. * Can only be called by pending owner.
| outputs | 0 | bool |
contractOwner ce606ee0destroy 83197ef0Only owner can call it
Destroy contract and scrub a data
forward dffdc75d| inputs | 0 | address | _destination | |
| 1 | bytes | _data | ||
| 2 | uint256 | _value | ||
| 3 | bool | _throwOnFailedCall |
pendingContractOwner 5aa77d3ctransferContractOwnership a843c51fDirect ownership pass without change/claim pattern. Can be invoked only by current contract owner
| inputs | 0 | address | _to | the next contract owner |
| outputs | 0 | bool |