UserProxy
/contracts/core/user/UserProxy.sol

event

Forwarded c1de93df

inputs0addressdestination
inputs1uint256value
inputs2bytesdata
event

Received 88a5966d

inputs0addresssender
inputs1uint256value
fallback, payable

UserProxy

function

changeContractOwnership 557f4bc9

Prepares ownership pass. * Can only be called by current owner.

inputs0address_to

address of the next owner. 0x0 is not allowed.

outputs0bool
function

claimContractOwnership 4592cd1d

Finalize ownership pass. * Can only be called by pending owner.

outputs0bool
function, constant

contractOwner ce606ee0

function

destroy 83197ef0

Only owner can call it

Destroy contract and scrub a data

function

forward dffdc75d

inputs0address_destination
inputs1bytes_data
inputs2uint256_value
inputs3bool_throwOnFailedCall
function, constant

pendingContractOwner 5aa77d3c

function

transferContractOwnership a843c51f

Direct ownership pass without change/claim pattern. Can be invoked only by current contract owner

inputs0address_to

the next contract owner

outputs0bool