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

     1  [
     2    {
     3      "bytes": "1",
     4      "label": "_initialized",
     5      "offset": 0,
     6      "slot": "0",
     7      "type": "uint8"
     8    },
     9    {
    10      "bytes": "1",
    11      "label": "_initializing",
    12      "offset": 1,
    13      "slot": "0",
    14      "type": "bool"
    15    },
    16    {
    17      "bytes": "32",
    18      "label": "_HASHED_NAME",
    19      "offset": 0,
    20      "slot": "1",
    21      "type": "bytes32"
    22    },
    23    {
    24      "bytes": "32",
    25      "label": "_HASHED_VERSION",
    26      "offset": 0,
    27      "slot": "2",
    28      "type": "bytes32"
    29    },
    30    {
    31      "bytes": "1600",
    32      "label": "__gap",
    33      "offset": 0,
    34      "slot": "3",
    35      "type": "uint256[50]"
    36    },
    37    {
    38      "bytes": "32",
    39      "label": "commitmentTimestamps",
    40      "offset": 0,
    41      "slot": "53",
    42      "type": "mapping(bytes32 => uint256)"
    43    },
    44    {
    45      "bytes": "32",
    46      "label": "usedNonces",
    47      "offset": 0,
    48      "slot": "54",
    49      "type": "mapping(address => mapping(bytes32 => bool))"
    50    },
    51    {
    52      "bytes": "32",
    53      "label": "inviteCounts",
    54      "offset": 0,
    55      "slot": "55",
    56      "type": "mapping(address => uint256)"
    57    }
    58  ]