github.com/ethereum-optimism/optimism@v1.7.2/packages/contracts-bedrock/snapshots/storageLayout/WETH9.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": "1",
    18      "label": "decimals",
    19      "offset": 0,
    20      "slot": "2",
    21      "type": "uint8"
    22    },
    23    {
    24      "bytes": "32",
    25      "label": "balanceOf",
    26      "offset": 0,
    27      "slot": "3",
    28      "type": "mapping(address => uint256)"
    29    },
    30    {
    31      "bytes": "32",
    32      "label": "allowance",
    33      "offset": 0,
    34      "slot": "4",
    35      "type": "mapping(address => mapping(address => uint256))"
    36    }
    37  ]