ERC173OwnershipFacetStorage

ERC173OwnershipFacetStorage

Layout

struct Layout {
  address owner;
}

STORAGE_SLOT

bytes32 STORAGE_SLOT

layout

function layout() internal pure returns (struct ERC173OwnershipFacetStorage.Layout l)

Was this helpful?