BoringOwnable
Methods
claimOwnership
function claimOwnership() external nonpayable
owner
function owner() external view returns (address)
Returns
Name
Type
Description
_0
address
undefined
pendingOwner
function pendingOwner() external view returns (address)
Returns
Name
Type
Description
_0
address
undefined
transferOwnership
function transferOwnership(address newOwner, bool direct, bool renounce) external nonpayable
Parameters
Name
Type
Description
newOwner
address
undefined
direct
bool
undefined
renounce
bool
undefined
Events
OwnershipTransferred
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Parameters
Name
Type
Description
previousOwner indexed
address
undefined
newOwner indexed
address
undefined
Last updated
Was this helpful?