Pausable [generic contract]
/contracts/Pausable.sol

event

OwnershipRenounced f8df3114

inputs0addresspreviousOwner
event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
event

Pause 6985a022

event

Unpause 7805862f

function, constant

owner 8da5cb5b

function

pause 8456cb59

called by the owner to pause, triggers stopped state

function, constant

paused 5c975abb

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.

function

unpause 3f4ba83a

called by the owner to unpause, returns to normal state