@layerzerolabs/lz-evm-sdk-v2 3.0.14 → 3.0.16
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/CHANGELOG.md +16 -0
- package/README.md +1 -0
- package/deployments/ape-mainnet/Executor.json +53 -18
- package/deployments/ape-mainnet/ExecutorFeeLib.json +198 -18
- package/deployments/ape-mainnet/Executor_Implementation.json +82 -34
- package/deployments/arbitrum-sandbox-local/DVN.json +13 -13
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +5 -5
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +9 -9
- package/deployments/arbitrum-sandbox-local/EndpointV2View.json +9 -9
- package/deployments/arbitrum-sandbox-local/EndpointV2View_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/EndpointV2View_Proxy.json +9 -9
- package/deployments/arbitrum-sandbox-local/Executor.json +31 -31
- package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +5 -5
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +5 -5
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +7 -7
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +31 -31
- package/deployments/arbitrum-sandbox-local/LzExecutor.json +11 -11
- package/deployments/arbitrum-sandbox-local/LzExecutor_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/LzExecutor_Proxy.json +11 -11
- package/deployments/arbitrum-sandbox-local/MultiCall.json +3 -3
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +3 -3
- package/deployments/arbitrum-sandbox-local/PriceFeed.json +11 -11
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/arbitrum-sandbox-local/ReadLib1002.json +5 -5
- package/deployments/arbitrum-sandbox-local/ReadLib1002View.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReadLib1002ViewProxyAdmin.json +7 -7
- package/deployments/arbitrum-sandbox-local/ReadLib1002View_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/ReadLib1002View_Proxy.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +5 -5
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +5 -5
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
- package/deployments/arbitrum-sandbox-local/SendUln301.json +5 -5
- package/deployments/arbitrum-sandbox-local/SendUln302.json +5 -5
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +5 -5
- package/deployments/arbitrum-sandbox-local/Treasury.json +5 -5
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +3 -3
- package/deployments/avalanche-mainnet/Executor.json +51 -3
- package/deployments/avalanche-mainnet/ExecutorFeeLib.json +201 -21
- package/deployments/avalanche-mainnet/Executor_Implementation.json +99 -51
- package/deployments/bsc-mainnet/Executor.json +51 -3
- package/deployments/bsc-mainnet/ExecutorFeeLib.json +201 -21
- package/deployments/bsc-mainnet/Executor_Implementation.json +99 -51
- package/deployments/bsc-sandbox-local/DVN.json +19 -19
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/bsc-sandbox-local/EndpointV2.json +13 -13
- package/deployments/bsc-sandbox-local/EndpointV2View.json +13 -13
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/Executor.json +46 -46
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +7 -7
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +7 -7
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +46 -46
- package/deployments/bsc-sandbox-local/LzExecutor.json +16 -16
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/MultiCall.json +4 -4
- package/deployments/bsc-sandbox-local/NonceContractMock.json +4 -4
- package/deployments/bsc-sandbox-local/PriceFeed.json +16 -16
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/ReadLib1002.json +7 -7
- package/deployments/bsc-sandbox-local/ReadLib1002View.json +13 -13
- package/deployments/bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/ReadLib1002View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReadLib1002View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +7 -7
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +7 -7
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/SendUln301.json +7 -7
- package/deployments/bsc-sandbox-local/SendUln302.json +7 -7
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +7 -7
- package/deployments/bsc-sandbox-local/Treasury.json +7 -7
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +4 -4
- package/deployments/ethereum-sandbox-local/DVN.json +19 -19
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/ethereum-sandbox-local/EndpointV2.json +13 -13
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +13 -13
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +13 -13
- package/deployments/ethereum-sandbox-local/Executor.json +46 -46
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +7 -7
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +7 -7
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +10 -10
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +46 -46
- package/deployments/ethereum-sandbox-local/LzExecutor.json +16 -16
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +16 -16
- package/deployments/ethereum-sandbox-local/MultiCall.json +4 -4
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +4 -4
- package/deployments/ethereum-sandbox-local/PriceFeed.json +16 -16
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/ethereum-sandbox-local/ReadLib1002.json +7 -7
- package/deployments/ethereum-sandbox-local/ReadLib1002View.json +13 -13
- package/deployments/ethereum-sandbox-local/ReadLib1002ViewProxyAdmin.json +10 -10
- package/deployments/ethereum-sandbox-local/ReadLib1002View_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/ReadLib1002View_Proxy.json +13 -13
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +7 -7
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +13 -13
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +7 -7
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +13 -13
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
- package/deployments/ethereum-sandbox-local/SendUln301.json +7 -7
- package/deployments/ethereum-sandbox-local/SendUln302.json +7 -7
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +7 -7
- package/deployments/ethereum-sandbox-local/Treasury.json +7 -7
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +4 -4
- package/deployments/islander-mainnet/DVN.json +2109 -0
- package/deployments/islander-mainnet/DVNFeeLib.json +925 -0
- package/deployments/islander-mainnet/DeadDVN.json +204 -0
- package/deployments/islander-mainnet/DefaultProxyAdmin.json +259 -0
- package/deployments/islander-mainnet/EndpointV2.json +2947 -0
- package/deployments/islander-mainnet/EndpointV2View.json +436 -0
- package/deployments/islander-mainnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/islander-mainnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/islander-mainnet/Executor.json +1669 -0
- package/deployments/islander-mainnet/ExecutorFeeLib.json +619 -0
- package/deployments/islander-mainnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/islander-mainnet/Executor_Implementation.json +1768 -0
- package/deployments/islander-mainnet/Executor_Proxy.json +336 -0
- package/deployments/islander-mainnet/LzExecutor.json +758 -0
- package/deployments/islander-mainnet/LzExecutor_Implementation.json +704 -0
- package/deployments/islander-mainnet/LzExecutor_Proxy.json +245 -0
- package/deployments/islander-mainnet/MultiCall.json +150 -0
- package/deployments/islander-mainnet/PriceFeed.json +935 -0
- package/deployments/islander-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/islander-mainnet/PriceFeed_Implementation.json +977 -0
- package/deployments/islander-mainnet/PriceFeed_Proxy.json +245 -0
- package/deployments/islander-mainnet/ReceiveUln301.json +1293 -0
- package/deployments/islander-mainnet/ReceiveUln301View.json +355 -0
- package/deployments/islander-mainnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/islander-mainnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/islander-mainnet/ReceiveUln302.json +1007 -0
- package/deployments/islander-mainnet/ReceiveUln302View.json +479 -0
- package/deployments/islander-mainnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/islander-mainnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/islander-mainnet/SendUln301.json +1570 -0
- package/deployments/islander-mainnet/SendUln302.json +1528 -0
- package/deployments/islander-mainnet/Treasury.json +413 -0
- package/deployments/islander-mainnet/TreasuryFeeHandler.json +126 -0
- package/deployments/polygon-mainnet/Executor.json +51 -3
- package/deployments/polygon-mainnet/ExecutorFeeLib.json +208 -28
- package/deployments/polygon-mainnet/Executor_Implementation.json +107 -59
- package/deployments/polygon-sandbox-local/DVN.json +13 -13
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +5 -5
- package/deployments/polygon-sandbox-local/EndpointV2.json +9 -9
- package/deployments/polygon-sandbox-local/EndpointV2View.json +9 -9
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/Executor.json +31 -31
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +5 -5
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +5 -5
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +31 -31
- package/deployments/polygon-sandbox-local/LzExecutor.json +11 -11
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/MultiCall.json +3 -3
- package/deployments/polygon-sandbox-local/NonceContractMock.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed.json +11 -11
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/ReadLib1002.json +5 -5
- package/deployments/polygon-sandbox-local/ReadLib1002View.json +9 -9
- package/deployments/polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/ReadLib1002View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReadLib1002View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/SendUln301.json +5 -5
- package/deployments/polygon-sandbox-local/SendUln302.json +5 -5
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +5 -5
- package/deployments/polygon-sandbox-local/Treasury.json +5 -5
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +3 -3
- package/deployments/tron-sandbox-local/DVN.json +35 -35
- package/deployments/tron-sandbox-local/DVNDecompressor.json +12 -12
- package/deployments/tron-sandbox-local/DVNFeeLib.json +10 -10
- package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +8 -8
- package/deployments/tron-sandbox-local/EndpointV2.json +19 -19
- package/deployments/tron-sandbox-local/EndpointV2View.json +25 -25
- package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +23 -23
- package/deployments/tron-sandbox-local/Executor.json +79 -79
- package/deployments/tron-sandbox-local/ExecutorDecompressor.json +9 -9
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +8 -8
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +14 -14
- package/deployments/tron-sandbox-local/Executor_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/Executor_Proxy.json +71 -71
- package/deployments/tron-sandbox-local/LzExecutor.json +26 -26
- package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +22 -22
- package/deployments/tron-sandbox-local/MultiCall.json +6 -6
- package/deployments/tron-sandbox-local/NonceContractMock.json +7 -7
- package/deployments/tron-sandbox-local/PriceFeed.json +22 -22
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +11 -11
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +21 -21
- package/deployments/tron-sandbox-local/ReadLib1002.json +11 -11
- package/deployments/tron-sandbox-local/ReadLib1002View.json +26 -26
- package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +14 -14
- package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +5 -5
- package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +23 -23
- package/deployments/tron-sandbox-local/ReceiveUln301.json +11 -11
- package/deployments/tron-sandbox-local/ReceiveUln301View.json +26 -26
- package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +23 -23
- package/deployments/tron-sandbox-local/ReceiveUln302.json +11 -11
- package/deployments/tron-sandbox-local/ReceiveUln302View.json +26 -26
- package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +5 -5
- package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +23 -23
- package/deployments/tron-sandbox-local/SendUln301.json +13 -13
- package/deployments/tron-sandbox-local/SendUln302.json +11 -11
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +11 -11
- package/deployments/tron-sandbox-local/Treasury.json +10 -10
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +7 -7
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xf3d87521317C89A126BB4cB06041A6044e69cCc1",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -1500,82 +1500,82 @@
|
|
|
1500
1500
|
"type": "function"
|
|
1501
1501
|
}
|
|
1502
1502
|
],
|
|
1503
|
-
"transactionHash": "
|
|
1503
|
+
"transactionHash": "0xa9c6ac5849c34fad4b692df46bd96b9454ea159c7527e42676bc9ab2f9d52b95",
|
|
1504
1504
|
"receipt": {
|
|
1505
1505
|
"to": null,
|
|
1506
1506
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
1507
|
-
"contractAddress": "
|
|
1507
|
+
"contractAddress": "0xf3d87521317C89A126BB4cB06041A6044e69cCc1",
|
|
1508
1508
|
"transactionIndex": 0,
|
|
1509
1509
|
"gasUsed": "4564677",
|
|
1510
1510
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1511
|
-
"blockHash": "
|
|
1512
|
-
"transactionHash": "
|
|
1511
|
+
"blockHash": "0x000000000000009f6e144aaec65b45d0dfb71b8a111fcf833a02a02b8ff136d1",
|
|
1512
|
+
"transactionHash": "0xa9c6ac5849c34fad4b692df46bd96b9454ea159c7527e42676bc9ab2f9d52b95",
|
|
1513
1513
|
"logs": [
|
|
1514
1514
|
{
|
|
1515
1515
|
"transactionIndex": 0,
|
|
1516
|
-
"blockNumber":
|
|
1517
|
-
"transactionHash": "
|
|
1518
|
-
"address": "
|
|
1516
|
+
"blockNumber": 159,
|
|
1517
|
+
"transactionHash": "0xa9c6ac5849c34fad4b692df46bd96b9454ea159c7527e42676bc9ab2f9d52b95",
|
|
1518
|
+
"address": "0xf3d87521317C89A126BB4cB06041A6044e69cCc1",
|
|
1519
1519
|
"topics": [
|
|
1520
1520
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1521
1521
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1522
|
-
"
|
|
1522
|
+
"0x000000000000000000000000bae6a377804734a39ccdcc9df2c04da2847862f7",
|
|
1523
1523
|
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1524
1524
|
],
|
|
1525
1525
|
"data": "0x",
|
|
1526
1526
|
"logIndex": 0,
|
|
1527
|
-
"blockHash": "
|
|
1527
|
+
"blockHash": "0x000000000000009f6e144aaec65b45d0dfb71b8a111fcf833a02a02b8ff136d1"
|
|
1528
1528
|
},
|
|
1529
1529
|
{
|
|
1530
1530
|
"transactionIndex": 0,
|
|
1531
|
-
"blockNumber":
|
|
1532
|
-
"transactionHash": "
|
|
1533
|
-
"address": "
|
|
1531
|
+
"blockNumber": 159,
|
|
1532
|
+
"transactionHash": "0xa9c6ac5849c34fad4b692df46bd96b9454ea159c7527e42676bc9ab2f9d52b95",
|
|
1533
|
+
"address": "0xf3d87521317C89A126BB4cB06041A6044e69cCc1",
|
|
1534
1534
|
"topics": [
|
|
1535
1535
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1536
1536
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1537
|
-
"
|
|
1537
|
+
"0x0000000000000000000000000115d2f47982f1c0c597ee072cc48ac463fc21d2",
|
|
1538
1538
|
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1539
1539
|
],
|
|
1540
1540
|
"data": "0x",
|
|
1541
1541
|
"logIndex": 1,
|
|
1542
|
-
"blockHash": "
|
|
1542
|
+
"blockHash": "0x000000000000009f6e144aaec65b45d0dfb71b8a111fcf833a02a02b8ff136d1"
|
|
1543
1543
|
},
|
|
1544
1544
|
{
|
|
1545
1545
|
"transactionIndex": 0,
|
|
1546
|
-
"blockNumber":
|
|
1547
|
-
"transactionHash": "
|
|
1548
|
-
"address": "
|
|
1546
|
+
"blockNumber": 159,
|
|
1547
|
+
"transactionHash": "0xa9c6ac5849c34fad4b692df46bd96b9454ea159c7527e42676bc9ab2f9d52b95",
|
|
1548
|
+
"address": "0xf3d87521317C89A126BB4cB06041A6044e69cCc1",
|
|
1549
1549
|
"topics": [
|
|
1550
1550
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1551
1551
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1552
|
-
"
|
|
1552
|
+
"0x0000000000000000000000006beb39009b47a614dbed1dc50d7b7fe3784823e6",
|
|
1553
1553
|
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1554
1554
|
],
|
|
1555
1555
|
"data": "0x",
|
|
1556
1556
|
"logIndex": 2,
|
|
1557
|
-
"blockHash": "
|
|
1557
|
+
"blockHash": "0x000000000000009f6e144aaec65b45d0dfb71b8a111fcf833a02a02b8ff136d1"
|
|
1558
1558
|
},
|
|
1559
1559
|
{
|
|
1560
1560
|
"transactionIndex": 0,
|
|
1561
|
-
"blockNumber":
|
|
1562
|
-
"transactionHash": "
|
|
1563
|
-
"address": "
|
|
1561
|
+
"blockNumber": 159,
|
|
1562
|
+
"transactionHash": "0xa9c6ac5849c34fad4b692df46bd96b9454ea159c7527e42676bc9ab2f9d52b95",
|
|
1563
|
+
"address": "0xf3d87521317C89A126BB4cB06041A6044e69cCc1",
|
|
1564
1564
|
"topics": [
|
|
1565
1565
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1566
1566
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1567
|
-
"
|
|
1567
|
+
"0x000000000000000000000000fb608d6b4cf51c71a529fe2559db11015d1ef4a0",
|
|
1568
1568
|
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1569
1569
|
],
|
|
1570
1570
|
"data": "0x",
|
|
1571
1571
|
"logIndex": 3,
|
|
1572
|
-
"blockHash": "
|
|
1572
|
+
"blockHash": "0x000000000000009f6e144aaec65b45d0dfb71b8a111fcf833a02a02b8ff136d1"
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
1575
|
"transactionIndex": 0,
|
|
1576
|
-
"blockNumber":
|
|
1577
|
-
"transactionHash": "
|
|
1578
|
-
"address": "
|
|
1576
|
+
"blockNumber": 159,
|
|
1577
|
+
"transactionHash": "0xa9c6ac5849c34fad4b692df46bd96b9454ea159c7527e42676bc9ab2f9d52b95",
|
|
1578
|
+
"address": "0xf3d87521317C89A126BB4cB06041A6044e69cCc1",
|
|
1579
1579
|
"topics": [
|
|
1580
1580
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1581
1581
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1584,10 +1584,10 @@
|
|
|
1584
1584
|
],
|
|
1585
1585
|
"data": "0x",
|
|
1586
1586
|
"logIndex": 4,
|
|
1587
|
-
"blockHash": "
|
|
1587
|
+
"blockHash": "0x000000000000009f6e144aaec65b45d0dfb71b8a111fcf833a02a02b8ff136d1"
|
|
1588
1588
|
}
|
|
1589
1589
|
],
|
|
1590
|
-
"blockNumber":
|
|
1590
|
+
"blockNumber": 159,
|
|
1591
1591
|
"cumulativeGasUsed": "4564677",
|
|
1592
1592
|
"status": 1,
|
|
1593
1593
|
"byzantium": true
|
|
@@ -1596,12 +1596,12 @@
|
|
|
1596
1596
|
50420,
|
|
1597
1597
|
20420,
|
|
1598
1598
|
[
|
|
1599
|
-
"
|
|
1600
|
-
"
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1599
|
+
"0xbAE6A377804734A39CcdCC9df2c04dA2847862f7",
|
|
1600
|
+
"0x0115D2f47982f1C0c597Ee072cC48ac463FC21D2",
|
|
1601
|
+
"0x6bEb39009B47A614DbeD1Dc50D7B7Fe3784823E6",
|
|
1602
|
+
"0xFB608d6b4cf51c71A529fE2559Db11015D1Ef4A0"
|
|
1603
1603
|
],
|
|
1604
|
-
"
|
|
1604
|
+
"0x2f5684D8CbBF3029d71ad47f75C43C12193b385A",
|
|
1605
1605
|
[
|
|
1606
1606
|
"0x9c79357189d6aF261691ECF48de9A6bbF30438Fc",
|
|
1607
1607
|
"0xC4c81D5C1851702d27d602aA8ff830A7689F17cc"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xC5001cc96E4653e00B37145fBf5785568396A760",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -320,22 +320,22 @@
|
|
|
320
320
|
"type": "function"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
323
|
-
"transactionHash": "
|
|
323
|
+
"transactionHash": "0xee95007814afc95f629e7c761852177023339279bec74f43b6dbd35ffa2a2469",
|
|
324
324
|
"receipt": {
|
|
325
325
|
"to": null,
|
|
326
326
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
327
|
-
"contractAddress": "
|
|
327
|
+
"contractAddress": "0xC5001cc96E4653e00B37145fBf5785568396A760",
|
|
328
328
|
"transactionIndex": 0,
|
|
329
329
|
"gasUsed": "1408820",
|
|
330
330
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
331
|
-
"blockHash": "
|
|
332
|
-
"transactionHash": "
|
|
331
|
+
"blockHash": "0x00000000000000a17333053936fc054bee5d6624fa378e464cf8f2bc46dff2f1",
|
|
332
|
+
"transactionHash": "0xee95007814afc95f629e7c761852177023339279bec74f43b6dbd35ffa2a2469",
|
|
333
333
|
"logs": [
|
|
334
334
|
{
|
|
335
335
|
"transactionIndex": 0,
|
|
336
336
|
"blockNumber": 161,
|
|
337
|
-
"transactionHash": "
|
|
338
|
-
"address": "
|
|
337
|
+
"transactionHash": "0xee95007814afc95f629e7c761852177023339279bec74f43b6dbd35ffa2a2469",
|
|
338
|
+
"address": "0xC5001cc96E4653e00B37145fBf5785568396A760",
|
|
339
339
|
"topics": [
|
|
340
340
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
341
341
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
],
|
|
344
344
|
"data": "0x",
|
|
345
345
|
"logIndex": 0,
|
|
346
|
-
"blockHash": "
|
|
346
|
+
"blockHash": "0x00000000000000a17333053936fc054bee5d6624fa378e464cf8f2bc46dff2f1"
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
349
|
"blockNumber": 161,
|
|
@@ -356,21 +356,21 @@
|
|
|
356
356
|
[
|
|
357
357
|
{
|
|
358
358
|
"idx": 1,
|
|
359
|
-
"addr": "
|
|
359
|
+
"addr": "0xf3d87521317C89A126BB4cB06041A6044e69cCc1"
|
|
360
360
|
}
|
|
361
361
|
],
|
|
362
362
|
[
|
|
363
363
|
{
|
|
364
364
|
"idx": 1,
|
|
365
|
-
"addr": "
|
|
365
|
+
"addr": "0xC9b6deb2bF7b18Ff0E72F74F8fE486CeFb8183A8"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"idx": 2,
|
|
369
|
-
"addr": "
|
|
369
|
+
"addr": "0xFB608d6b4cf51c71A529fE2559Db11015D1Ef4A0"
|
|
370
370
|
},
|
|
371
371
|
{
|
|
372
372
|
"idx": 3,
|
|
373
|
-
"addr": "
|
|
373
|
+
"addr": "0x32C2b0d5B9f84176793a1F7D6c93f261C0571839"
|
|
374
374
|
}
|
|
375
375
|
]
|
|
376
376
|
],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x912541764b5376BbeB3B3D3F0d34Fd967A4ec802",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -686,22 +686,22 @@
|
|
|
686
686
|
"type": "receive"
|
|
687
687
|
}
|
|
688
688
|
],
|
|
689
|
-
"transactionHash": "
|
|
689
|
+
"transactionHash": "0xa3c3d8b6b1c18936498aeaa15da559df3a42a77b2c81adb6e8df1619a429918c",
|
|
690
690
|
"receipt": {
|
|
691
691
|
"to": null,
|
|
692
692
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
693
|
-
"contractAddress": "
|
|
693
|
+
"contractAddress": "0x912541764b5376BbeB3B3D3F0d34Fd967A4ec802",
|
|
694
694
|
"transactionIndex": 0,
|
|
695
695
|
"gasUsed": "2112602",
|
|
696
696
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
697
|
-
"blockHash": "
|
|
698
|
-
"transactionHash": "
|
|
697
|
+
"blockHash": "0x000000000000009d435779da32f5536b9b91e865bafb95914554136ffc7cdce7",
|
|
698
|
+
"transactionHash": "0xa3c3d8b6b1c18936498aeaa15da559df3a42a77b2c81adb6e8df1619a429918c",
|
|
699
699
|
"logs": [
|
|
700
700
|
{
|
|
701
701
|
"transactionIndex": 0,
|
|
702
|
-
"blockNumber":
|
|
703
|
-
"transactionHash": "
|
|
704
|
-
"address": "
|
|
702
|
+
"blockNumber": 157,
|
|
703
|
+
"transactionHash": "0xa3c3d8b6b1c18936498aeaa15da559df3a42a77b2c81adb6e8df1619a429918c",
|
|
704
|
+
"address": "0x912541764b5376BbeB3B3D3F0d34Fd967A4ec802",
|
|
705
705
|
"topics": [
|
|
706
706
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
707
707
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -709,10 +709,10 @@
|
|
|
709
709
|
],
|
|
710
710
|
"data": "0x",
|
|
711
711
|
"logIndex": 0,
|
|
712
|
-
"blockHash": "
|
|
712
|
+
"blockHash": "0x000000000000009d435779da32f5536b9b91e865bafb95914554136ffc7cdce7"
|
|
713
713
|
}
|
|
714
714
|
],
|
|
715
|
-
"blockNumber":
|
|
715
|
+
"blockNumber": 157,
|
|
716
716
|
"cumulativeGasUsed": "2112602",
|
|
717
717
|
"status": 1,
|
|
718
718
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xeE4dF3C2Ff1277C3EF6402b4389e75E0b67fB606",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -162,22 +162,22 @@
|
|
|
162
162
|
"type": "function"
|
|
163
163
|
}
|
|
164
164
|
],
|
|
165
|
-
"transactionHash": "
|
|
165
|
+
"transactionHash": "0xd84c7f3422a9796cd5599ff07c16fff8563ba953660f12903e4241b8775a0c74",
|
|
166
166
|
"receipt": {
|
|
167
167
|
"to": null,
|
|
168
168
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
169
|
-
"contractAddress": "
|
|
169
|
+
"contractAddress": "0xeE4dF3C2Ff1277C3EF6402b4389e75E0b67fB606",
|
|
170
170
|
"transactionIndex": 0,
|
|
171
171
|
"gasUsed": "600330",
|
|
172
172
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
173
|
-
"blockHash": "
|
|
174
|
-
"transactionHash": "
|
|
173
|
+
"blockHash": "0x00000000000000712bf6f369d54fa2000a24d416f0d0ff7d603e4c5c37f23fd1",
|
|
174
|
+
"transactionHash": "0xd84c7f3422a9796cd5599ff07c16fff8563ba953660f12903e4241b8775a0c74",
|
|
175
175
|
"logs": [
|
|
176
176
|
{
|
|
177
177
|
"transactionIndex": 0,
|
|
178
178
|
"blockNumber": 113,
|
|
179
|
-
"transactionHash": "
|
|
180
|
-
"address": "
|
|
179
|
+
"transactionHash": "0xd84c7f3422a9796cd5599ff07c16fff8563ba953660f12903e4241b8775a0c74",
|
|
180
|
+
"address": "0xeE4dF3C2Ff1277C3EF6402b4389e75E0b67fB606",
|
|
181
181
|
"topics": [
|
|
182
182
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
183
183
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
],
|
|
186
186
|
"data": "0x",
|
|
187
187
|
"logIndex": 0,
|
|
188
|
-
"blockHash": "
|
|
188
|
+
"blockHash": "0x00000000000000712bf6f369d54fa2000a24d416f0d0ff7d603e4c5c37f23fd1"
|
|
189
189
|
}
|
|
190
190
|
],
|
|
191
191
|
"blockNumber": 113,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x8288659CB5B850f0aa8Ecc9a739B60169EeAc3E4",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -2352,22 +2352,22 @@
|
|
|
2352
2352
|
"type": "function"
|
|
2353
2353
|
}
|
|
2354
2354
|
],
|
|
2355
|
-
"transactionHash": "
|
|
2355
|
+
"transactionHash": "0xb6aa1e3d7ebef8ebdea078ed592c0ed592575ee74ca9ad3cc9bcb3183b499436",
|
|
2356
2356
|
"receipt": {
|
|
2357
2357
|
"to": null,
|
|
2358
2358
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
2359
|
-
"contractAddress": "
|
|
2359
|
+
"contractAddress": "0x8288659CB5B850f0aa8Ecc9a739B60169EeAc3E4",
|
|
2360
2360
|
"transactionIndex": 0,
|
|
2361
2361
|
"gasUsed": "5356428",
|
|
2362
2362
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
2363
|
-
"blockHash": "
|
|
2364
|
-
"transactionHash": "
|
|
2363
|
+
"blockHash": "0x000000000000006fdd9f57026fc58dbd6c755e14777e57dd2677983643897d8a",
|
|
2364
|
+
"transactionHash": "0xb6aa1e3d7ebef8ebdea078ed592c0ed592575ee74ca9ad3cc9bcb3183b499436",
|
|
2365
2365
|
"logs": [
|
|
2366
2366
|
{
|
|
2367
2367
|
"transactionIndex": 0,
|
|
2368
|
-
"blockNumber":
|
|
2369
|
-
"transactionHash": "
|
|
2370
|
-
"address": "
|
|
2368
|
+
"blockNumber": 111,
|
|
2369
|
+
"transactionHash": "0xb6aa1e3d7ebef8ebdea078ed592c0ed592575ee74ca9ad3cc9bcb3183b499436",
|
|
2370
|
+
"address": "0x8288659CB5B850f0aa8Ecc9a739B60169EeAc3E4",
|
|
2371
2371
|
"topics": [
|
|
2372
2372
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2373
2373
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -2375,25 +2375,25 @@
|
|
|
2375
2375
|
],
|
|
2376
2376
|
"data": "0x",
|
|
2377
2377
|
"logIndex": 0,
|
|
2378
|
-
"blockHash": "
|
|
2378
|
+
"blockHash": "0x000000000000006fdd9f57026fc58dbd6c755e14777e57dd2677983643897d8a"
|
|
2379
2379
|
},
|
|
2380
2380
|
{
|
|
2381
2381
|
"transactionIndex": 0,
|
|
2382
|
-
"blockNumber":
|
|
2383
|
-
"transactionHash": "
|
|
2384
|
-
"address": "
|
|
2382
|
+
"blockNumber": 111,
|
|
2383
|
+
"transactionHash": "0xb6aa1e3d7ebef8ebdea078ed592c0ed592575ee74ca9ad3cc9bcb3183b499436",
|
|
2384
|
+
"address": "0x8288659CB5B850f0aa8Ecc9a739B60169EeAc3E4",
|
|
2385
2385
|
"topics": [
|
|
2386
2386
|
"0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
|
|
2387
2387
|
],
|
|
2388
|
-
"data": "
|
|
2388
|
+
"data": "0x000000000000000000000000786a67da28a7cfea5474c1b5c086583b81e03ad3",
|
|
2389
2389
|
"logIndex": 1,
|
|
2390
|
-
"blockHash": "
|
|
2390
|
+
"blockHash": "0x000000000000006fdd9f57026fc58dbd6c755e14777e57dd2677983643897d8a"
|
|
2391
2391
|
},
|
|
2392
2392
|
{
|
|
2393
2393
|
"transactionIndex": 0,
|
|
2394
|
-
"blockNumber":
|
|
2395
|
-
"transactionHash": "
|
|
2396
|
-
"address": "
|
|
2394
|
+
"blockNumber": 111,
|
|
2395
|
+
"transactionHash": "0xb6aa1e3d7ebef8ebdea078ed592c0ed592575ee74ca9ad3cc9bcb3183b499436",
|
|
2396
|
+
"address": "0x8288659CB5B850f0aa8Ecc9a739B60169EeAc3E4",
|
|
2397
2397
|
"topics": [
|
|
2398
2398
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2399
2399
|
"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
@@ -2401,10 +2401,10 @@
|
|
|
2401
2401
|
],
|
|
2402
2402
|
"data": "0x",
|
|
2403
2403
|
"logIndex": 2,
|
|
2404
|
-
"blockHash": "
|
|
2404
|
+
"blockHash": "0x000000000000006fdd9f57026fc58dbd6c755e14777e57dd2677983643897d8a"
|
|
2405
2405
|
}
|
|
2406
2406
|
],
|
|
2407
|
-
"blockNumber":
|
|
2407
|
+
"blockNumber": 111,
|
|
2408
2408
|
"cumulativeGasUsed": "5356428",
|
|
2409
2409
|
"status": 1,
|
|
2410
2410
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x149c2162fF8bd9d8eDc05AddBf8a37da8F05aA56",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -331,64 +331,64 @@
|
|
|
331
331
|
"type": "constructor"
|
|
332
332
|
}
|
|
333
333
|
],
|
|
334
|
-
"transactionHash": "
|
|
334
|
+
"transactionHash": "0x84654ae4d7a447b9662bb224cb4206539b30ed5db8c95ee38003e8604ab7cbc9",
|
|
335
335
|
"receipt": {
|
|
336
336
|
"to": null,
|
|
337
337
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
338
|
-
"contractAddress": "
|
|
338
|
+
"contractAddress": "0x149c2162fF8bd9d8eDc05AddBf8a37da8F05aA56",
|
|
339
339
|
"transactionIndex": 0,
|
|
340
340
|
"gasUsed": "569376",
|
|
341
341
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
342
|
-
"blockHash": "
|
|
343
|
-
"transactionHash": "
|
|
342
|
+
"blockHash": "0x000000000000007368ab7227a7e09c7b7c39df05fc62f02ca9895935ef4ccd24",
|
|
343
|
+
"transactionHash": "0x84654ae4d7a447b9662bb224cb4206539b30ed5db8c95ee38003e8604ab7cbc9",
|
|
344
344
|
"logs": [
|
|
345
345
|
{
|
|
346
346
|
"transactionIndex": 0,
|
|
347
|
-
"blockNumber":
|
|
348
|
-
"transactionHash": "
|
|
349
|
-
"address": "
|
|
347
|
+
"blockNumber": 115,
|
|
348
|
+
"transactionHash": "0x84654ae4d7a447b9662bb224cb4206539b30ed5db8c95ee38003e8604ab7cbc9",
|
|
349
|
+
"address": "0x149c2162fF8bd9d8eDc05AddBf8a37da8F05aA56",
|
|
350
350
|
"topics": [
|
|
351
351
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
352
|
-
"
|
|
352
|
+
"0x00000000000000000000000071e0eb804a02bc64ae134124ae124be6a8461f9c"
|
|
353
353
|
],
|
|
354
354
|
"data": "0x",
|
|
355
355
|
"logIndex": 0,
|
|
356
|
-
"blockHash": "
|
|
356
|
+
"blockHash": "0x000000000000007368ab7227a7e09c7b7c39df05fc62f02ca9895935ef4ccd24"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"transactionIndex": 0,
|
|
360
|
-
"blockNumber":
|
|
361
|
-
"transactionHash": "
|
|
362
|
-
"address": "
|
|
360
|
+
"blockNumber": 115,
|
|
361
|
+
"transactionHash": "0x84654ae4d7a447b9662bb224cb4206539b30ed5db8c95ee38003e8604ab7cbc9",
|
|
362
|
+
"address": "0x149c2162fF8bd9d8eDc05AddBf8a37da8F05aA56",
|
|
363
363
|
"topics": [
|
|
364
364
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
365
365
|
],
|
|
366
366
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
367
367
|
"logIndex": 1,
|
|
368
|
-
"blockHash": "
|
|
368
|
+
"blockHash": "0x000000000000007368ab7227a7e09c7b7c39df05fc62f02ca9895935ef4ccd24"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"transactionIndex": 0,
|
|
372
|
-
"blockNumber":
|
|
373
|
-
"transactionHash": "
|
|
374
|
-
"address": "
|
|
372
|
+
"blockNumber": 115,
|
|
373
|
+
"transactionHash": "0x84654ae4d7a447b9662bb224cb4206539b30ed5db8c95ee38003e8604ab7cbc9",
|
|
374
|
+
"address": "0x149c2162fF8bd9d8eDc05AddBf8a37da8F05aA56",
|
|
375
375
|
"topics": [
|
|
376
376
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
377
377
|
],
|
|
378
|
-
"data": "
|
|
378
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ee4df3c2ff1277c3ef6402b4389e75e0b67fb606",
|
|
379
379
|
"logIndex": 2,
|
|
380
|
-
"blockHash": "
|
|
380
|
+
"blockHash": "0x000000000000007368ab7227a7e09c7b7c39df05fc62f02ca9895935ef4ccd24"
|
|
381
381
|
}
|
|
382
382
|
],
|
|
383
|
-
"blockNumber":
|
|
383
|
+
"blockNumber": 115,
|
|
384
384
|
"cumulativeGasUsed": "569376",
|
|
385
385
|
"status": 1,
|
|
386
386
|
"byzantium": true
|
|
387
387
|
},
|
|
388
388
|
"args": [
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"
|
|
389
|
+
"0x71E0eB804a02bc64AE134124ae124be6A8461f9c",
|
|
390
|
+
"0xeE4dF3C2Ff1277C3EF6402b4389e75E0b67fB606",
|
|
391
|
+
"0xc4d66de80000000000000000000000008288659cb5b850f0aa8ecc9a739b60169eeac3e4"
|
|
392
392
|
],
|
|
393
393
|
"numDeployments": 1,
|
|
394
394
|
"solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
|
|
@@ -398,10 +398,10 @@
|
|
|
398
398
|
"execute": {
|
|
399
399
|
"methodName": "initialize",
|
|
400
400
|
"args": [
|
|
401
|
-
"
|
|
401
|
+
"0x8288659CB5B850f0aa8Ecc9a739B60169EeAc3E4"
|
|
402
402
|
]
|
|
403
403
|
},
|
|
404
|
-
"implementation": "
|
|
404
|
+
"implementation": "0x71E0eB804a02bc64AE134124ae124be6A8461f9c",
|
|
405
405
|
"devdoc": {
|
|
406
406
|
"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.",
|
|
407
407
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x71E0eB804a02bc64AE134124ae124be6A8461f9c",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -200,18 +200,18 @@
|
|
|
200
200
|
"type": "function"
|
|
201
201
|
}
|
|
202
202
|
],
|
|
203
|
-
"transactionHash": "
|
|
203
|
+
"transactionHash": "0x397625cef4a1a443b91e349160fab25942b6a3058df08092dfd9aeb69094b627",
|
|
204
204
|
"receipt": {
|
|
205
205
|
"to": null,
|
|
206
206
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
207
|
-
"contractAddress": "
|
|
207
|
+
"contractAddress": "0x71E0eB804a02bc64AE134124ae124be6A8461f9c",
|
|
208
208
|
"transactionIndex": 0,
|
|
209
209
|
"gasUsed": "686764",
|
|
210
210
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
211
|
-
"blockHash": "
|
|
212
|
-
"transactionHash": "
|
|
211
|
+
"blockHash": "0x0000000000000072db524279f4054ffe33fbe60e02351ed8f0c76668e3ffc533",
|
|
212
|
+
"transactionHash": "0x397625cef4a1a443b91e349160fab25942b6a3058df08092dfd9aeb69094b627",
|
|
213
213
|
"logs": [],
|
|
214
|
-
"blockNumber":
|
|
214
|
+
"blockNumber": 114,
|
|
215
215
|
"cumulativeGasUsed": "686764",
|
|
216
216
|
"status": 1,
|
|
217
217
|
"byzantium": true
|