ContractsManager | inputs | 0 | address | _store | |
| 1 | bytes32 | _crate |
Error 9cf38cf2| inputs | 0 | address | self | |
| 1 | uint256 | errorCode |
LogAddContract 78d9711b| inputs | 0 | address | contractAddress | |
| 1 | bytes32 | t |
LogContractAddressChange 7f67b774| inputs | 0 | address | contractAddress | |
| 1 | bytes32 | t |
addContract b7c46cd5Allow owner to add new contract
| inputs | 0 | address | _contract | contacts address |
| 1 | bytes32 | _type | contracts type | |
| outputs | 0 | uint256 |
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
getContractAddressByType bc657927Returns a contracts address by given type.
| inputs | 0 | bytes32 | _type | |
| outputs | 0 | address | contractAddress |
getContractAddresses 953874d2Returns an array containing all contracts addresses.
| outputs | 0 | address[] |
isExists e0d4f1c3Tells whether a contract wit a given address exists.
| inputs | 0 | address | _contract | |
| outputs | 0 | bool |
pendingContractOwner 5aa77d3cremoveContract c375c2efAllow owner to add new contract
| inputs | 0 | address | _contract | contacts address |
| outputs | 0 | uint256 |
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 |