ChronoBankWalletFallbackSupporter | inputs | 0 | address | _store | |
| 1 | bytes32 | _crate |
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 ce606ee0contractsManager 53253d31destroy 83197ef0Only owner can call it
Destroy contract and scrub a data
fallbackAsset 306a547dDesigned to check if a wallet supports fallback interface. Should be simple and return true or false depending on wether a contract wants to support this interface or not.
| inputs | 0 | bytes32 | _symbol | asset's symbol |
| outputs | 0 | bool |
fallbackAssetInvoke 51ae07d9Defines main operation that will be performed throughout fallback interface. This method will be invoked only in case if fallbackAsset returns true. Purpose is to delegate invocation of any method that contract is allowed to call to a token extension.
| inputs | 0 | bytes32 | _symbol | asset's symbol |
| 1 | address | _from | destination of calling. Contract that will be proposed to be called with data | |
| 2 | bytes | _data | data passed to | |
| outputs | 0 | bool |
fallbackAssetPassOwnership 44fc19ccHelper method to provide a way to pass ownership of the platform after all operations are done to its real owner.
| inputs | 0 | bytes32 | _symbol | asset's symbol |
| 1 | address | _to | real platform owner | |
| outputs | 0 | bool |
isAuthorized fe9fbb80| inputs | 0 | address | key |
lookupManager 4fe59012Will crash if no manager in the system with given identifier.
Returns manager's address by its identifier (type).
| inputs | 0 | bytes32 | _identifier | is a manager's identifier. 0x0 is not allowed. |
pendingContractOwner 5aa77d3csetContractsManager 71d3b573Setter for ContractsManager. Force overrides currect manager.
| inputs | 0 | address | _contractsManager | contracts manager. 0x0 is not allowed. |
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 |