constructor
| inputs | 0 | address | _store | |
| inputs | 1 | bytes32 | _crate | |
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 | address | _contractsManager | |
function
| inputs | 0 | address | executor | |
| inputs | 1 | address | code | |
| inputs | 2 | bytes4 | featureSig | |
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, constant
| inputs | 0 | address | code | |
| inputs | 1 | bytes4 | sig | |
function, constant
| inputs | 0 | address | code | |
| inputs | 1 | bytes4 | sig | |
function
Setter for ContractsManager. Force overrides currect manager.
| inputs | 0 | address | _contractsManager | contracts manager. 0x0 is not allowed. |
function
| inputs | 0 | address | _eventsHistory | |
function
| inputs | 0 | address | code | |
| inputs | 1 | bytes4 | sig | |
| inputs | 2 | uint256 | requiredBalance | |
| inputs | 3 | uint256 | price | |
function
| inputs | 0 | address | executor | |
| inputs | 1 | address | code | |
| inputs | 2 | bytes4 | featureSig | |
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 | |