TimeAsset
/contracts/core/time/TimeAsset.sol

function

__approve 7b7054c8

Passes execution into virtual function. * Can only be called by assigned asset proxy.

function is final, and must not be overridden.

inputs0address_spender
inputs1uint256_value
inputs2address_sender
outputs0bool
function, payable

__process f2d6e0ab

inputs0bytes_data
inputs1address_sender
function

__transferFromWithReference ec698a28

Passes execution into virtual function. * Can only be called by assigned asset proxy.

function is final, and must not be overridden.

inputs0address_from
inputs1address_to
inputs2uint256_value
inputs3string_reference
inputs4address_sender
outputs0bool
function

__transferWithReference 6a630ee7

Passes execution into virtual function. * Can only be called by assigned asset proxy.

function is final, and must not be overridden.

inputs0address_to
inputs1uint256_value
inputs2string_reference
inputs3address_sender
outputs0bool
function

init 19ab453c

Sets asset proxy address. * Can be set only once.

function is final, and must not be overridden.

inputs0address_proxy

asset proxy contract address.

outputs0bool
function, constant

proxy ec556889