Paused 0cb09dc7| inputs | 0 | bytes32 | symbol |
Restricted d097e4d8| inputs | 0 | bytes32 | symbol | |
| 1 | address | restricted |
Unpaused d05bfc22| inputs | 0 | bytes32 | symbol |
Unrestricted 791b5fd6| inputs | 0 | bytes32 | symbol | |
| 1 | address | unrestricted |
__approve 7b7054c8Passes execution into virtual function. Can only be called by assigned asset proxy.
function is final, and must not be overridden.
| inputs | 0 | address | _spender | |
| 1 | uint256 | _value | ||
| 2 | address | _sender | ||
| outputs | 0 | bool |
__process f2d6e0ab| inputs | 0 | bytes | ||
| 1 | address |
__transferFromWithReference ec698a28Passes execution into virtual function. Can only be called by assigned asset proxy.
function is final, and must not be overridden.
| inputs | 0 | address | _from | |
| 1 | address | _to | ||
| 2 | uint256 | _value | ||
| 3 | string | _reference | ||
| 4 | address | _sender | ||
| outputs | 0 | bool |
__transferWithReference 6a630ee7Passes execution into virtual function. Can only be called by assigned asset proxy.
function is final, and must not be overridden.
| inputs | 0 | address | _to | |
| 1 | uint256 | _value | ||
| 2 | string | _reference | ||
| 3 | address | _sender | ||
| outputs | 0 | bool |
blacklist f9f92be4| inputs | 0 | address |
calculateFee 99a5d747Return fee that needs to be taken based on specified amount. Fee amount is always rounded up.
| inputs | 0 | uint256 | _value | |
| outputs | 0 | uint256 |
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 ce606ee0destroy 83197ef0Only owner can call it
Destroy contract and scrub a data
emitPaused 7df5fd35| inputs | 0 | bytes32 | _symbol |
emitRestricted 339d8b45| inputs | 0 | bytes32 | _symbol | |
| 1 | address | _restricted |
emitUnpaused 22ccf678| inputs | 0 | bytes32 | _symbol |
emitUnrestricted 8c8f4880| inputs | 0 | bytes32 | _symbol | |
| 1 | address | _unrestricted |
eventsHistory f07629f8Gets eventsHistory contract used for events' triggering
feeAddress 41275358feePercent 7fd6f15cinit 19ab453cSets 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 |
pause 8456cb59called by the owner to pause, triggers stopped state Only admin is allowed to execute this method.
paused 5c975abbpendingContractOwner 5aa77d3cproxy ec556889restrict be57771aLifts the ban on transfers for given addresses
| inputs | 0 | address[] | _restricted |
setFee 1ab971abSets fee percent value. Can be changed multiple times
| inputs | 0 | uint32 | _feePercent | fee percent, 1 is 0.01%, 10000 is 100%. |
setFeeAddress 8705fcd4Sets fee address separate from setting fee percent value. Can be set only once
| inputs | 0 | address | _feeAddress | fee collecting address |
| outputs | 0 | bool |
setupFee ae8800faSets fee collecting address and fee percent.
| inputs | 0 | address | _feeAddress | fee collecting address. |
| 1 | uint32 | _feePercent | fee percent, 1 is 0.01%, 10000 is 100%. | |
| outputs | 0 | bool |
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 |
unpause 3f4ba83acalled by the owner to unpause, returns to normal state Only admin is allowed to execute this method.
unrestrict ee47af00Revokes the ban on transfers for given addresses
| inputs | 0 | address[] | _unrestricted |