TimeHolderWallet | 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 53253d31deposit 8340f549Deposits some amount of tokens on wallet's account using ERC20 tokens
Allowed only for timeHolder
| inputs | 0 | address | _asset | an address of token |
| 1 | address | _from | an address of a sender who is willing to transfer her resources | |
| 2 | uint256 | _amount | an amount of tokens (resources) a sender wants to transfer | |
| outputs | 0 | bool |
destroy 83197ef0Only owner can call it
Destroy contract and scrub a data
destroy c6786e5aCall selfdestruct when contract is not needed anymore. Also takes a list of tokens that can be associated and have an account for this contract
Allowed only for contract owner
| inputs | 0 | address[] | tokens | an array of tokens addresses |
| outputs | 0 | uint256 |
init 19ab453c| inputs | 0 | address | _contractsManager |
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 |
withdraw d9caed12Withdraws some amount of tokens from wallet's account using ERC20 tokens
Allowed only for timeHolder
| inputs | 0 | address | _asset | an address of token |
| 1 | address | _to | an address of a receiver who is willing to get stored resources | |
| 2 | uint256 | _amount | an amount of tokens (resources) a receiver wants to get | |
| outputs | 0 | bool |
withdrawnTokens d8f9659b| inputs | 0 | address[] | tokens | |
| 1 | address | _to |