@layerzerolabs/lz-evm-sdk-v2 2.1.8 → 2.1.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/arbitrum-sandbox-local/DVN.json +1864 -0
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +500 -0
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +398 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed.json +890 -0
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +244 -0
- package/deployments/avalanche-sandbox-local/DVN.json +1896 -0
- package/deployments/avalanche-sandbox-local/DVNDecompressor.json +508 -0
- package/deployments/avalanche-sandbox-local/DVNFeeLib.json +398 -0
- package/deployments/avalanche-sandbox-local/DefaultProxyAdmin.json +258 -0
- package/deployments/avalanche-sandbox-local/EndpointV2.json +2946 -0
- package/deployments/avalanche-sandbox-local/EndpointV2View.json +435 -0
- package/deployments/avalanche-sandbox-local/EndpointV2View_Implementation.json +313 -0
- package/deployments/avalanche-sandbox-local/EndpointV2View_Proxy.json +230 -0
- package/deployments/avalanche-sandbox-local/Executor.json +1549 -0
- package/deployments/avalanche-sandbox-local/ExecutorDecompressor.json +339 -0
- package/deployments/avalanche-sandbox-local/ExecutorFeeLib.json +423 -0
- package/deployments/avalanche-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/avalanche-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/avalanche-sandbox-local/Executor_Proxy.json +380 -0
- package/deployments/avalanche-sandbox-local/LzExecutor.json +757 -0
- package/deployments/avalanche-sandbox-local/LzExecutor_Implementation.json +703 -0
- package/deployments/avalanche-sandbox-local/LzExecutor_Proxy.json +244 -0
- package/deployments/avalanche-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/avalanche-sandbox-local/PriceFeed.json +890 -0
- package/deployments/avalanche-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/avalanche-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/avalanche-sandbox-local/PriceFeed_Proxy.json +244 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln301.json +1292 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln301View.json +354 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln302.json +1006 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln302View.json +478 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/avalanche-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/avalanche-sandbox-local/SendUln301.json +1569 -0
- package/deployments/avalanche-sandbox-local/SendUln302.json +1527 -0
- package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/avalanche-sandbox-local/Treasury.json +412 -0
- package/deployments/avalanche-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/bsc-sandbox-local/DVN.json +1896 -0
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +508 -0
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +398 -0
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +258 -0
- package/deployments/bsc-sandbox-local/EndpointV2.json +2946 -0
- package/deployments/bsc-sandbox-local/EndpointV2View.json +435 -0
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +313 -0
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +230 -0
- package/deployments/bsc-sandbox-local/Executor.json +1549 -0
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +339 -0
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +423 -0
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +380 -0
- package/deployments/bsc-sandbox-local/LzExecutor.json +757 -0
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +703 -0
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +244 -0
- package/deployments/bsc-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/bsc-sandbox-local/PriceFeed.json +890 -0
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +244 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +1292 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +354 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +1006 -0
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +478 -0
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/bsc-sandbox-local/SendUln301.json +1569 -0
- package/deployments/bsc-sandbox-local/SendUln302.json +1527 -0
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/bsc-sandbox-local/Treasury.json +412 -0
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/ethereum-sandbox-local/DVN.json +37 -37
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +508 -0
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +8 -8
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +11 -11
- package/deployments/ethereum-sandbox-local/EndpointV2.json +20 -20
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +26 -26
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +6 -6
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +24 -24
- package/deployments/ethereum-sandbox-local/Executor.json +74 -74
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +12 -12
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +16 -16
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +21 -21
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +67 -67
- package/deployments/ethereum-sandbox-local/LzExecutor.json +34 -34
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +10 -10
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +30 -30
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +9 -9
- package/deployments/ethereum-sandbox-local/PriceFeed.json +28 -28
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +16 -16
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +18 -18
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +27 -27
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +40 -40
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +27 -27
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +12 -12
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +37 -37
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +29 -29
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +11 -11
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
- package/deployments/ethereum-sandbox-local/SendUln301.json +32 -32
- package/deployments/ethereum-sandbox-local/SendUln302.json +26 -26
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +12 -12
- package/deployments/ethereum-sandbox-local/Treasury.json +12 -12
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +8 -8
- package/deployments/polygon-sandbox-local/DVN.json +37 -37
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +508 -0
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +8 -8
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +11 -11
- package/deployments/polygon-sandbox-local/EndpointV2.json +20 -20
- package/deployments/polygon-sandbox-local/EndpointV2View.json +26 -26
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +6 -6
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +24 -24
- package/deployments/polygon-sandbox-local/Executor.json +74 -74
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +14 -14
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +12 -12
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +16 -16
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +21 -21
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +67 -67
- package/deployments/polygon-sandbox-local/LzExecutor.json +34 -34
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +10 -10
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +30 -30
- package/deployments/polygon-sandbox-local/NonceContractMock.json +9 -9
- package/deployments/polygon-sandbox-local/PriceFeed.json +28 -28
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +16 -16
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +18 -18
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +27 -27
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +40 -40
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +27 -27
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +12 -12
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +37 -37
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +29 -29
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +11 -11
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
- package/deployments/polygon-sandbox-local/SendUln301.json +32 -32
- package/deployments/polygon-sandbox-local/SendUln302.json +26 -26
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +12 -12
- package/deployments/polygon-sandbox-local/Treasury.json +12 -12
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +8 -8
- package/deployments/tron-sandbox-local/DVN.json +1864 -0
- package/deployments/tron-sandbox-local/DVNDecompressor.json +500 -0
- package/deployments/tron-sandbox-local/DVNFeeLib.json +398 -0
- package/deployments/tron-sandbox-local/PriceFeed.json +890 -0
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +244 -0
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xfF524Cfa30Beb84Ae86032705184015C9Ea6b903",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -162,22 +162,22 @@
|
|
|
162
162
|
"type": "function"
|
|
163
163
|
}
|
|
164
164
|
],
|
|
165
|
-
"transactionHash": "
|
|
165
|
+
"transactionHash": "0x2f0e0513f42c394187d7bd6d7a7b69e234c3defd2e561a715582d6abb00e7368",
|
|
166
166
|
"receipt": {
|
|
167
167
|
"to": null,
|
|
168
168
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
169
|
-
"contractAddress": "
|
|
169
|
+
"contractAddress": "0xfF524Cfa30Beb84Ae86032705184015C9Ea6b903",
|
|
170
170
|
"transactionIndex": 0,
|
|
171
171
|
"gasUsed": "644163",
|
|
172
|
-
"logsBloom": "
|
|
173
|
-
"blockHash": "
|
|
174
|
-
"transactionHash": "
|
|
172
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000005000000010000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000020000000000000000000000010000000000000000000000000000000000000000000",
|
|
173
|
+
"blockHash": "0x6c0867654a996e6fbfbf58e81883ee9a8097ea3d704f8195fc00c864669e0a5a",
|
|
174
|
+
"transactionHash": "0x2f0e0513f42c394187d7bd6d7a7b69e234c3defd2e561a715582d6abb00e7368",
|
|
175
175
|
"logs": [
|
|
176
176
|
{
|
|
177
177
|
"transactionIndex": 0,
|
|
178
|
-
"blockNumber":
|
|
179
|
-
"transactionHash": "
|
|
180
|
-
"address": "
|
|
178
|
+
"blockNumber": 115,
|
|
179
|
+
"transactionHash": "0x2f0e0513f42c394187d7bd6d7a7b69e234c3defd2e561a715582d6abb00e7368",
|
|
180
|
+
"address": "0xfF524Cfa30Beb84Ae86032705184015C9Ea6b903",
|
|
181
181
|
"topics": [
|
|
182
182
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
183
183
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
],
|
|
186
186
|
"data": "0x",
|
|
187
187
|
"logIndex": 0,
|
|
188
|
-
"blockHash": "
|
|
188
|
+
"blockHash": "0x6c0867654a996e6fbfbf58e81883ee9a8097ea3d704f8195fc00c864669e0a5a"
|
|
189
189
|
}
|
|
190
190
|
],
|
|
191
|
-
"blockNumber":
|
|
191
|
+
"blockNumber": 115,
|
|
192
192
|
"cumulativeGasUsed": "644163",
|
|
193
193
|
"status": 1,
|
|
194
194
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xed17543171C1459714cdC6519b58fFcC29A3C3c9",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -2352,22 +2352,22 @@
|
|
|
2352
2352
|
"type": "function"
|
|
2353
2353
|
}
|
|
2354
2354
|
],
|
|
2355
|
-
"transactionHash": "
|
|
2355
|
+
"transactionHash": "0x7af2e70e2c3d58f6d517d432c4c8b28e992af5680b84c04171623b2a87a3ed4a",
|
|
2356
2356
|
"receipt": {
|
|
2357
2357
|
"to": null,
|
|
2358
2358
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
2359
|
-
"contractAddress": "
|
|
2359
|
+
"contractAddress": "0xed17543171C1459714cdC6519b58fFcC29A3C3c9",
|
|
2360
2360
|
"transactionIndex": 0,
|
|
2361
2361
|
"gasUsed": "5501182",
|
|
2362
|
-
"logsBloom": "
|
|
2363
|
-
"blockHash": "
|
|
2364
|
-
"transactionHash": "
|
|
2362
|
+
"logsBloom": "0x00000000000000000002000000000000000000000200000020800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000008000000000001000000000000000000000010000000",
|
|
2363
|
+
"blockHash": "0xdca8d38984a64b40d24a2cc21f8446dfee1581e57b89a4252080d0b98716d018",
|
|
2364
|
+
"transactionHash": "0x7af2e70e2c3d58f6d517d432c4c8b28e992af5680b84c04171623b2a87a3ed4a",
|
|
2365
2365
|
"logs": [
|
|
2366
2366
|
{
|
|
2367
2367
|
"transactionIndex": 0,
|
|
2368
|
-
"blockNumber":
|
|
2369
|
-
"transactionHash": "
|
|
2370
|
-
"address": "
|
|
2368
|
+
"blockNumber": 114,
|
|
2369
|
+
"transactionHash": "0x7af2e70e2c3d58f6d517d432c4c8b28e992af5680b84c04171623b2a87a3ed4a",
|
|
2370
|
+
"address": "0xed17543171C1459714cdC6519b58fFcC29A3C3c9",
|
|
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": "0xdca8d38984a64b40d24a2cc21f8446dfee1581e57b89a4252080d0b98716d018"
|
|
2379
2379
|
},
|
|
2380
2380
|
{
|
|
2381
2381
|
"transactionIndex": 0,
|
|
2382
|
-
"blockNumber":
|
|
2383
|
-
"transactionHash": "
|
|
2384
|
-
"address": "
|
|
2382
|
+
"blockNumber": 114,
|
|
2383
|
+
"transactionHash": "0x7af2e70e2c3d58f6d517d432c4c8b28e992af5680b84c04171623b2a87a3ed4a",
|
|
2384
|
+
"address": "0xed17543171C1459714cdC6519b58fFcC29A3C3c9",
|
|
2385
2385
|
"topics": [
|
|
2386
2386
|
"0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
|
|
2387
2387
|
],
|
|
2388
|
-
"data": "
|
|
2388
|
+
"data": "0x000000000000000000000000b3b8ca891b10acfcdbf2a80726587799a49d1f62",
|
|
2389
2389
|
"logIndex": 1,
|
|
2390
|
-
"blockHash": "
|
|
2390
|
+
"blockHash": "0xdca8d38984a64b40d24a2cc21f8446dfee1581e57b89a4252080d0b98716d018"
|
|
2391
2391
|
},
|
|
2392
2392
|
{
|
|
2393
2393
|
"transactionIndex": 0,
|
|
2394
|
-
"blockNumber":
|
|
2395
|
-
"transactionHash": "
|
|
2396
|
-
"address": "
|
|
2394
|
+
"blockNumber": 114,
|
|
2395
|
+
"transactionHash": "0x7af2e70e2c3d58f6d517d432c4c8b28e992af5680b84c04171623b2a87a3ed4a",
|
|
2396
|
+
"address": "0xed17543171C1459714cdC6519b58fFcC29A3C3c9",
|
|
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": "0xdca8d38984a64b40d24a2cc21f8446dfee1581e57b89a4252080d0b98716d018"
|
|
2405
2405
|
}
|
|
2406
2406
|
],
|
|
2407
|
-
"blockNumber":
|
|
2407
|
+
"blockNumber": 114,
|
|
2408
2408
|
"cumulativeGasUsed": "5501182",
|
|
2409
2409
|
"status": 1,
|
|
2410
2410
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
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": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
335
335
|
"receipt": {
|
|
336
336
|
"to": null,
|
|
337
337
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
338
|
-
"contractAddress": "
|
|
338
|
+
"contractAddress": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
339
339
|
"transactionIndex": 0,
|
|
340
340
|
"gasUsed": "648879",
|
|
341
|
-
"logsBloom": "
|
|
342
|
-
"blockHash": "
|
|
343
|
-
"transactionHash": "
|
|
341
|
+
"logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000080000000000000000000000000000000000000000000000100000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000010000000000000000000000000000000000000000000000000000000000080000000000000800100000000000000000000004000000400000000000000000000000000000000000000000020000000000000000000040000000000000400000000000000000000000000000000000000000000001000000000000000000000000000000000000000",
|
|
342
|
+
"blockHash": "0x306b6c1102d8df85e8e9f76602146f2712c0ee56c87be251399b576ec2e49c66",
|
|
343
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
344
344
|
"logs": [
|
|
345
345
|
{
|
|
346
346
|
"transactionIndex": 0,
|
|
347
|
-
"blockNumber":
|
|
348
|
-
"transactionHash": "
|
|
349
|
-
"address": "
|
|
347
|
+
"blockNumber": 117,
|
|
348
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
349
|
+
"address": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
350
350
|
"topics": [
|
|
351
351
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
352
|
-
"
|
|
352
|
+
"0x00000000000000000000000095af2694e3359a8df8294e7a3ad66e68f7066db9"
|
|
353
353
|
],
|
|
354
354
|
"data": "0x",
|
|
355
355
|
"logIndex": 0,
|
|
356
|
-
"blockHash": "
|
|
356
|
+
"blockHash": "0x306b6c1102d8df85e8e9f76602146f2712c0ee56c87be251399b576ec2e49c66"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"transactionIndex": 0,
|
|
360
|
-
"blockNumber":
|
|
361
|
-
"transactionHash": "
|
|
362
|
-
"address": "
|
|
360
|
+
"blockNumber": 117,
|
|
361
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
362
|
+
"address": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
363
363
|
"topics": [
|
|
364
364
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
365
365
|
],
|
|
366
366
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
367
367
|
"logIndex": 1,
|
|
368
|
-
"blockHash": "
|
|
368
|
+
"blockHash": "0x306b6c1102d8df85e8e9f76602146f2712c0ee56c87be251399b576ec2e49c66"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"transactionIndex": 0,
|
|
372
|
-
"blockNumber":
|
|
373
|
-
"transactionHash": "
|
|
374
|
-
"address": "
|
|
372
|
+
"blockNumber": 117,
|
|
373
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
374
|
+
"address": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
375
375
|
"topics": [
|
|
376
376
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
377
377
|
],
|
|
378
|
-
"data": "
|
|
378
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ff524cfa30beb84ae86032705184015c9ea6b903",
|
|
379
379
|
"logIndex": 2,
|
|
380
|
-
"blockHash": "
|
|
380
|
+
"blockHash": "0x306b6c1102d8df85e8e9f76602146f2712c0ee56c87be251399b576ec2e49c66"
|
|
381
381
|
}
|
|
382
382
|
],
|
|
383
|
-
"blockNumber":
|
|
383
|
+
"blockNumber": 117,
|
|
384
384
|
"cumulativeGasUsed": "648879",
|
|
385
385
|
"status": 1,
|
|
386
386
|
"byzantium": true
|
|
387
387
|
},
|
|
388
388
|
"args": [
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"
|
|
389
|
+
"0x95AF2694e3359a8DF8294E7A3ad66E68F7066dB9",
|
|
390
|
+
"0xfF524Cfa30Beb84Ae86032705184015C9Ea6b903",
|
|
391
|
+
"0xc4d66de8000000000000000000000000ed17543171c1459714cdc6519b58ffcc29a3c3c9"
|
|
392
392
|
],
|
|
393
393
|
"numDeployments": 1,
|
|
394
394
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -397,10 +397,10 @@
|
|
|
397
397
|
"execute": {
|
|
398
398
|
"methodName": "initialize",
|
|
399
399
|
"args": [
|
|
400
|
-
"
|
|
400
|
+
"0xed17543171C1459714cdC6519b58fFcC29A3C3c9"
|
|
401
401
|
]
|
|
402
402
|
},
|
|
403
|
-
"implementation": "
|
|
403
|
+
"implementation": "0x95AF2694e3359a8DF8294E7A3ad66E68F7066dB9",
|
|
404
404
|
"devdoc": {
|
|
405
405
|
"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.",
|
|
406
406
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x95AF2694e3359a8DF8294E7A3ad66E68F7066dB9",
|
|
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": "0x4ed7ade284c1e98ac42caf42cac35e0b796f26226350554ed2b557a1acb863ae",
|
|
204
204
|
"receipt": {
|
|
205
205
|
"to": null,
|
|
206
206
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
207
|
-
"contractAddress": "
|
|
207
|
+
"contractAddress": "0x95AF2694e3359a8DF8294E7A3ad66E68F7066dB9",
|
|
208
208
|
"transactionIndex": 0,
|
|
209
209
|
"gasUsed": "769290",
|
|
210
210
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
211
|
-
"blockHash": "
|
|
212
|
-
"transactionHash": "
|
|
211
|
+
"blockHash": "0xd5253fdea2d47708f5b903308e69f0ec60f978a20985a58c7109804fcb3503ad",
|
|
212
|
+
"transactionHash": "0x4ed7ade284c1e98ac42caf42cac35e0b796f26226350554ed2b557a1acb863ae",
|
|
213
213
|
"logs": [],
|
|
214
|
-
"blockNumber":
|
|
214
|
+
"blockNumber": 116,
|
|
215
215
|
"cumulativeGasUsed": "769290",
|
|
216
216
|
"status": 1,
|
|
217
217
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,64 +133,64 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
140
|
-
"contractAddress": "
|
|
140
|
+
"contractAddress": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "648879",
|
|
143
|
-
"logsBloom": "
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
143
|
+
"logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000080000000000000000000000000000000000000000000000100000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000010000000000000000000000000000000000000000000000000000000000080000000000000800100000000000000000000004000000400000000000000000000000000000000000000000020000000000000000000040000000000000400000000000000000000000000000000000000000000001000000000000000000000000000000000000000",
|
|
144
|
+
"blockHash": "0x306b6c1102d8df85e8e9f76602146f2712c0ee56c87be251399b576ec2e49c66",
|
|
145
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 117,
|
|
150
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
151
|
+
"address": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x00000000000000000000000095af2694e3359a8df8294e7a3ad66e68f7066db9"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x306b6c1102d8df85e8e9f76602146f2712c0ee56c87be251399b576ec2e49c66"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 117,
|
|
163
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
164
|
+
"address": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
167
167
|
],
|
|
168
168
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
169
169
|
"logIndex": 1,
|
|
170
|
-
"blockHash": "
|
|
170
|
+
"blockHash": "0x306b6c1102d8df85e8e9f76602146f2712c0ee56c87be251399b576ec2e49c66"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"transactionIndex": 0,
|
|
174
|
-
"blockNumber":
|
|
175
|
-
"transactionHash": "
|
|
176
|
-
"address": "
|
|
174
|
+
"blockNumber": 117,
|
|
175
|
+
"transactionHash": "0xd8d1df750c8013196a8c257be2e531171f044b6625bd7d3b0d398ede40b6c570",
|
|
176
|
+
"address": "0x2348f027Dc1C4884a457cfA92472Bd5Ed67E3a70",
|
|
177
177
|
"topics": [
|
|
178
178
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
179
179
|
],
|
|
180
|
-
"data": "
|
|
180
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ff524cfa30beb84ae86032705184015c9ea6b903",
|
|
181
181
|
"logIndex": 2,
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0x306b6c1102d8df85e8e9f76602146f2712c0ee56c87be251399b576ec2e49c66"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
|
-
"blockNumber":
|
|
185
|
+
"blockNumber": 117,
|
|
186
186
|
"cumulativeGasUsed": "648879",
|
|
187
187
|
"status": 1,
|
|
188
188
|
"byzantium": true
|
|
189
189
|
},
|
|
190
190
|
"args": [
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
191
|
+
"0x95AF2694e3359a8DF8294E7A3ad66E68F7066dB9",
|
|
192
|
+
"0xfF524Cfa30Beb84Ae86032705184015C9Ea6b903",
|
|
193
|
+
"0xc4d66de8000000000000000000000000ed17543171c1459714cdc6519b58ffcc29a3c3c9"
|
|
194
194
|
],
|
|
195
195
|
"numDeployments": 1,
|
|
196
196
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|