Ownable
contract Ownable
Reference
Modifiers
onlyOwner
modifier onlyOwner()
Functions
Ownable
function Ownable() public
transferOwnership
function transferOwnership(address newOwner) public
- Modifiers:
- onlyOwner
- Parameters:
newOwner
- address
modifier onlyOwner()
function Ownable() public
function transferOwnership(address newOwner) public
newOwner
- address