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