Ownable
/node_modules/zeppelin-solidity/contracts/ownership/Ownable.sol

constructor

Ownable

event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
function, constant

owner 8da5cb5b

function

transferOwnership f2fde38b

Allows the current owner to transfer control of the contract to a newOwner.

inputs0addressnewOwner

The address to transfer ownership to.