Ownable (IOwnable.sol)
PreviousProxy for deploying SecurityToken instances (STFactory.sol)NextCheckpoint module for issuing ether dividends (DividendCheckpoint.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
IOwnable
The Ownable contract has an owner address, and provides basic authorization control functions, this simplifies the implementation of "user permissions".
Returns owner
Arguments
Name
Type
Description
Allows the current owner to relinquish control of the contract.
Arguments
Name
Type
Description
Allows the current owner to transfer control of the contract to a newOwner.
Arguments
Name
Type
Description
_newOwner
address
The address to transfer ownership to.