Destructible [generic contract]
/contracts/Destructible.sol

constructor, payable

Destructible

event

OwnershipRenounced f8df3114

inputs0addresspreviousOwner
event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
function

destroy 83197ef0

Transfers the current balance to the owner and terminates the contract.

function

destroyAndSend f5074f41

inputs0address_recipient
function, constant

owner 8da5cb5b

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 transfer control of the contract to a newOwner.

inputs0address_newOwner

The address to transfer ownership to.