Contactable token [generic contract]
/contracts/Contactable.sol

event

OwnershipRenounced f8df3114

inputs0addresspreviousOwner
event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
function, constant

contactInformation 36f7ab5e

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

setContactInformation b967a52e

Allows the owner to set a string with their contact information.

inputs0string_info

The contact information to attach to 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.