OwnableBase
Inherits: IOwnableBase
Functions
onlyOwner
modifier onlyOwner();
_checkOwner
function _checkOwner() internal view;
_owner
function _owner() internal view returns (address);
_transferOwnership
function _transferOwnership(address newOwner) internal;
_renounceOwnership
function _renounceOwnership() internal;
Last updated
Was this helpful?