@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": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -772,78 +772,78 @@
|
|
|
772
772
|
"type": "constructor"
|
|
773
773
|
}
|
|
774
774
|
],
|
|
775
|
-
"transactionHash": "
|
|
775
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
776
776
|
"receipt": {
|
|
777
777
|
"to": null,
|
|
778
|
-
"from": "
|
|
779
|
-
"contractAddress": "
|
|
778
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
779
|
+
"contractAddress": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
780
780
|
"transactionIndex": 0,
|
|
781
|
-
"gasUsed": "
|
|
782
|
-
"logsBloom": "
|
|
783
|
-
"blockHash": "
|
|
784
|
-
"transactionHash": "
|
|
781
|
+
"gasUsed": "738544",
|
|
782
|
+
"logsBloom": "0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000002000001001000000000000000000000000000020000030000000000000000000800000000800000000000000000000000400000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000002000000000020000000000000000000040000000000000400000000002000000020000000000000000000000000002000010000000000000000000000000000000000",
|
|
783
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790",
|
|
784
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
785
785
|
"logs": [
|
|
786
786
|
{
|
|
787
787
|
"transactionIndex": 0,
|
|
788
|
-
"blockNumber":
|
|
789
|
-
"transactionHash": "
|
|
790
|
-
"address": "
|
|
788
|
+
"blockNumber": 182,
|
|
789
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
790
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
791
791
|
"topics": [
|
|
792
792
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
793
|
-
"
|
|
793
|
+
"0x0000000000000000000000006ab5ae6822647046626e83ee6db8187151e1d5ab"
|
|
794
794
|
],
|
|
795
795
|
"data": "0x",
|
|
796
796
|
"logIndex": 0,
|
|
797
|
-
"blockHash": "
|
|
797
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790"
|
|
798
798
|
},
|
|
799
799
|
{
|
|
800
800
|
"transactionIndex": 0,
|
|
801
|
-
"blockNumber":
|
|
802
|
-
"transactionHash": "
|
|
803
|
-
"address": "
|
|
801
|
+
"blockNumber": 182,
|
|
802
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
803
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
804
804
|
"topics": [
|
|
805
805
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
806
806
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
807
|
-
"
|
|
807
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
808
808
|
],
|
|
809
809
|
"data": "0x",
|
|
810
810
|
"logIndex": 1,
|
|
811
|
-
"blockHash": "
|
|
811
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790"
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
814
|
"transactionIndex": 0,
|
|
815
|
-
"blockNumber":
|
|
816
|
-
"transactionHash": "
|
|
817
|
-
"address": "
|
|
815
|
+
"blockNumber": 182,
|
|
816
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
817
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
818
818
|
"topics": [
|
|
819
819
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
820
820
|
],
|
|
821
821
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
822
822
|
"logIndex": 2,
|
|
823
|
-
"blockHash": "
|
|
823
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790"
|
|
824
824
|
},
|
|
825
825
|
{
|
|
826
826
|
"transactionIndex": 0,
|
|
827
|
-
"blockNumber":
|
|
828
|
-
"transactionHash": "
|
|
829
|
-
"address": "
|
|
827
|
+
"blockNumber": 182,
|
|
828
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
829
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
830
830
|
"topics": [
|
|
831
831
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
832
832
|
],
|
|
833
|
-
"data": "
|
|
833
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ae92d5ad7583ad66e49a0c67bad18f6ba52dddc1",
|
|
834
834
|
"logIndex": 3,
|
|
835
|
-
"blockHash": "
|
|
835
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790"
|
|
836
836
|
}
|
|
837
837
|
],
|
|
838
|
-
"blockNumber":
|
|
839
|
-
"cumulativeGasUsed": "
|
|
838
|
+
"blockNumber": 182,
|
|
839
|
+
"cumulativeGasUsed": "738544",
|
|
840
840
|
"status": 1,
|
|
841
841
|
"byzantium": true
|
|
842
842
|
},
|
|
843
843
|
"args": [
|
|
844
|
-
"
|
|
845
|
-
"
|
|
846
|
-
"
|
|
844
|
+
"0x6aB5Ae6822647046626e83ee6dB8187151E1d5ab",
|
|
845
|
+
"0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1",
|
|
846
|
+
"0xc4d66de8000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a"
|
|
847
847
|
],
|
|
848
848
|
"numDeployments": 1,
|
|
849
849
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -852,10 +852,10 @@
|
|
|
852
852
|
"execute": {
|
|
853
853
|
"methodName": "initialize",
|
|
854
854
|
"args": [
|
|
855
|
-
"
|
|
855
|
+
"0xF5E8A439C599205C1aB06b535DE46681Aed1007a"
|
|
856
856
|
]
|
|
857
857
|
},
|
|
858
|
-
"implementation": "
|
|
858
|
+
"implementation": "0x6aB5Ae6822647046626e83ee6dB8187151E1d5ab",
|
|
859
859
|
"devdoc": {
|
|
860
860
|
"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.",
|
|
861
861
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -172,53 +172,53 @@
|
|
|
172
172
|
"type": "function"
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
-
"transactionHash": "
|
|
175
|
+
"transactionHash": "0xbc87e3ead510e8d687b9886497b56fadf087c2786500367e20314c07b6325399",
|
|
176
176
|
"receipt": {
|
|
177
177
|
"to": null,
|
|
178
|
-
"from": "
|
|
179
|
-
"contractAddress": "
|
|
178
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
179
|
+
"contractAddress": "0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1",
|
|
180
180
|
"transactionIndex": 0,
|
|
181
|
-
"gasUsed": "
|
|
182
|
-
"logsBloom": "
|
|
183
|
-
"blockHash": "
|
|
184
|
-
"transactionHash": "
|
|
181
|
+
"gasUsed": "578920",
|
|
182
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000200000000000000002000000400000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000002000000000000000020000000000000000000000000000000000000000000000000000000000800000000",
|
|
183
|
+
"blockHash": "0x83447bfb13b3a4f816fdf7f82d366cc842b62c394b50708472187c196c198a07",
|
|
184
|
+
"transactionHash": "0xbc87e3ead510e8d687b9886497b56fadf087c2786500367e20314c07b6325399",
|
|
185
185
|
"logs": [
|
|
186
186
|
{
|
|
187
187
|
"transactionIndex": 0,
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
190
|
-
"address": "
|
|
188
|
+
"blockNumber": 180,
|
|
189
|
+
"transactionHash": "0xbc87e3ead510e8d687b9886497b56fadf087c2786500367e20314c07b6325399",
|
|
190
|
+
"address": "0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1",
|
|
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": "0x83447bfb13b3a4f816fdf7f82d366cc842b62c394b50708472187c196c198a07"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"transactionIndex": 0,
|
|
202
|
-
"blockNumber":
|
|
203
|
-
"transactionHash": "
|
|
204
|
-
"address": "
|
|
202
|
+
"blockNumber": 180,
|
|
203
|
+
"transactionHash": "0xbc87e3ead510e8d687b9886497b56fadf087c2786500367e20314c07b6325399",
|
|
204
|
+
"address": "0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1",
|
|
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": "0x83447bfb13b3a4f816fdf7f82d366cc842b62c394b50708472187c196c198a07"
|
|
213
213
|
}
|
|
214
214
|
],
|
|
215
|
-
"blockNumber":
|
|
216
|
-
"cumulativeGasUsed": "
|
|
215
|
+
"blockNumber": 180,
|
|
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",
|
package/deployments/{avalanche-sandbox-local → xchain-testnet}/PriceFeed_Implementation.json
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x6aB5Ae6822647046626e83ee6dB8187151E1d5ab",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -641,19 +641,19 @@
|
|
|
641
641
|
"type": "function"
|
|
642
642
|
}
|
|
643
643
|
],
|
|
644
|
-
"transactionHash": "
|
|
644
|
+
"transactionHash": "0xb1394a8ef3b4f1f7af5ff2cf7b8da34d3be820b7576c9e860040441482f6bfa6",
|
|
645
645
|
"receipt": {
|
|
646
646
|
"to": null,
|
|
647
|
-
"from": "
|
|
648
|
-
"contractAddress": "
|
|
647
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
648
|
+
"contractAddress": "0x6aB5Ae6822647046626e83ee6dB8187151E1d5ab",
|
|
649
649
|
"transactionIndex": 0,
|
|
650
|
-
"gasUsed": "
|
|
650
|
+
"gasUsed": "1670743",
|
|
651
651
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
652
|
-
"blockHash": "
|
|
653
|
-
"transactionHash": "
|
|
652
|
+
"blockHash": "0x7ea88069499d0fcee75b1c74bb8d808a411c48d0cbe40fe3f110c604f3f44583",
|
|
653
|
+
"transactionHash": "0xb1394a8ef3b4f1f7af5ff2cf7b8da34d3be820b7576c9e860040441482f6bfa6",
|
|
654
654
|
"logs": [],
|
|
655
|
-
"blockNumber":
|
|
656
|
-
"cumulativeGasUsed": "
|
|
655
|
+
"blockNumber": 181,
|
|
656
|
+
"cumulativeGasUsed": "1670743",
|
|
657
657
|
"status": 1,
|
|
658
658
|
"byzantium": true
|
|
659
659
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,78 +133,78 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
|
-
"from": "
|
|
140
|
-
"contractAddress": "
|
|
139
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
140
|
+
"contractAddress": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
|
-
"gasUsed": "
|
|
143
|
-
"logsBloom": "
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
142
|
+
"gasUsed": "738544",
|
|
143
|
+
"logsBloom": "0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000002000001001000000000000000000000000000020000030000000000000000000800000000800000000000000000000000400000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000002000000000020000000000000000000040000000000000400000000002000000020000000000000000000000000002000010000000000000000000000000000000000",
|
|
144
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790",
|
|
145
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 182,
|
|
150
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
151
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x0000000000000000000000006ab5ae6822647046626e83ee6db8187151e1d5ab"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 182,
|
|
163
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
164
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
167
167
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
168
|
-
"
|
|
168
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
169
169
|
],
|
|
170
170
|
"data": "0x",
|
|
171
171
|
"logIndex": 1,
|
|
172
|
-
"blockHash": "
|
|
172
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"transactionIndex": 0,
|
|
176
|
-
"blockNumber":
|
|
177
|
-
"transactionHash": "
|
|
178
|
-
"address": "
|
|
176
|
+
"blockNumber": 182,
|
|
177
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
178
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
179
179
|
"topics": [
|
|
180
180
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
181
181
|
],
|
|
182
182
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
183
183
|
"logIndex": 2,
|
|
184
|
-
"blockHash": "
|
|
184
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"transactionIndex": 0,
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
190
|
-
"address": "
|
|
188
|
+
"blockNumber": 182,
|
|
189
|
+
"transactionHash": "0xfa7d17e8596730e10639c24ddbc76690b91f912eeb45e46f5d19c95435360720",
|
|
190
|
+
"address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
191
191
|
"topics": [
|
|
192
192
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
193
193
|
],
|
|
194
|
-
"data": "
|
|
194
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ae92d5ad7583ad66e49a0c67bad18f6ba52dddc1",
|
|
195
195
|
"logIndex": 3,
|
|
196
|
-
"blockHash": "
|
|
196
|
+
"blockHash": "0x7d3963abf6f01a55e394dc331c5184659901f0feb9e8efe66b4a0c83b9152790"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
|
-
"blockNumber":
|
|
200
|
-
"cumulativeGasUsed": "
|
|
199
|
+
"blockNumber": 182,
|
|
200
|
+
"cumulativeGasUsed": "738544",
|
|
201
201
|
"status": 1,
|
|
202
202
|
"byzantium": true
|
|
203
203
|
},
|
|
204
204
|
"args": [
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
205
|
+
"0x6aB5Ae6822647046626e83ee6dB8187151E1d5ab",
|
|
206
|
+
"0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1",
|
|
207
|
+
"0xc4d66de8000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a"
|
|
208
208
|
],
|
|
209
209
|
"numDeployments": 1,
|
|
210
210
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x9eCf72299027e8AeFee5DC5351D6d92294F46d2b",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -960,40 +960,40 @@
|
|
|
960
960
|
"type": "function"
|
|
961
961
|
}
|
|
962
962
|
],
|
|
963
|
-
"transactionHash": "
|
|
963
|
+
"transactionHash": "0x1906d5dcf50ad7c5201bcbb99ccc93fd6dd929babb8a977a1e8bc1f1096ce387",
|
|
964
964
|
"receipt": {
|
|
965
965
|
"to": null,
|
|
966
|
-
"from": "
|
|
967
|
-
"contractAddress": "
|
|
966
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
967
|
+
"contractAddress": "0x9eCf72299027e8AeFee5DC5351D6d92294F46d2b",
|
|
968
968
|
"transactionIndex": 0,
|
|
969
|
-
"gasUsed": "
|
|
970
|
-
"logsBloom": "
|
|
971
|
-
"blockHash": "
|
|
972
|
-
"transactionHash": "
|
|
969
|
+
"gasUsed": "2986566",
|
|
970
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000000000000000000000000000400000040000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000020000000000000000000000000000000000000000000000000000000000000000000",
|
|
971
|
+
"blockHash": "0x95e49f4c1e3818c06bd463fc6884b92af93add294ef7e39b6c37e0aa784c4b76",
|
|
972
|
+
"transactionHash": "0x1906d5dcf50ad7c5201bcbb99ccc93fd6dd929babb8a977a1e8bc1f1096ce387",
|
|
973
973
|
"logs": [
|
|
974
974
|
{
|
|
975
975
|
"transactionIndex": 0,
|
|
976
|
-
"blockNumber":
|
|
977
|
-
"transactionHash": "
|
|
978
|
-
"address": "
|
|
976
|
+
"blockNumber": 204,
|
|
977
|
+
"transactionHash": "0x1906d5dcf50ad7c5201bcbb99ccc93fd6dd929babb8a977a1e8bc1f1096ce387",
|
|
978
|
+
"address": "0x9eCf72299027e8AeFee5DC5351D6d92294F46d2b",
|
|
979
979
|
"topics": [
|
|
980
980
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
981
981
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
982
|
-
"
|
|
982
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
983
983
|
],
|
|
984
984
|
"data": "0x",
|
|
985
985
|
"logIndex": 0,
|
|
986
|
-
"blockHash": "
|
|
986
|
+
"blockHash": "0x95e49f4c1e3818c06bd463fc6884b92af93add294ef7e39b6c37e0aa784c4b76"
|
|
987
987
|
}
|
|
988
988
|
],
|
|
989
|
-
"blockNumber":
|
|
990
|
-
"cumulativeGasUsed": "
|
|
989
|
+
"blockNumber": 204,
|
|
990
|
+
"cumulativeGasUsed": "2986566",
|
|
991
991
|
"status": 1,
|
|
992
992
|
"byzantium": true
|
|
993
993
|
},
|
|
994
994
|
"args": [
|
|
995
|
-
"
|
|
996
|
-
|
|
995
|
+
"0x83c73Da98cf733B03315aFa8758834b36a195b87",
|
|
996
|
+
10237
|
|
997
997
|
],
|
|
998
998
|
"numDeployments": 1,
|
|
999
999
|
"solcInputHash": "719e21e6fdbab5c696bee34c9480cb88",
|