OpenSeaContractStorage

OpenSeaContractStorage

Layout

keccak256(abi.encode(uint256(keccak256("io.roji.products.facets.OpenSeaContractStorage")) - 1)) & ~bytes32(uint256(0xff));

struct Layout {
  string contractURI;
}

STORAGE_SLOT

bytes32 STORAGE_SLOT

layout

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

Was this helpful?