OwnableFacet
Inherits: IERC173, OwnableBase, Facet
Functions
Ownable_init
owner
Returns the owner of the contract.
transferOwnership
Transfers the ownership of the contract to a new account (newOwner
).
OwnershipTransferred event is emitted here.