event
| inputs | 0 | bytes32 | symbol | |
| inputs | 1 | address | restricted | |
event
| inputs | 0 | bytes32 | symbol | |
| inputs | 1 | address | unrestricted | |
function
Passes execution into virtual function. Can only be called by assigned asset proxy.
function is final, and must not be overridden.
| inputs | 0 | address | _spender | |
| inputs | 1 | uint256 | _value | |
| inputs | 2 | address | _sender | |
| outputs | 0 | bool | | |
function, payable
| inputs | 0 | bytes | | |
| inputs | 1 | address | | |
function
Passes execution into virtual function. Can only be called by assigned asset proxy.
function is final, and must not be overridden.
| inputs | 0 | address | _from | |
| inputs | 1 | address | _to | |
| inputs | 2 | uint256 | _value | |
| inputs | 3 | string | _reference | |
| inputs | 4 | address | _sender | |
| outputs | 0 | bool | | |
function
Passes execution into virtual function. Can only be called by assigned asset proxy.
function is final, and must not be overridden.
| inputs | 0 | address | _to | |
| inputs | 1 | uint256 | _value | |
| inputs | 2 | string | _reference | |
| inputs | 3 | address | _sender | |
| outputs | 0 | bool | | |
function
| inputs | 0 | bytes32 | _symbol | |
| inputs | 1 | address | _restricted | |
function
| inputs | 0 | bytes32 | _symbol | |
| inputs | 1 | address | _unrestricted | |
function, constant
Gets eventsHistory contract used for events' triggering
function
Sets asset proxy address. Can be set only once.
function is final, and must not be overridden.
| inputs | 0 | address | _proxy | asset proxy contract address. |
| outputs | 0 | bool | | |
function
called by the owner to pause, triggers stopped state Only admin is allowed to execute this method.
function
Lifts the ban on transfers for given addresses
| inputs | 0 | address[] | _restricted | |
function
called by the owner to unpause, returns to normal state Only admin is allowed to execute this method.
function
Revokes the ban on transfers for given addresses
| inputs | 0 | address[] | _unrestricted | |