Skip to content

Commit d838c8c

Browse files
committed
updated implementations
1 parent 2266970 commit d838c8c

File tree

4 files changed

+532
-20
lines changed

4 files changed

+532
-20
lines changed

.openzeppelin/unknown-137.json

Lines changed: 133 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"manifestVersion": "3.1",
2+
"manifestVersion": "3.2",
3+
"admin": {
4+
"address": "0x7B31EBDE39019d86D4AC8c1cA6bDBe40b8af7d80",
5+
"txHash": "0x8957cc80ef7d252e5916d3a9d6338beed6ce16fefe65ee3d7f68f48f5cf500fa"
6+
},
7+
"proxies": [],
38
"impls": {
49
"b69313c7b749770a43c8c9c584ac7dcff58a786198ad5b35834ae31a5ee1e7f7": {
510
"address": "0x027dbcA046ca156De9622cD1e2D907d375e53aa7",
@@ -227,10 +232,133 @@
227232
}
228233
}
229234
}
235+
},
236+
"9fdbdeaa989139a9d670235e5f609bcdb3c2fa7794ef01a17dadca4af9ad39a8": {
237+
"address": "0x77f94Eb69B56792bBff41df00a56d35ebe39ce33",
238+
"txHash": "0xef69707cd23b9a4662d1a06ba6489134d463aef87be150817d90be6c22a53139",
239+
"layout": {
240+
"storage": [
241+
{
242+
"contract": "Initializable",
243+
"label": "_initialized",
244+
"type": "t_bool",
245+
"src": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:25"
246+
},
247+
{
248+
"contract": "Initializable",
249+
"label": "_initializing",
250+
"type": "t_bool",
251+
"src": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:30"
252+
},
253+
{
254+
"contract": "ContextUpgradeable",
255+
"label": "__gap",
256+
"type": "t_array(t_uint256)50_storage",
257+
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:31"
258+
},
259+
{
260+
"contract": "OwnableUpgradeable",
261+
"label": "_owner",
262+
"type": "t_address",
263+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:20"
264+
},
265+
{
266+
"contract": "OwnableUpgradeable",
267+
"label": "__gap",
268+
"type": "t_array(t_uint256)49_storage",
269+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:74"
270+
},
271+
{
272+
"contract": "XCAmple",
273+
"label": "controller",
274+
"type": "t_address",
275+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:26"
276+
},
277+
{
278+
"contract": "XCAmple",
279+
"label": "_name",
280+
"type": "t_string_storage",
281+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:51"
282+
},
283+
{
284+
"contract": "XCAmple",
285+
"label": "_symbol",
286+
"type": "t_string_storage",
287+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:52"
288+
},
289+
{
290+
"contract": "XCAmple",
291+
"label": "_decimals",
292+
"type": "t_uint8",
293+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:53"
294+
},
295+
{
296+
"contract": "XCAmple",
297+
"label": "globalAMPLSupply",
298+
"type": "t_uint256",
299+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:56"
300+
},
301+
{
302+
"contract": "XCAmple",
303+
"label": "_gonsPerAMPL",
304+
"type": "t_uint256",
305+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:59"
306+
},
307+
{
308+
"contract": "XCAmple",
309+
"label": "_totalSupply",
310+
"type": "t_uint256",
311+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:62"
312+
},
313+
{
314+
"contract": "XCAmple",
315+
"label": "_gonBalances",
316+
"type": "t_mapping(t_address,t_uint256)",
317+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:67"
318+
},
319+
{
320+
"contract": "XCAmple",
321+
"label": "_allowedXCAmples",
322+
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))",
323+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:71"
324+
},
325+
{
326+
"contract": "XCAmple",
327+
"label": "_nonces",
328+
"type": "t_mapping(t_address,t_uint256)",
329+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:86"
330+
}
331+
],
332+
"types": {
333+
"t_address": {
334+
"label": "address"
335+
},
336+
"t_string_storage": {
337+
"label": "string"
338+
},
339+
"t_uint8": {
340+
"label": "uint8"
341+
},
342+
"t_uint256": {
343+
"label": "uint256"
344+
},
345+
"t_mapping(t_address,t_uint256)": {
346+
"label": "mapping(address => uint256)"
347+
},
348+
"t_mapping(t_address,t_mapping(t_address,t_uint256))": {
349+
"label": "mapping(address => mapping(address => uint256))"
350+
},
351+
"t_array(t_uint256)49_storage": {
352+
"label": "uint256[49]"
353+
},
354+
"t_array(t_uint256)50_storage": {
355+
"label": "uint256[50]"
356+
},
357+
"t_bool": {
358+
"label": "bool"
359+
}
360+
}
361+
}
230362
}
231-
},
232-
"admin": {
233-
"address": "0x7B31EBDE39019d86D4AC8c1cA6bDBe40b8af7d80",
234-
"txHash": "0x8957cc80ef7d252e5916d3a9d6338beed6ce16fefe65ee3d7f68f48f5cf500fa"
235363
}
236364
}

.openzeppelin/unknown-43114.json

Lines changed: 133 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"manifestVersion": "3.1",
2+
"manifestVersion": "3.2",
3+
"admin": {
4+
"address": "0xC9DcF34C93032E4799912ddA196796A35C856576",
5+
"txHash": "0x527f4a10c8e1d5ae5ef83cd462be4a12564f3c22c5fb61053835bb8796c165ea"
6+
},
7+
"proxies": [],
38
"impls": {
49
"b69313c7b749770a43c8c9c584ac7dcff58a786198ad5b35834ae31a5ee1e7f7": {
510
"address": "0x82E415d7F43D2f56d431124c58221Faa249Ded42",
@@ -227,10 +232,133 @@
227232
}
228233
}
229234
}
235+
},
236+
"9fdbdeaa989139a9d670235e5f609bcdb3c2fa7794ef01a17dadca4af9ad39a8": {
237+
"address": "0xAe192568fADF3E2c0481901669aB5AB1BcD31a1F",
238+
"txHash": "0x1ed8bd28cf84d2852d4466c6437239bc2e6b89bf40bd6d3d0311d7c08f025a3c",
239+
"layout": {
240+
"storage": [
241+
{
242+
"contract": "Initializable",
243+
"label": "_initialized",
244+
"type": "t_bool",
245+
"src": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:25"
246+
},
247+
{
248+
"contract": "Initializable",
249+
"label": "_initializing",
250+
"type": "t_bool",
251+
"src": "@openzeppelin/contracts-upgradeable/proxy/Initializable.sol:30"
252+
},
253+
{
254+
"contract": "ContextUpgradeable",
255+
"label": "__gap",
256+
"type": "t_array(t_uint256)50_storage",
257+
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:31"
258+
},
259+
{
260+
"contract": "OwnableUpgradeable",
261+
"label": "_owner",
262+
"type": "t_address",
263+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:20"
264+
},
265+
{
266+
"contract": "OwnableUpgradeable",
267+
"label": "__gap",
268+
"type": "t_array(t_uint256)49_storage",
269+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:74"
270+
},
271+
{
272+
"contract": "XCAmple",
273+
"label": "controller",
274+
"type": "t_address",
275+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:26"
276+
},
277+
{
278+
"contract": "XCAmple",
279+
"label": "_name",
280+
"type": "t_string_storage",
281+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:51"
282+
},
283+
{
284+
"contract": "XCAmple",
285+
"label": "_symbol",
286+
"type": "t_string_storage",
287+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:52"
288+
},
289+
{
290+
"contract": "XCAmple",
291+
"label": "_decimals",
292+
"type": "t_uint8",
293+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:53"
294+
},
295+
{
296+
"contract": "XCAmple",
297+
"label": "globalAMPLSupply",
298+
"type": "t_uint256",
299+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:56"
300+
},
301+
{
302+
"contract": "XCAmple",
303+
"label": "_gonsPerAMPL",
304+
"type": "t_uint256",
305+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:59"
306+
},
307+
{
308+
"contract": "XCAmple",
309+
"label": "_totalSupply",
310+
"type": "t_uint256",
311+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:62"
312+
},
313+
{
314+
"contract": "XCAmple",
315+
"label": "_gonBalances",
316+
"type": "t_mapping(t_address,t_uint256)",
317+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:67"
318+
},
319+
{
320+
"contract": "XCAmple",
321+
"label": "_allowedXCAmples",
322+
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))",
323+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:71"
324+
},
325+
{
326+
"contract": "XCAmple",
327+
"label": "_nonces",
328+
"type": "t_mapping(t_address,t_uint256)",
329+
"src": "contracts/satellite-chain/xc-ampleforth/XCAmple.sol:86"
330+
}
331+
],
332+
"types": {
333+
"t_address": {
334+
"label": "address"
335+
},
336+
"t_string_storage": {
337+
"label": "string"
338+
},
339+
"t_uint8": {
340+
"label": "uint8"
341+
},
342+
"t_uint256": {
343+
"label": "uint256"
344+
},
345+
"t_mapping(t_address,t_uint256)": {
346+
"label": "mapping(address => uint256)"
347+
},
348+
"t_mapping(t_address,t_mapping(t_address,t_uint256))": {
349+
"label": "mapping(address => mapping(address => uint256))"
350+
},
351+
"t_array(t_uint256)49_storage": {
352+
"label": "uint256[49]"
353+
},
354+
"t_array(t_uint256)50_storage": {
355+
"label": "uint256[50]"
356+
},
357+
"t_bool": {
358+
"label": "bool"
359+
}
360+
}
361+
}
230362
}
231-
},
232-
"admin": {
233-
"address": "0xC9DcF34C93032E4799912ddA196796A35C856576",
234-
"txHash": "0x527f4a10c8e1d5ae5ef83cd462be4a12564f3c22c5fb61053835bb8796c165ea"
235363
}
236364
}

0 commit comments

Comments
 (0)