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

     1  [
     2    {
     3      "bytes": "32",
     4      "label": "modules",
     5      "offset": 0,
     6      "slot": "0",
     7      "type": "mapping(contract IFaucetAuthModule => struct Faucet.ModuleConfig)"
     8    },
     9    {
    10      "bytes": "32",
    11      "label": "timeouts",
    12      "offset": 0,
    13      "slot": "1",
    14      "type": "mapping(contract IFaucetAuthModule => mapping(bytes32 => uint256))"
    15    },
    16    {
    17      "bytes": "32",
    18      "label": "nonces",
    19      "offset": 0,
    20      "slot": "2",
    21      "type": "mapping(bytes32 => mapping(bytes32 => bool))"
    22    }
    23  ]