ChronoBank TIME tokens contract. * The official ChronoBank TIME implementation.
/contracts/assets/TIME.sol

event

Paused 0cb09dc7

inputs0bytes32symbol
event

Restricted d097e4d8

inputs0bytes32symbol
inputs1addressrestricted
event

Unpaused d05bfc22

inputs0bytes32symbol
event

Unrestricted 791b5fd6

inputs0bytes32symbol
inputs1addressunrestricted
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
inputs1address
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, constant

blacklist f9f92be4

inputs0address
function

emitPaused 7df5fd35

inputs0bytes32_symbol
function

emitRestricted 339d8b45

inputs0bytes32_symbol
inputs1address_restricted
function

emitUnpaused 22ccf678

inputs0bytes32_symbol
function

emitUnrestricted 8c8f4880

inputs0bytes32_symbol
inputs1address_unrestricted
function, constant

eventsHistory f07629f8

Gets eventsHistory contract used for events' triggering

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

pause 8456cb59

called by the owner to pause, triggers stopped state Only admin is allowed to execute this method.

function, constant

paused 5c975abb

function, constant

proxy ec556889

function

restrict be57771a

Lifts the ban on transfers for given addresses

inputs0address[]_restricted
function

unpause 3f4ba83a

called by the owner to unpause, returns to normal state Only admin is allowed to execute this method.

function

unrestrict ee47af00

Revokes the ban on transfers for given addresses

inputs0address[]_unrestricted