__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 | _data | |
| 1 | address | _sender |
__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 |
init 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 |
proxy ec556889