ERC1155MetadataNameSymbolStorage

ERC1155MetadataNameSymbolStorage

Storage for the name and symbol of the contract.

Layout

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

struct Layout {
  string name;
  string symbol;
}

STORAGE_SLOT

bytes32 STORAGE_SLOT

layout

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

Was this helpful?