Owned contract with arbitrary call forwarding. * Allows an owner to perform any action by the name of this contract. * Note: should not be used in contracts that must make calls not controlled by owner.
/contracts/core/common/Rooted.sol

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

forwardCall 6effec50

Perform an arbitrary call. * Can only be called by contract owner. Throws if call forwarding failed.

inputs0address_to

address to call to.

inputs1uint256_value

wei value to pass with the call.

inputs2bytes_data

bytes data to pass with the call.

outputs0bool
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
function

withdrawnTokens d8f9659b

inputs0address[]tokens
inputs1address_to