github.com/ethereum-optimism/optimism@v1.7.2/packages/contracts-bedrock/snapshots/storageLayout/OptimismMintableERC721.json (about)

     1  [
     2    {
     3      "bytes": "32",
     4      "label": "_name",
     5      "offset": 0,
     6      "slot": "0",
     7      "type": "string"
     8    },
     9    {
    10      "bytes": "32",
    11      "label": "_symbol",
    12      "offset": 0,
    13      "slot": "1",
    14      "type": "string"
    15    },
    16    {
    17      "bytes": "32",
    18      "label": "_owners",
    19      "offset": 0,
    20      "slot": "2",
    21      "type": "mapping(uint256 => address)"
    22    },
    23    {
    24      "bytes": "32",
    25      "label": "_balances",
    26      "offset": 0,
    27      "slot": "3",
    28      "type": "mapping(address => uint256)"
    29    },
    30    {
    31      "bytes": "32",
    32      "label": "_tokenApprovals",
    33      "offset": 0,
    34      "slot": "4",
    35      "type": "mapping(uint256 => address)"
    36    },
    37    {
    38      "bytes": "32",
    39      "label": "_operatorApprovals",
    40      "offset": 0,
    41      "slot": "5",
    42      "type": "mapping(address => mapping(address => bool))"
    43    },
    44    {
    45      "bytes": "32",
    46      "label": "_ownedTokens",
    47      "offset": 0,
    48      "slot": "6",
    49      "type": "mapping(address => mapping(uint256 => uint256))"
    50    },
    51    {
    52      "bytes": "32",
    53      "label": "_ownedTokensIndex",
    54      "offset": 0,
    55      "slot": "7",
    56      "type": "mapping(uint256 => uint256)"
    57    },
    58    {
    59      "bytes": "32",
    60      "label": "_allTokens",
    61      "offset": 0,
    62      "slot": "8",
    63      "type": "uint256[]"
    64    },
    65    {
    66      "bytes": "32",
    67      "label": "_allTokensIndex",
    68      "offset": 0,
    69      "slot": "9",
    70      "type": "mapping(uint256 => uint256)"
    71    },
    72    {
    73      "bytes": "32",
    74      "label": "baseTokenURI",
    75      "offset": 0,
    76      "slot": "10",
    77      "type": "string"
    78    }
    79  ]