OwnershipRenounced f8df3114| inputs | 0 | address | previousOwner |
OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
claimOwnership 4e71e0c8Allows the pendingOwner address to finalize the transfer.
owner 8da5cb5bpendingOwner e30c3978renounceOwnership 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 set the pendingOwner address.
| inputs | 0 | address | newOwner | The address to transfer ownership to. |