github.com/ethereum-optimism/optimism@v1.7.2/packages/contracts-bedrock/snapshots/storageLayout/DelayedWETH.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": "1600", 18 "label": "__gap", 19 "offset": 0, 20 "slot": "1", 21 "type": "uint256[50]" 22 }, 23 { 24 "bytes": "20", 25 "label": "_owner", 26 "offset": 0, 27 "slot": "51", 28 "type": "address" 29 }, 30 { 31 "bytes": "1568", 32 "label": "__gap", 33 "offset": 0, 34 "slot": "52", 35 "type": "uint256[49]" 36 }, 37 { 38 "bytes": "32", 39 "label": "balanceOf", 40 "offset": 0, 41 "slot": "101", 42 "type": "mapping(address => uint256)" 43 }, 44 { 45 "bytes": "32", 46 "label": "allowance", 47 "offset": 0, 48 "slot": "102", 49 "type": "mapping(address => mapping(address => uint256))" 50 }, 51 { 52 "bytes": "32", 53 "label": "withdrawals", 54 "offset": 0, 55 "slot": "103", 56 "type": "mapping(address => mapping(address => struct IDelayedWETH.WithdrawalRequest))" 57 }, 58 { 59 "bytes": "20", 60 "label": "config", 61 "offset": 0, 62 "slot": "104", 63 "type": "contract SuperchainConfig" 64 } 65 ]