Ownable2StepFacet
Inherits: IERC173, IOwnable2Step, Ownable2StepBase, Facet
Functions
Ownable2Step_init
transferOwnership
Starts the ownership transfer to a new account.
Also defined in IERC173.
Parameters
Name
Type
Description
newOwner
address
The address of the new owner.
acceptOwnership
The new owner accepts the ownership transfer.
owner
Returns the owner of the contract.
pendingOwner
Returns the address of the pending owner, if there is one.
Returns
Name
Type
Description
<none>
address
address of the pending owner.
Was this helpful?