|
| 1 | +{ |
| 2 | + "manifestVersion": "3.2", |
| 3 | + "proxies": [ |
| 4 | + { |
| 5 | + "address": "0xd39a346e8299F4e3685f3D44215e0c9328e73439", |
| 6 | + "txHash": "0x467b507ec9e71feea80d0c8b5e46a122ef1945eeaaa8cd3d9dbaa1ad692405e1", |
| 7 | + "kind": "uups" |
| 8 | + }, |
| 9 | + { |
| 10 | + "address": "0x68A2f4423ad3bf5139Db563CF3bC80aA09ed7079", |
| 11 | + "txHash": "0xcd948dc5947c8fcda70ba7cbcdbdb0236db2f007b680f2eb5d3fe7c4c43a23fc", |
| 12 | + "kind": "uups" |
| 13 | + } |
| 14 | + ], |
| 15 | + "impls": { |
| 16 | + "f81fdad50c4628dce7f1a7ebf243ab81c2f61f18d2d7ff651bb95a932120d900": { |
| 17 | + "address": "0xE63FE02b180c4158Bd215E6A0b197ADe334E7007", |
| 18 | + "txHash": "0xc90b975c1b354a0eb12856fee013edf8806ef5dcf20458272e00586b9d784aea", |
| 19 | + "layout": { |
| 20 | + "solcVersion": "0.8.19", |
| 21 | + "storage": [ |
| 22 | + { |
| 23 | + "label": "_initialized", |
| 24 | + "offset": 0, |
| 25 | + "slot": "0", |
| 26 | + "type": "t_uint8", |
| 27 | + "contract": "Initializable", |
| 28 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63", |
| 29 | + "retypedFrom": "bool" |
| 30 | + }, |
| 31 | + { |
| 32 | + "label": "_initializing", |
| 33 | + "offset": 1, |
| 34 | + "slot": "0", |
| 35 | + "type": "t_bool", |
| 36 | + "contract": "Initializable", |
| 37 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68" |
| 38 | + }, |
| 39 | + { |
| 40 | + "label": "__gap", |
| 41 | + "offset": 0, |
| 42 | + "slot": "1", |
| 43 | + "type": "t_array(t_uint256)50_storage", |
| 44 | + "contract": "ContextUpgradeable", |
| 45 | + "src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36" |
| 46 | + }, |
| 47 | + { |
| 48 | + "label": "_owner", |
| 49 | + "offset": 0, |
| 50 | + "slot": "51", |
| 51 | + "type": "t_address", |
| 52 | + "contract": "OwnableUpgradeable", |
| 53 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22" |
| 54 | + }, |
| 55 | + { |
| 56 | + "label": "__gap", |
| 57 | + "offset": 0, |
| 58 | + "slot": "52", |
| 59 | + "type": "t_array(t_uint256)49_storage", |
| 60 | + "contract": "OwnableUpgradeable", |
| 61 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94" |
| 62 | + }, |
| 63 | + { |
| 64 | + "label": "_paused", |
| 65 | + "offset": 0, |
| 66 | + "slot": "101", |
| 67 | + "type": "t_bool", |
| 68 | + "contract": "PausableUpgradeable", |
| 69 | + "src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:29" |
| 70 | + }, |
| 71 | + { |
| 72 | + "label": "__gap", |
| 73 | + "offset": 0, |
| 74 | + "slot": "102", |
| 75 | + "type": "t_array(t_uint256)49_storage", |
| 76 | + "contract": "PausableUpgradeable", |
| 77 | + "src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:116" |
| 78 | + }, |
| 79 | + { |
| 80 | + "label": "_status", |
| 81 | + "offset": 0, |
| 82 | + "slot": "151", |
| 83 | + "type": "t_uint256", |
| 84 | + "contract": "ReentrancyGuardUpgradeable", |
| 85 | + "src": "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol:38" |
| 86 | + }, |
| 87 | + { |
| 88 | + "label": "__gap", |
| 89 | + "offset": 0, |
| 90 | + "slot": "152", |
| 91 | + "type": "t_array(t_uint256)49_storage", |
| 92 | + "contract": "ReentrancyGuardUpgradeable", |
| 93 | + "src": "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol:88" |
| 94 | + }, |
| 95 | + { |
| 96 | + "label": "__gap", |
| 97 | + "offset": 0, |
| 98 | + "slot": "201", |
| 99 | + "type": "t_array(t_uint256)50_storage", |
| 100 | + "contract": "ERC1967UpgradeUpgradeable", |
| 101 | + "src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:169" |
| 102 | + }, |
| 103 | + { |
| 104 | + "label": "__gap", |
| 105 | + "offset": 0, |
| 106 | + "slot": "251", |
| 107 | + "type": "t_array(t_uint256)50_storage", |
| 108 | + "contract": "UUPSUpgradeable", |
| 109 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:111" |
| 110 | + }, |
| 111 | + { |
| 112 | + "label": "_baseURIString", |
| 113 | + "offset": 0, |
| 114 | + "slot": "301", |
| 115 | + "type": "t_string_storage", |
| 116 | + "contract": "TablelandTables", |
| 117 | + "src": "contracts/TablelandTables.sol:27" |
| 118 | + }, |
| 119 | + { |
| 120 | + "label": "_controllers", |
| 121 | + "offset": 0, |
| 122 | + "slot": "302", |
| 123 | + "type": "t_mapping(t_uint256,t_address)", |
| 124 | + "contract": "TablelandTables", |
| 125 | + "src": "contracts/TablelandTables.sol:29" |
| 126 | + }, |
| 127 | + { |
| 128 | + "label": "_locks", |
| 129 | + "offset": 0, |
| 130 | + "slot": "303", |
| 131 | + "type": "t_mapping(t_uint256,t_bool)", |
| 132 | + "contract": "TablelandTables", |
| 133 | + "src": "contracts/TablelandTables.sol:31" |
| 134 | + } |
| 135 | + ], |
| 136 | + "types": { |
| 137 | + "t_address": { |
| 138 | + "label": "address", |
| 139 | + "numberOfBytes": "20" |
| 140 | + }, |
| 141 | + "t_array(t_uint256)49_storage": { |
| 142 | + "label": "uint256[49]", |
| 143 | + "numberOfBytes": "1568" |
| 144 | + }, |
| 145 | + "t_array(t_uint256)50_storage": { |
| 146 | + "label": "uint256[50]", |
| 147 | + "numberOfBytes": "1600" |
| 148 | + }, |
| 149 | + "t_bool": { |
| 150 | + "label": "bool", |
| 151 | + "numberOfBytes": "1" |
| 152 | + }, |
| 153 | + "t_mapping(t_uint256,t_address)": { |
| 154 | + "label": "mapping(uint256 => address)", |
| 155 | + "numberOfBytes": "32" |
| 156 | + }, |
| 157 | + "t_mapping(t_uint256,t_bool)": { |
| 158 | + "label": "mapping(uint256 => bool)", |
| 159 | + "numberOfBytes": "32" |
| 160 | + }, |
| 161 | + "t_string_storage": { |
| 162 | + "label": "string", |
| 163 | + "numberOfBytes": "32" |
| 164 | + }, |
| 165 | + "t_uint256": { |
| 166 | + "label": "uint256", |
| 167 | + "numberOfBytes": "32" |
| 168 | + }, |
| 169 | + "t_uint8": { |
| 170 | + "label": "uint8", |
| 171 | + "numberOfBytes": "1" |
| 172 | + } |
| 173 | + } |
| 174 | + } |
| 175 | + } |
| 176 | + } |
| 177 | +} |
0 commit comments