@perfect-abstractions/compose/access/Owner/Data/OwnerDataFacet.solRead-only Owner data access for diamonds
owner().OwnerStorage at erc8042:erc173.owner with OwnerDataMod and other Ownership facets.STORAGE_POSITIONbytes32keccak256("erc173.owner"))Returns the address of the diamond owner
Returns:
-addressaddress(0) if unset or renounced.OwnerDataMod (for example OwnerTransferFacet) so owner() always reflects the real owner.erc173.ownersetContractOwner() in OwnerDataMod to initialize the owner when constructing your diamond.