OwnershipRenounced f8df3114| inputs | 0 | address | previousOwner |
OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
contactInformation 36f7ab5eowner 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.
setContactInformation b967a52eAllows the owner to set a string with their contact information.
| inputs | 0 | string | _info | The contact information to attach to 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. |