Claimable [generic contract]
/contracts/Claimable.sol

event

OwnershipRenounced f8df3114

inputs0addresspreviousOwner
event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
function

claimOwnership 4e71e0c8

Allows the pendingOwner address to finalize the transfer.

function, constant

owner 8da5cb5b

function, constant

pendingOwner e30c3978

function

renounceOwnership 715018a6

Renouncing to ownership will leave the contract without an owner. It will not be possible to call the functions with the onlyOwner modifier anymore.

Allows the current owner to relinquish control of the contract.

function

transferOwnership f2fde38b

Allows the current owner to set the pendingOwner address.

inputs0addressnewOwner

The address to transfer ownership to.