constructor
| inputs | 0 | address | _store | |
| inputs | 1 | bytes32 | _crate | |
event
| inputs | 0 | address | self | |
| inputs | 1 | uint256 | errorCode | |
event
| inputs | 0 | address | self | |
| inputs | 1 | address | wallet | |
| inputs | 2 | address | by | |
event
| inputs | 0 | address | self | |
| inputs | 1 | address | wallet | |
function
Prepares 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 | | |
function
Finalize ownership pass. * Can only be called by pending owner.
function
| inputs | 0 | uint256 | _releaseTime | |
function
| inputs | 0 | address[] | _owners | |
| inputs | 1 | uint256 | _required | |
| inputs | 2 | uint256 | _releaseTime | |
function
| inputs | 0 | address | wallet | |
| inputs | 1 | address | by | |
function
| inputs | 0 | address | _contractsManager | |
| inputs | 1 | address | _walletsFactory | |
function, constant
Will 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. |
function
Deletes sender from a list of wallets if present. Designed to be called only by wallet.
function
Setter for ContractsManager. Force overrides currect manager.
| inputs | 0 | address | _contractsManager | contracts manager. 0x0 is not allowed. |
function
| inputs | 0 | address | _eventsHistory | |
function
Direct ownership pass without change/claim pattern. Can be invoked only by current contract owner
| inputs | 0 | address | _to | |
| outputs | 0 | bool | | |
function
| inputs | 0 | address[] | tokens | |
| inputs | 1 | address | _to | |