|
| 1 | +{ |
| 2 | + "manifestVersion": "3.1", |
| 3 | + "impls": { |
| 4 | + "b69313c7b749770a43c8c9c584ac7dcff58a786198ad5b35834ae31a5ee1e7f7": { |
| 5 | + "address": "0x027dbcA046ca156De9622cD1e2D907d375e53aa7", |
| 6 | + "txHash": "0x42c5d5b78118dd74337a966d7d308a4d09f4c5c8ab21f441eaf05a532ee6fc1b", |
| 7 | + "layout": { |
| 8 | + "storage": [ |
| 9 | + { |
| 10 | + "contract": "Initializable", |
| 11 | + "label": "_initialized", |
| 12 | + "type": "t_bool", |
| 13 | + "src": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:24" |
| 14 | + }, |
| 15 | + { |
| 16 | + "contract": "Initializable", |
| 17 | + "label": "_initializing", |
| 18 | + "type": "t_bool", |
| 19 | + "src": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:29" |
| 20 | + }, |
| 21 | + { |
| 22 | + "contract": "ContextUpgradeable", |
| 23 | + "label": "__gap", |
| 24 | + "type": "t_array(t_uint256)50_storage", |
| 25 | + "src": "@openzeppelin/contracts-upgradeable/GSN/ContextUpgradeable.sol:31" |
| 26 | + }, |
| 27 | + { |
| 28 | + "contract": "OwnableUpgradeable", |
| 29 | + "label": "_owner", |
| 30 | + "type": "t_address", |
| 31 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:20" |
| 32 | + }, |
| 33 | + { |
| 34 | + "contract": "OwnableUpgradeable", |
| 35 | + "label": "__gap", |
| 36 | + "type": "t_array(t_uint256)49_storage", |
| 37 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:74" |
| 38 | + }, |
| 39 | + { |
| 40 | + "contract": "XCAmple", |
| 41 | + "label": "controller", |
| 42 | + "type": "t_address", |
| 43 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:32" |
| 44 | + }, |
| 45 | + { |
| 46 | + "contract": "XCAmple", |
| 47 | + "label": "_name", |
| 48 | + "type": "t_string_storage", |
| 49 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:57" |
| 50 | + }, |
| 51 | + { |
| 52 | + "contract": "XCAmple", |
| 53 | + "label": "_symbol", |
| 54 | + "type": "t_string_storage", |
| 55 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:58" |
| 56 | + }, |
| 57 | + { |
| 58 | + "contract": "XCAmple", |
| 59 | + "label": "_decimals", |
| 60 | + "type": "t_uint8", |
| 61 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:59" |
| 62 | + }, |
| 63 | + { |
| 64 | + "contract": "XCAmple", |
| 65 | + "label": "globalAMPLSupply", |
| 66 | + "type": "t_uint256", |
| 67 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:62" |
| 68 | + }, |
| 69 | + { |
| 70 | + "contract": "XCAmple", |
| 71 | + "label": "_gonsPerAMPL", |
| 72 | + "type": "t_uint256", |
| 73 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:65" |
| 74 | + }, |
| 75 | + { |
| 76 | + "contract": "XCAmple", |
| 77 | + "label": "_totalSupply", |
| 78 | + "type": "t_uint256", |
| 79 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:68" |
| 80 | + }, |
| 81 | + { |
| 82 | + "contract": "XCAmple", |
| 83 | + "label": "_gonBalances", |
| 84 | + "type": "t_mapping(t_address,t_uint256)", |
| 85 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:73" |
| 86 | + }, |
| 87 | + { |
| 88 | + "contract": "XCAmple", |
| 89 | + "label": "_allowedXCAmples", |
| 90 | + "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))", |
| 91 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:77" |
| 92 | + }, |
| 93 | + { |
| 94 | + "contract": "XCAmple", |
| 95 | + "label": "_nonces", |
| 96 | + "type": "t_mapping(t_address,t_uint256)", |
| 97 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:90" |
| 98 | + } |
| 99 | + ], |
| 100 | + "types": { |
| 101 | + "t_address": { |
| 102 | + "label": "address" |
| 103 | + }, |
| 104 | + "t_string_storage": { |
| 105 | + "label": "string" |
| 106 | + }, |
| 107 | + "t_uint8": { |
| 108 | + "label": "uint8" |
| 109 | + }, |
| 110 | + "t_uint256": { |
| 111 | + "label": "uint256" |
| 112 | + }, |
| 113 | + "t_mapping(t_address,t_uint256)": { |
| 114 | + "label": "mapping(address => uint256)" |
| 115 | + }, |
| 116 | + "t_mapping(t_address,t_mapping(t_address,t_uint256))": { |
| 117 | + "label": "mapping(address => mapping(address => uint256))" |
| 118 | + }, |
| 119 | + "t_array(t_uint256)49_storage": { |
| 120 | + "label": "uint256[49]" |
| 121 | + }, |
| 122 | + "t_array(t_uint256)50_storage": { |
| 123 | + "label": "uint256[50]" |
| 124 | + }, |
| 125 | + "t_bool": { |
| 126 | + "label": "bool" |
| 127 | + } |
| 128 | + } |
| 129 | + } |
| 130 | + }, |
| 131 | + "40eb9e28e32b355be6fd86b258899e6af7766f9e2c89a40c25cf9a251cce30eb": { |
| 132 | + "address": "0x77ca88B795C82026856b8873704443a7944961Af", |
| 133 | + "txHash": "0x86bd1e6f0fd76ee55bfd2fee6353f11d8e15ed19b3dac45f0862d336fa35454f", |
| 134 | + "layout": { |
| 135 | + "storage": [ |
| 136 | + { |
| 137 | + "contract": "Initializable", |
| 138 | + "label": "_initialized", |
| 139 | + "type": "t_bool", |
| 140 | + "src": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:24" |
| 141 | + }, |
| 142 | + { |
| 143 | + "contract": "Initializable", |
| 144 | + "label": "_initializing", |
| 145 | + "type": "t_bool", |
| 146 | + "src": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:29" |
| 147 | + }, |
| 148 | + { |
| 149 | + "contract": "ContextUpgradeable", |
| 150 | + "label": "__gap", |
| 151 | + "type": "t_array(t_uint256)50_storage", |
| 152 | + "src": "@openzeppelin/contracts-upgradeable/GSN/ContextUpgradeable.sol:31" |
| 153 | + }, |
| 154 | + { |
| 155 | + "contract": "OwnableUpgradeable", |
| 156 | + "label": "_owner", |
| 157 | + "type": "t_address", |
| 158 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:20" |
| 159 | + }, |
| 160 | + { |
| 161 | + "contract": "OwnableUpgradeable", |
| 162 | + "label": "__gap", |
| 163 | + "type": "t_array(t_uint256)49_storage", |
| 164 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:74" |
| 165 | + }, |
| 166 | + { |
| 167 | + "contract": "XCAmpleController", |
| 168 | + "label": "xcAmple", |
| 169 | + "type": "t_address", |
| 170 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmpleController.sol:56" |
| 171 | + }, |
| 172 | + { |
| 173 | + "contract": "XCAmpleController", |
| 174 | + "label": "rebaseRelayer", |
| 175 | + "type": "t_address", |
| 176 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmpleController.sol:60" |
| 177 | + }, |
| 178 | + { |
| 179 | + "contract": "XCAmpleController", |
| 180 | + "label": "globalAmpleforthEpoch", |
| 181 | + "type": "t_uint256", |
| 182 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmpleController.sol:63" |
| 183 | + }, |
| 184 | + { |
| 185 | + "contract": "XCAmpleController", |
| 186 | + "label": "lastRebaseTimestampSec", |
| 187 | + "type": "t_uint256", |
| 188 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmpleController.sol:66" |
| 189 | + }, |
| 190 | + { |
| 191 | + "contract": "XCAmpleController", |
| 192 | + "label": "nextGlobalAmpleforthEpoch", |
| 193 | + "type": "t_uint256", |
| 194 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmpleController.sol:69" |
| 195 | + }, |
| 196 | + { |
| 197 | + "contract": "XCAmpleController", |
| 198 | + "label": "nextGlobalAMPLSupply", |
| 199 | + "type": "t_uint256", |
| 200 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmpleController.sol:70" |
| 201 | + }, |
| 202 | + { |
| 203 | + "contract": "XCAmpleController", |
| 204 | + "label": "whitelistedBridgeGateways", |
| 205 | + "type": "t_mapping(t_address,t_bool)", |
| 206 | + "src": "contracts/satellite-chain/xc-ampleforth/XCAmpleController.sol:73" |
| 207 | + } |
| 208 | + ], |
| 209 | + "types": { |
| 210 | + "t_address": { |
| 211 | + "label": "address" |
| 212 | + }, |
| 213 | + "t_uint256": { |
| 214 | + "label": "uint256" |
| 215 | + }, |
| 216 | + "t_mapping(t_address,t_bool)": { |
| 217 | + "label": "mapping(address => bool)" |
| 218 | + }, |
| 219 | + "t_bool": { |
| 220 | + "label": "bool" |
| 221 | + }, |
| 222 | + "t_array(t_uint256)49_storage": { |
| 223 | + "label": "uint256[49]" |
| 224 | + }, |
| 225 | + "t_array(t_uint256)50_storage": { |
| 226 | + "label": "uint256[50]" |
| 227 | + } |
| 228 | + } |
| 229 | + } |
| 230 | + } |
| 231 | + }, |
| 232 | + "admin": { |
| 233 | + "address": "0x7B31EBDE39019d86D4AC8c1cA6bDBe40b8af7d80", |
| 234 | + "txHash": "0x8957cc80ef7d252e5916d3a9d6338beed6ce16fefe65ee3d7f68f48f5cf500fa" |
| 235 | + } |
| 236 | +} |
0 commit comments