@layerzerolabs/lz-evm-sdk-v2 2.0.7 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/DVN.json +86 -37
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/DVNFeeLib.json +15 -15
- package/deployments/gunzilla-testnet/EndpointV2.json +3009 -0
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/Executor.json +91 -92
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ExecutorFeeLib.json +15 -15
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ExecutorProxyAdmin.json +22 -22
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/Executor_Implementation.json +9 -9
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/Executor_Proxy.json +82 -82
- package/deployments/gunzilla-testnet/LzExecutor.json +332 -0
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/PriceFeed.json +34 -34
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/PriceFeedProxyAdmin.json +22 -22
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/PriceFeed_Implementation.json +9 -9
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/PriceFeed_Proxy.json +32 -32
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ReceiveUln301.json +17 -17
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ReceiveUln302.json +16 -16
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/SendUln301.json +19 -19
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/SendUln302.json +16 -16
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/Treasury.json +15 -15
- package/deployments/gunzilla-testnet/TreasuryFeeHandler.json +125 -0
- package/deployments/polygon-sandbox-local/DVN.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
- package/deployments/polygon-sandbox-local/Executor.json +14 -14
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/polygon-sandbox-local/Treasury.json +2 -2
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/rarible-testnet/DVN.json +1929 -0
- package/deployments/{bsc-sandbox-local → rarible-testnet}/DVNFeeLib.json +17 -17
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/EndpointV2.json +114 -60
- package/deployments/rarible-testnet/Executor.json +1532 -0
- package/deployments/rarible-testnet/ExecutorFeeLib.json +407 -0
- package/deployments/rarible-testnet/ExecutorProxyAdmin.json +283 -0
- package/deployments/rarible-testnet/Executor_Implementation.json +1591 -0
- package/deployments/rarible-testnet/Executor_Proxy.json +365 -0
- package/deployments/rarible-testnet/LzExecutor.json +332 -0
- package/deployments/rarible-testnet/PriceFeed.json +890 -0
- package/deployments/rarible-testnet/PriceFeedProxyAdmin.json +283 -0
- package/deployments/rarible-testnet/PriceFeed_Implementation.json +912 -0
- package/deployments/rarible-testnet/PriceFeed_Proxy.json +244 -0
- package/deployments/rarible-testnet/ReceiveUln301.json +1264 -0
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/ReceiveUln302.json +18 -18
- package/deployments/rarible-testnet/SendUln301.json +1569 -0
- package/deployments/rarible-testnet/SendUln302.json +1527 -0
- package/deployments/rarible-testnet/Treasury.json +412 -0
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/TreasuryFeeHandler.json +11 -11
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/DVN.json +86 -37
- package/deployments/xchain-testnet/DVNFeeLib.json +387 -0
- package/deployments/{bsc-sandbox-local → xchain-testnet}/EndpointV2.json +111 -60
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/Executor.json +91 -92
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ExecutorFeeLib.json +15 -15
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ExecutorProxyAdmin.json +22 -22
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/Executor_Implementation.json +9 -9
- package/deployments/{bsc-sandbox-local → xchain-testnet}/Executor_Proxy.json +82 -82
- package/deployments/xchain-testnet/LzExecutor.json +332 -0
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/PriceFeed.json +34 -34
- package/deployments/{bsc-sandbox-local → xchain-testnet}/PriceFeedProxyAdmin.json +22 -22
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/PriceFeed_Implementation.json +9 -9
- package/deployments/{bsc-sandbox-local → xchain-testnet}/PriceFeed_Proxy.json +32 -32
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ReceiveUln301.json +17 -17
- package/deployments/xchain-testnet/ReceiveUln302.json +954 -0
- package/deployments/{bsc-sandbox-local → xchain-testnet}/SendUln301.json +19 -19
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/SendUln302.json +16 -16
- package/deployments/{bsc-sandbox-local → xchain-testnet}/Treasury.json +15 -15
- package/deployments/{bsc-sandbox-local → xchain-testnet}/TreasuryFeeHandler.json +10 -10
- package/package.json +8 -12
- package/deployments/avalanche-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/bsc-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +0 -708
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -1278,199 +1278,199 @@
|
|
|
1278
1278
|
"type": "constructor"
|
|
1279
1279
|
}
|
|
1280
1280
|
],
|
|
1281
|
-
"transactionHash": "
|
|
1281
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1282
1282
|
"receipt": {
|
|
1283
1283
|
"to": null,
|
|
1284
|
-
"from": "
|
|
1285
|
-
"contractAddress": "
|
|
1284
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1285
|
+
"contractAddress": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1286
1286
|
"transactionIndex": 0,
|
|
1287
|
-
"gasUsed": "
|
|
1288
|
-
"logsBloom": "
|
|
1289
|
-
"blockHash": "
|
|
1290
|
-
"transactionHash": "
|
|
1287
|
+
"gasUsed": "996542",
|
|
1288
|
+
"logsBloom": "0x00000004000040000000000000000000400000000000000004000000000000100000000000000000000000020210000000000000000000000000020000000000000400000000000000000000000002000000000020000000000000000020000000000000030008000000000002000800000000800000000800000000000000000000002010000000080000000080004000200000008080000000800000800000000000200000000000800002000400400000000000000000001010000000000000000020000000000000000000040000002000100400000100004000008060000000000000000000000000000800000000004000000000000000000000800000",
|
|
1289
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4",
|
|
1290
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1291
1291
|
"logs": [
|
|
1292
1292
|
{
|
|
1293
1293
|
"transactionIndex": 0,
|
|
1294
|
-
"blockNumber":
|
|
1295
|
-
"transactionHash": "
|
|
1296
|
-
"address": "
|
|
1294
|
+
"blockNumber": 207,
|
|
1295
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1296
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1297
1297
|
"topics": [
|
|
1298
1298
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1299
|
-
"
|
|
1299
|
+
"0x000000000000000000000000073f5b4fdf17bbc16b0980d49f6c56123477bb51"
|
|
1300
1300
|
],
|
|
1301
1301
|
"data": "0x",
|
|
1302
1302
|
"logIndex": 0,
|
|
1303
|
-
"blockHash": "
|
|
1303
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
1306
|
"transactionIndex": 0,
|
|
1307
|
-
"blockNumber":
|
|
1308
|
-
"transactionHash": "
|
|
1309
|
-
"address": "
|
|
1307
|
+
"blockNumber": 207,
|
|
1308
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1309
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1310
1310
|
"topics": [
|
|
1311
1311
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1312
1312
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1313
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
1314
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1315
1315
|
],
|
|
1316
1316
|
"data": "0x",
|
|
1317
1317
|
"logIndex": 1,
|
|
1318
|
-
"blockHash": "
|
|
1318
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1319
1319
|
},
|
|
1320
1320
|
{
|
|
1321
1321
|
"transactionIndex": 0,
|
|
1322
|
-
"blockNumber":
|
|
1323
|
-
"transactionHash": "
|
|
1324
|
-
"address": "
|
|
1322
|
+
"blockNumber": 207,
|
|
1323
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1324
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1325
1325
|
"topics": [
|
|
1326
1326
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1327
1327
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1328
|
+
"0x00000000000000000000000000c5c0b8e0f75ab862cbaaecfff499db555fbdd2",
|
|
1329
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1330
1330
|
],
|
|
1331
1331
|
"data": "0x",
|
|
1332
1332
|
"logIndex": 2,
|
|
1333
|
-
"blockHash": "
|
|
1333
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"transactionIndex": 0,
|
|
1337
|
-
"blockNumber":
|
|
1338
|
-
"transactionHash": "
|
|
1339
|
-
"address": "
|
|
1337
|
+
"blockNumber": 207,
|
|
1338
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1339
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1340
1340
|
"topics": [
|
|
1341
1341
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1342
1342
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1343
|
+
"0x000000000000000000000000145c041566b21bec558b2a37f1a5ff261ab55998",
|
|
1344
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1345
1345
|
],
|
|
1346
1346
|
"data": "0x",
|
|
1347
1347
|
"logIndex": 3,
|
|
1348
|
-
"blockHash": "
|
|
1348
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
1351
1351
|
"transactionIndex": 0,
|
|
1352
|
-
"blockNumber":
|
|
1353
|
-
"transactionHash": "
|
|
1354
|
-
"address": "
|
|
1352
|
+
"blockNumber": 207,
|
|
1353
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1354
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1355
1355
|
"topics": [
|
|
1356
1356
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1359
|
-
"
|
|
1357
|
+
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1358
|
+
"0x00000000000000000000000055370e0fbb5f5b8daed978ba1c075a499eb107b8",
|
|
1359
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1360
1360
|
],
|
|
1361
1361
|
"data": "0x",
|
|
1362
1362
|
"logIndex": 4,
|
|
1363
|
-
"blockHash": "
|
|
1363
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1364
1364
|
},
|
|
1365
1365
|
{
|
|
1366
1366
|
"transactionIndex": 0,
|
|
1367
|
-
"blockNumber":
|
|
1368
|
-
"transactionHash": "
|
|
1369
|
-
"address": "
|
|
1367
|
+
"blockNumber": 207,
|
|
1368
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1369
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1370
1370
|
"topics": [
|
|
1371
1371
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1372
1372
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1373
|
+
"0x000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9",
|
|
1374
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1375
1375
|
],
|
|
1376
1376
|
"data": "0x",
|
|
1377
1377
|
"logIndex": 5,
|
|
1378
|
-
"blockHash": "
|
|
1378
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1379
1379
|
},
|
|
1380
1380
|
{
|
|
1381
1381
|
"transactionIndex": 0,
|
|
1382
|
-
"blockNumber":
|
|
1383
|
-
"transactionHash": "
|
|
1384
|
-
"address": "
|
|
1382
|
+
"blockNumber": 207,
|
|
1383
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1384
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1385
1385
|
"topics": [
|
|
1386
1386
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1387
1387
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1388
|
+
"0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
|
|
1389
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1390
1390
|
],
|
|
1391
1391
|
"data": "0x",
|
|
1392
1392
|
"logIndex": 6,
|
|
1393
|
-
"blockHash": "
|
|
1393
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1394
1394
|
},
|
|
1395
1395
|
{
|
|
1396
1396
|
"transactionIndex": 0,
|
|
1397
|
-
"blockNumber":
|
|
1398
|
-
"transactionHash": "
|
|
1399
|
-
"address": "
|
|
1397
|
+
"blockNumber": 207,
|
|
1398
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1399
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1400
1400
|
"topics": [
|
|
1401
1401
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1402
1402
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1403
|
+
"0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
|
|
1404
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1405
1405
|
],
|
|
1406
1406
|
"data": "0x",
|
|
1407
1407
|
"logIndex": 7,
|
|
1408
|
-
"blockHash": "
|
|
1408
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1409
1409
|
},
|
|
1410
1410
|
{
|
|
1411
1411
|
"transactionIndex": 0,
|
|
1412
|
-
"blockNumber":
|
|
1413
|
-
"transactionHash": "
|
|
1414
|
-
"address": "
|
|
1412
|
+
"blockNumber": 207,
|
|
1413
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1414
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1415
1415
|
"topics": [
|
|
1416
1416
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1417
1417
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1418
|
+
"0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
|
|
1419
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1420
1420
|
],
|
|
1421
1421
|
"data": "0x",
|
|
1422
1422
|
"logIndex": 8,
|
|
1423
|
-
"blockHash": "
|
|
1423
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"transactionIndex": 0,
|
|
1427
|
-
"blockNumber":
|
|
1428
|
-
"transactionHash": "
|
|
1429
|
-
"address": "
|
|
1427
|
+
"blockNumber": 207,
|
|
1428
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1429
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1430
1430
|
"topics": [
|
|
1431
1431
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1432
1432
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1433
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
1434
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1435
1435
|
],
|
|
1436
1436
|
"data": "0x",
|
|
1437
1437
|
"logIndex": 9,
|
|
1438
|
-
"blockHash": "
|
|
1438
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"transactionIndex": 0,
|
|
1442
|
-
"blockNumber":
|
|
1443
|
-
"transactionHash": "
|
|
1444
|
-
"address": "
|
|
1442
|
+
"blockNumber": 207,
|
|
1443
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1444
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1445
1445
|
"topics": [
|
|
1446
1446
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
1447
1447
|
],
|
|
1448
1448
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1449
1449
|
"logIndex": 10,
|
|
1450
|
-
"blockHash": "
|
|
1450
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1451
1451
|
},
|
|
1452
1452
|
{
|
|
1453
1453
|
"transactionIndex": 0,
|
|
1454
|
-
"blockNumber":
|
|
1455
|
-
"transactionHash": "
|
|
1456
|
-
"address": "
|
|
1454
|
+
"blockNumber": 207,
|
|
1455
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
1456
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
1457
1457
|
"topics": [
|
|
1458
1458
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1459
1459
|
],
|
|
1460
|
-
"data": "
|
|
1460
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b0487596a0b62d1a71d0c33294bd6eb635fc6b09",
|
|
1461
1461
|
"logIndex": 11,
|
|
1462
|
-
"blockHash": "
|
|
1462
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
1463
1463
|
}
|
|
1464
1464
|
],
|
|
1465
|
-
"blockNumber":
|
|
1466
|
-
"cumulativeGasUsed": "
|
|
1465
|
+
"blockNumber": 207,
|
|
1466
|
+
"cumulativeGasUsed": "996542",
|
|
1467
1467
|
"status": 1,
|
|
1468
1468
|
"byzantium": true
|
|
1469
1469
|
},
|
|
1470
1470
|
"args": [
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1471
|
+
"0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
|
|
1472
|
+
"0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
1473
|
+
"0x009fc681000000000000000000000000464570ada09869d8741132183721b4f0769a02870000000000000000000000009ecf72299027e8aefee5dc5351d6d92294f46d2b00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000008b14d287b4150ff22ac73df8be720e933f659abc000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a60000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000c5c0b8e0f75ab862cbaaecfff499db555fbdd2000000000000000000000000145c041566b21bec558b2a37f1a5ff261ab5599800000000000000000000000055370e0fbb5f5b8daed978ba1c075a499eb107b80000000000000000000000000000000000000000000000000000000000000005000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1474
1474
|
],
|
|
1475
1475
|
"numDeployments": 1,
|
|
1476
1476
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1479,26 +1479,25 @@
|
|
|
1479
1479
|
"execute": {
|
|
1480
1480
|
"methodName": "initialize",
|
|
1481
1481
|
"args": [
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1482
|
+
"0x464570adA09869d8741132183721B4f0769a0287",
|
|
1483
|
+
"0x9eCf72299027e8AeFee5DC5351D6d92294F46d2b",
|
|
1484
1484
|
[
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1485
|
+
"0x00C5C0B8e0f75aB862CbAaeCfff499dB555FBDD2",
|
|
1486
|
+
"0x145C041566B21Bec558B2A37F1a5Ff261aB55998",
|
|
1487
|
+
"0x55370E0fBB5f5b8dAeD978BA1c075a499eB107B8"
|
|
1487
1488
|
],
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1489
|
+
"0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
1490
|
+
"0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1490
1491
|
[
|
|
1491
1492
|
"0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9",
|
|
1492
1493
|
"0xF5E8A439C599205C1aB06b535DE46681Aed1007a",
|
|
1493
1494
|
"0x0e251d9095dD128292A28eB383127d05d95BBD17",
|
|
1494
1495
|
"0xc48CaB17Fcb3eb38030bc4EA54B62353d2802Ba8",
|
|
1495
|
-
"
|
|
1496
|
-
"0xaAda98978453263132587D0805C4A17376Af9F13",
|
|
1497
|
-
"0xaAda98978453263132587D0805C4A17376Af9F13"
|
|
1496
|
+
"0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6"
|
|
1498
1497
|
]
|
|
1499
1498
|
]
|
|
1500
1499
|
},
|
|
1501
|
-
"implementation": "
|
|
1500
|
+
"implementation": "0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
|
|
1502
1501
|
"devdoc": {
|
|
1503
1502
|
"details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
|
|
1504
1503
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x53fd4C4fBBd53F6bC58CaE6704b92dB1f360A648",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -327,34 +327,34 @@
|
|
|
327
327
|
"type": "receive"
|
|
328
328
|
}
|
|
329
329
|
],
|
|
330
|
-
"transactionHash": "
|
|
330
|
+
"transactionHash": "0x888f2f909e60b442d0d4fb179df94c642bccbad96c6e9272be99a5e025460f43",
|
|
331
331
|
"receipt": {
|
|
332
332
|
"to": null,
|
|
333
|
-
"from": "
|
|
334
|
-
"contractAddress": "
|
|
333
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
334
|
+
"contractAddress": "0x53fd4C4fBBd53F6bC58CaE6704b92dB1f360A648",
|
|
335
335
|
"transactionIndex": 0,
|
|
336
|
-
"gasUsed": "
|
|
337
|
-
"logsBloom": "
|
|
338
|
-
"blockHash": "
|
|
339
|
-
"transactionHash": "
|
|
336
|
+
"gasUsed": "1309125",
|
|
337
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000080000000000000000000000030000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000020000000000000000000000000000000000000000000000000000000000000008000",
|
|
338
|
+
"blockHash": "0x903bcc80b67d714d5f036fe139e2852e7c5e1469f445dcec15d93789357e5b62",
|
|
339
|
+
"transactionHash": "0x888f2f909e60b442d0d4fb179df94c642bccbad96c6e9272be99a5e025460f43",
|
|
340
340
|
"logs": [
|
|
341
341
|
{
|
|
342
342
|
"transactionIndex": 0,
|
|
343
|
-
"blockNumber":
|
|
344
|
-
"transactionHash": "
|
|
345
|
-
"address": "
|
|
343
|
+
"blockNumber": 203,
|
|
344
|
+
"transactionHash": "0x888f2f909e60b442d0d4fb179df94c642bccbad96c6e9272be99a5e025460f43",
|
|
345
|
+
"address": "0x53fd4C4fBBd53F6bC58CaE6704b92dB1f360A648",
|
|
346
346
|
"topics": [
|
|
347
347
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
348
348
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
349
|
-
"
|
|
349
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
350
350
|
],
|
|
351
351
|
"data": "0x",
|
|
352
352
|
"logIndex": 0,
|
|
353
|
-
"blockHash": "
|
|
353
|
+
"blockHash": "0x903bcc80b67d714d5f036fe139e2852e7c5e1469f445dcec15d93789357e5b62"
|
|
354
354
|
}
|
|
355
355
|
],
|
|
356
|
-
"blockNumber":
|
|
357
|
-
"cumulativeGasUsed": "
|
|
356
|
+
"blockNumber": 203,
|
|
357
|
+
"cumulativeGasUsed": "1309125",
|
|
358
358
|
"status": 1,
|
|
359
359
|
"byzantium": true
|
|
360
360
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -172,53 +172,53 @@
|
|
|
172
172
|
"type": "function"
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
-
"transactionHash": "
|
|
175
|
+
"transactionHash": "0x51f10d79ba0d17b59ce86a176a3ddafa917acf65afcc89c1cba2cedbfcfd5b31",
|
|
176
176
|
"receipt": {
|
|
177
177
|
"to": null,
|
|
178
|
-
"from": "
|
|
179
|
-
"contractAddress": "
|
|
178
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
179
|
+
"contractAddress": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
180
180
|
"transactionIndex": 0,
|
|
181
|
-
"gasUsed": "
|
|
182
|
-
"logsBloom": "
|
|
183
|
-
"blockHash": "
|
|
184
|
-
"transactionHash": "
|
|
181
|
+
"gasUsed": "578920",
|
|
182
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000008000000000200000000000000000000000000000000000020000000000000400000000000080000000000000000001000000000000000000000000000000000000030000000000000000000800000000200000000000000002000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000800000000",
|
|
183
|
+
"blockHash": "0x114b55f019dea35cea4e35fd4580004d6f3386bb51cc9b4de45ad39be66678f4",
|
|
184
|
+
"transactionHash": "0x51f10d79ba0d17b59ce86a176a3ddafa917acf65afcc89c1cba2cedbfcfd5b31",
|
|
185
185
|
"logs": [
|
|
186
186
|
{
|
|
187
187
|
"transactionIndex": 0,
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
190
|
-
"address": "
|
|
188
|
+
"blockNumber": 205,
|
|
189
|
+
"transactionHash": "0x51f10d79ba0d17b59ce86a176a3ddafa917acf65afcc89c1cba2cedbfcfd5b31",
|
|
190
|
+
"address": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
191
191
|
"topics": [
|
|
192
192
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
193
193
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
194
|
-
"
|
|
194
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
195
195
|
],
|
|
196
196
|
"data": "0x",
|
|
197
197
|
"logIndex": 0,
|
|
198
|
-
"blockHash": "
|
|
198
|
+
"blockHash": "0x114b55f019dea35cea4e35fd4580004d6f3386bb51cc9b4de45ad39be66678f4"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"transactionIndex": 0,
|
|
202
|
-
"blockNumber":
|
|
203
|
-
"transactionHash": "
|
|
204
|
-
"address": "
|
|
202
|
+
"blockNumber": 205,
|
|
203
|
+
"transactionHash": "0x51f10d79ba0d17b59ce86a176a3ddafa917acf65afcc89c1cba2cedbfcfd5b31",
|
|
204
|
+
"address": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
205
205
|
"topics": [
|
|
206
206
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
207
|
-
"
|
|
208
|
-
"
|
|
207
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
208
|
+
"0x00000000000000000000000082d16f76d2fb0c4b76a2cee509c8b349769ed230"
|
|
209
209
|
],
|
|
210
210
|
"data": "0x",
|
|
211
211
|
"logIndex": 1,
|
|
212
|
-
"blockHash": "
|
|
212
|
+
"blockHash": "0x114b55f019dea35cea4e35fd4580004d6f3386bb51cc9b4de45ad39be66678f4"
|
|
213
213
|
}
|
|
214
214
|
],
|
|
215
|
-
"blockNumber":
|
|
216
|
-
"cumulativeGasUsed": "
|
|
215
|
+
"blockNumber": 205,
|
|
216
|
+
"cumulativeGasUsed": "578920",
|
|
217
217
|
"status": 1,
|
|
218
218
|
"byzantium": true
|
|
219
219
|
},
|
|
220
220
|
"args": [
|
|
221
|
-
"
|
|
221
|
+
"0x82d16f76D2FB0c4B76A2CEe509C8b349769Ed230"
|
|
222
222
|
],
|
|
223
223
|
"numDeployments": 1,
|
|
224
224
|
"solcInputHash": "719e21e6fdbab5c696bee34c9480cb88",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [],
|
|
@@ -1147,19 +1147,19 @@
|
|
|
1147
1147
|
"type": "function"
|
|
1148
1148
|
}
|
|
1149
1149
|
],
|
|
1150
|
-
"transactionHash": "
|
|
1150
|
+
"transactionHash": "0x95eeadd4e63a65d4b0ba6646b662a53ecd63cdaa686c379a72105cd3dcce4787",
|
|
1151
1151
|
"receipt": {
|
|
1152
1152
|
"to": null,
|
|
1153
|
-
"from": "
|
|
1154
|
-
"contractAddress": "
|
|
1153
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1154
|
+
"contractAddress": "0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
|
|
1155
1155
|
"transactionIndex": 0,
|
|
1156
|
-
"gasUsed": "
|
|
1156
|
+
"gasUsed": "3593195",
|
|
1157
1157
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1158
|
-
"blockHash": "
|
|
1159
|
-
"transactionHash": "
|
|
1158
|
+
"blockHash": "0xa65d58b7f7971738f22000a253700999e947f40e11198ff2023fafaa4ce83051",
|
|
1159
|
+
"transactionHash": "0x95eeadd4e63a65d4b0ba6646b662a53ecd63cdaa686c379a72105cd3dcce4787",
|
|
1160
1160
|
"logs": [],
|
|
1161
|
-
"blockNumber":
|
|
1162
|
-
"cumulativeGasUsed": "
|
|
1161
|
+
"blockNumber": 206,
|
|
1162
|
+
"cumulativeGasUsed": "3593195",
|
|
1163
1163
|
"status": 1,
|
|
1164
1164
|
"byzantium": true
|
|
1165
1165
|
},
|