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

     1  [
     2    {
     3      "bytes": "20",
     4      "label": "_owner",
     5      "offset": 0,
     6      "slot": "0",
     7      "type": "address"
     8    },
     9    {
    10      "bytes": "32",
    11      "label": "proxyType",
    12      "offset": 0,
    13      "slot": "1",
    14      "type": "mapping(address => enum ProxyAdmin.ProxyType)"
    15    },
    16    {
    17      "bytes": "32",
    18      "label": "implementationName",
    19      "offset": 0,
    20      "slot": "2",
    21      "type": "mapping(address => string)"
    22    },
    23    {
    24      "bytes": "20",
    25      "label": "addressManager",
    26      "offset": 0,
    27      "slot": "3",
    28      "type": "contract AddressManager"
    29    },
    30    {
    31      "bytes": "1",
    32      "label": "upgrading",
    33      "offset": 20,
    34      "slot": "3",
    35      "type": "bool"
    36    }
    37  ]