BoringOwnable
Methods
claimOwnership
function claimOwnership() external nonpayableowner
function owner() external view returns (address)Returns
Name
Type
Description
pendingOwner
function pendingOwner() external view returns (address)Returns
Name
Type
Description
transferOwnership
function transferOwnership(address newOwner, bool direct, bool renounce) external nonpayableParameters
Name
Type
Description
Events
OwnershipTransferred
Parameters
Name
Type
Description
Last updated
Was this helpful?