ERC1155Storage

ERC1155Storage

Layout

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

struct Layout {
  mapping(uint256 => uint256) totalSupply;
}

STORAGE_SLOT

bytes32 STORAGE_SLOT

layout

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

Was this helpful?