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
getAddress d3a39686| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key |
getBool 98eaf11c| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key |
getBytes32 37d9d7fc| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key |
getInt a6fbf3d2| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key |
getUInt 53aa3f5e| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key |
manager 481c6a75pendingContractOwner 5aa77d3csetAddress 79a7cfee| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key | ||
| 2 | address | _value |
setBool f0f53ee4| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key | ||
| 2 | bool | _value |
setBytes32 a14ff857| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key | ||
| 2 | bytes32 | _value |
setInt 061c8800| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key | ||
| 2 | int256 | _value |
setManager d0ebdbe7| inputs | 0 | address | _manager |
setUInt 53e7168b| inputs | 0 | bytes32 | _crate | |
| 1 | bytes32 | _key | ||
| 2 | uint256 | _value |
transferContractOwnership 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 |
withdrawnTokens d8f9659b| inputs | 0 | address[] | tokens | |
| 1 | address | _to |