Destructible OwnershipRenounced f8df3114| inputs | 0 | address | previousOwner |
OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
destroy 83197ef0Transfers the current balance to the owner and terminates the contract.
destroyAndSend f5074f41| inputs | 0 | address | _recipient |
owner 8da5cb5brenounceOwnership 715018a6Renouncing 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.
transferOwnership f2fde38bAllows the current owner to transfer control of the contract to a newOwner.
| inputs | 0 | address | _newOwner | The address to transfer ownership to. |