@layerzerolabs/lz-evm-sdk-v2 2.1.10 → 2.1.11
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/artifacts/contracts/EndpointV2View.sol/EndpointV2View.json +2 -2
- package/artifacts/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +2 -2
- package/artifacts/contracts/uln/LzExecutor.sol/LzExecutor.json +2 -2
- package/artifacts/contracts/uln/uln301/ReceiveUln301View.sol/ReceiveUln301View.json +2 -2
- package/artifacts/contracts/uln/uln302/ReceiveUln302View.sol/ReceiveUln302View.json +2 -2
- 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 +50 -50
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +15 -15
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +9 -9
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +11 -11
- package/deployments/ethereum-sandbox-local/EndpointV2.json +43 -43
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +26 -26
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +14 -14
- 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 +15 -15
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +13 -13
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +17 -17
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +41 -41
- 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 +22 -22
- 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 +17 -17
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +32 -32
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +27 -27
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +41 -41
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +27 -27
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +18 -18
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +38 -38
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +29 -29
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +20 -20
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
- package/deployments/ethereum-sandbox-local/SendUln301.json +45 -45
- package/deployments/ethereum-sandbox-local/SendUln302.json +39 -39
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +17 -17
- package/deployments/ethereum-sandbox-local/Treasury.json +16 -16
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +8 -8
- package/deployments/polygon-sandbox-local/DVN.json +50 -50
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +15 -15
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +9 -9
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +11 -11
- package/deployments/polygon-sandbox-local/EndpointV2.json +43 -43
- package/deployments/polygon-sandbox-local/EndpointV2View.json +26 -26
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +14 -14
- 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 +15 -15
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +13 -13
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +17 -17
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +41 -41
- 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 +22 -22
- 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 +17 -17
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +32 -32
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +27 -27
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +41 -41
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +27 -27
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +18 -18
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +38 -38
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +29 -29
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +20 -20
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
- package/deployments/polygon-sandbox-local/SendUln301.json +45 -45
- package/deployments/polygon-sandbox-local/SendUln302.json +39 -39
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +17 -17
- package/deployments/polygon-sandbox-local/Treasury.json +16 -16
- 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/dist/{index-RhNRGtbi.d.mts → index-JB_kbnX5.d.mts} +5 -5
- package/dist/{index-RhNRGtbi.d.ts → index-JB_kbnX5.d.ts} +5 -5
- package/dist/index.browser.cjs +5 -5
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.d.mts +1 -1
- package/dist/index.browser.d.ts +1 -1
- package/dist/index.browser.mjs +5 -5
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,35 +133,35 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
140
|
-
"contractAddress": "
|
|
140
|
+
"contractAddress": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "1023277",
|
|
143
|
-
"logsBloom": "
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
143
|
+
"logsBloom": "0x00000004000000000000000000000000400000000010000000000000100100104000000000000000000000020000800000000001000000200000000000100080000000000000000000000000000002000100000020000004000000000030000000000000020008100000000001000800000800800040000810000000000800000000000010000400080000000080004000000000008080000000000000800000000000000000200000000002000400400000000000000000001000000200000000000020001000000000040000040000002000000400000100010000008060000000000010000000800000000800000000000000000000000000000000200000",
|
|
144
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4",
|
|
145
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 56,
|
|
150
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
151
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x00000000000000000000000071550ac84ba7599220eaef5c756b847cb4486606"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 56,
|
|
163
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
164
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
167
167
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -170,58 +170,58 @@
|
|
|
170
170
|
],
|
|
171
171
|
"data": "0x",
|
|
172
172
|
"logIndex": 1,
|
|
173
|
-
"blockHash": "
|
|
173
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"transactionIndex": 0,
|
|
177
|
-
"blockNumber":
|
|
178
|
-
"transactionHash": "
|
|
179
|
-
"address": "
|
|
177
|
+
"blockNumber": 56,
|
|
178
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
179
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
180
180
|
"topics": [
|
|
181
181
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
182
182
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
183
|
-
"
|
|
183
|
+
"0x000000000000000000000000e6b98f104c1bef218f3893adab4160dc73eb8367",
|
|
184
184
|
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
185
185
|
],
|
|
186
186
|
"data": "0x",
|
|
187
187
|
"logIndex": 2,
|
|
188
|
-
"blockHash": "
|
|
188
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"transactionIndex": 0,
|
|
192
|
-
"blockNumber":
|
|
193
|
-
"transactionHash": "
|
|
194
|
-
"address": "
|
|
192
|
+
"blockNumber": 56,
|
|
193
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
194
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
195
195
|
"topics": [
|
|
196
196
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
197
197
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
198
|
-
"
|
|
198
|
+
"0x00000000000000000000000073eccd6288e117caca738bdad4fec51312166c1a",
|
|
199
199
|
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
200
200
|
],
|
|
201
201
|
"data": "0x",
|
|
202
202
|
"logIndex": 3,
|
|
203
|
-
"blockHash": "
|
|
203
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"transactionIndex": 0,
|
|
207
|
-
"blockNumber":
|
|
208
|
-
"transactionHash": "
|
|
209
|
-
"address": "
|
|
207
|
+
"blockNumber": 56,
|
|
208
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
209
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
210
210
|
"topics": [
|
|
211
211
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
212
212
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
213
|
-
"
|
|
213
|
+
"0x00000000000000000000000059f2f1fcfe2474fd5f0b9ba1e73ca90b143eb8d0",
|
|
214
214
|
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
215
215
|
],
|
|
216
216
|
"data": "0x",
|
|
217
217
|
"logIndex": 4,
|
|
218
|
-
"blockHash": "
|
|
218
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"transactionIndex": 0,
|
|
222
|
-
"blockNumber":
|
|
223
|
-
"transactionHash": "
|
|
224
|
-
"address": "
|
|
222
|
+
"blockNumber": 56,
|
|
223
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
224
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
225
225
|
"topics": [
|
|
226
226
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
227
227
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -230,13 +230,13 @@
|
|
|
230
230
|
],
|
|
231
231
|
"data": "0x",
|
|
232
232
|
"logIndex": 5,
|
|
233
|
-
"blockHash": "
|
|
233
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"transactionIndex": 0,
|
|
237
|
-
"blockNumber":
|
|
238
|
-
"transactionHash": "
|
|
239
|
-
"address": "
|
|
237
|
+
"blockNumber": 56,
|
|
238
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
239
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
240
240
|
"topics": [
|
|
241
241
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
242
242
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -245,13 +245,13 @@
|
|
|
245
245
|
],
|
|
246
246
|
"data": "0x",
|
|
247
247
|
"logIndex": 6,
|
|
248
|
-
"blockHash": "
|
|
248
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"transactionIndex": 0,
|
|
252
|
-
"blockNumber":
|
|
253
|
-
"transactionHash": "
|
|
254
|
-
"address": "
|
|
252
|
+
"blockNumber": 56,
|
|
253
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
254
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
255
255
|
"topics": [
|
|
256
256
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
257
257
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -260,13 +260,13 @@
|
|
|
260
260
|
],
|
|
261
261
|
"data": "0x",
|
|
262
262
|
"logIndex": 7,
|
|
263
|
-
"blockHash": "
|
|
263
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"transactionIndex": 0,
|
|
267
|
-
"blockNumber":
|
|
268
|
-
"transactionHash": "
|
|
269
|
-
"address": "
|
|
267
|
+
"blockNumber": 56,
|
|
268
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
269
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
270
270
|
"topics": [
|
|
271
271
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
272
272
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -275,13 +275,13 @@
|
|
|
275
275
|
],
|
|
276
276
|
"data": "0x",
|
|
277
277
|
"logIndex": 8,
|
|
278
|
-
"blockHash": "
|
|
278
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"transactionIndex": 0,
|
|
282
|
-
"blockNumber":
|
|
283
|
-
"transactionHash": "
|
|
284
|
-
"address": "
|
|
282
|
+
"blockNumber": 56,
|
|
283
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
284
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
285
285
|
"topics": [
|
|
286
286
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
287
287
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -290,13 +290,13 @@
|
|
|
290
290
|
],
|
|
291
291
|
"data": "0x",
|
|
292
292
|
"logIndex": 9,
|
|
293
|
-
"blockHash": "
|
|
293
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"transactionIndex": 0,
|
|
297
|
-
"blockNumber":
|
|
298
|
-
"transactionHash": "
|
|
299
|
-
"address": "
|
|
297
|
+
"blockNumber": 56,
|
|
298
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
299
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
300
300
|
"topics": [
|
|
301
301
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
302
302
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -305,42 +305,42 @@
|
|
|
305
305
|
],
|
|
306
306
|
"data": "0x",
|
|
307
307
|
"logIndex": 10,
|
|
308
|
-
"blockHash": "
|
|
308
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
311
|
"transactionIndex": 0,
|
|
312
|
-
"blockNumber":
|
|
313
|
-
"transactionHash": "
|
|
314
|
-
"address": "
|
|
312
|
+
"blockNumber": 56,
|
|
313
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
314
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
315
315
|
"topics": [
|
|
316
316
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
317
317
|
],
|
|
318
318
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
319
319
|
"logIndex": 11,
|
|
320
|
-
"blockHash": "
|
|
320
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"transactionIndex": 0,
|
|
324
|
-
"blockNumber":
|
|
325
|
-
"transactionHash": "
|
|
326
|
-
"address": "
|
|
324
|
+
"blockNumber": 56,
|
|
325
|
+
"transactionHash": "0x011ec23218f2e95fd9d0010768d08b6dcfeae6a1d3c514fc005ae6eda9da4275",
|
|
326
|
+
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
327
327
|
"topics": [
|
|
328
328
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
329
329
|
],
|
|
330
|
-
"data": "
|
|
330
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7c2a73131dd48d8ac46dcd7ab80c8cbee5b410a",
|
|
331
331
|
"logIndex": 12,
|
|
332
|
-
"blockHash": "
|
|
332
|
+
"blockHash": "0x74f6dced484de38a7a565e9da2d692e94e18f0550b027dd5103382025425b2e4"
|
|
333
333
|
}
|
|
334
334
|
],
|
|
335
|
-
"blockNumber":
|
|
335
|
+
"blockNumber": 56,
|
|
336
336
|
"cumulativeGasUsed": "1023277",
|
|
337
337
|
"status": 1,
|
|
338
338
|
"byzantium": true
|
|
339
339
|
},
|
|
340
340
|
"args": [
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
341
|
+
"0x71550ac84Ba7599220eAEf5C756b847cB4486606",
|
|
342
|
+
"0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
|
|
343
|
+
"0x009fc6810000000000000000000000000b48af34f4c854f5ae1a3d587da471fea45bad52000000000000000000000000381445710b5e73d34af196c53a3d5cda58edbf7a00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000008438ad1c834623cff278ab6829a248e37c2d7e3f0000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b44800000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000003000000000000000000000000e6b98f104c1bef218f3893adab4160dc73eb836700000000000000000000000073eccd6288e117caca738bdad4fec51312166c1a00000000000000000000000059f2f1fcfe2474fd5f0b9ba1e73ca90b143eb8d00000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
|
|
344
344
|
],
|
|
345
345
|
"numDeployments": 1,
|
|
346
346
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -637,35 +637,35 @@
|
|
|
637
637
|
"type": "constructor"
|
|
638
638
|
}
|
|
639
639
|
],
|
|
640
|
-
"transactionHash": "
|
|
640
|
+
"transactionHash": "0xbf62a64f090fcf9fcf6218176421e3c575880cbb89a925cb34fbf2581b3de973",
|
|
641
641
|
"receipt": {
|
|
642
642
|
"to": null,
|
|
643
643
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
644
|
-
"contractAddress": "
|
|
644
|
+
"contractAddress": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
645
645
|
"transactionIndex": 0,
|
|
646
|
-
"gasUsed": "
|
|
647
|
-
"logsBloom": "
|
|
648
|
-
"blockHash": "
|
|
649
|
-
"transactionHash": "
|
|
646
|
+
"gasUsed": "743979",
|
|
647
|
+
"logsBloom": "0x00000000000000000000000000400000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000002000001000000000000000000000000000000000000020000000000000000000800000800800000000400000000000000400000000000000000000000000000000000000000000080800000000000800000000000000000200000000000000400000000000000000000000000000000000200000020000000000000000000040000000000000400000000000000000020000000000000000000000000000040000000000000000000000000000002000000",
|
|
648
|
+
"blockHash": "0xa83468d46a1f132a8bfcb947dc384b6c28a4116a67244cd91625ac5d4bd13f0c",
|
|
649
|
+
"transactionHash": "0xbf62a64f090fcf9fcf6218176421e3c575880cbb89a925cb34fbf2581b3de973",
|
|
650
650
|
"logs": [
|
|
651
651
|
{
|
|
652
652
|
"transactionIndex": 0,
|
|
653
|
-
"blockNumber":
|
|
654
|
-
"transactionHash": "
|
|
655
|
-
"address": "
|
|
653
|
+
"blockNumber": 58,
|
|
654
|
+
"transactionHash": "0xbf62a64f090fcf9fcf6218176421e3c575880cbb89a925cb34fbf2581b3de973",
|
|
655
|
+
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
656
656
|
"topics": [
|
|
657
657
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
658
|
-
"
|
|
658
|
+
"0x000000000000000000000000e8bbb5f22e6b3d6cd9157b8fd2b59c076e57a9fc"
|
|
659
659
|
],
|
|
660
660
|
"data": "0x",
|
|
661
661
|
"logIndex": 0,
|
|
662
|
-
"blockHash": "
|
|
662
|
+
"blockHash": "0xa83468d46a1f132a8bfcb947dc384b6c28a4116a67244cd91625ac5d4bd13f0c"
|
|
663
663
|
},
|
|
664
664
|
{
|
|
665
665
|
"transactionIndex": 0,
|
|
666
|
-
"blockNumber":
|
|
667
|
-
"transactionHash": "
|
|
668
|
-
"address": "
|
|
666
|
+
"blockNumber": 58,
|
|
667
|
+
"transactionHash": "0xbf62a64f090fcf9fcf6218176421e3c575880cbb89a925cb34fbf2581b3de973",
|
|
668
|
+
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
669
669
|
"topics": [
|
|
670
670
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
671
671
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -673,42 +673,42 @@
|
|
|
673
673
|
],
|
|
674
674
|
"data": "0x",
|
|
675
675
|
"logIndex": 1,
|
|
676
|
-
"blockHash": "
|
|
676
|
+
"blockHash": "0xa83468d46a1f132a8bfcb947dc384b6c28a4116a67244cd91625ac5d4bd13f0c"
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
679
|
"transactionIndex": 0,
|
|
680
|
-
"blockNumber":
|
|
681
|
-
"transactionHash": "
|
|
682
|
-
"address": "
|
|
680
|
+
"blockNumber": 58,
|
|
681
|
+
"transactionHash": "0xbf62a64f090fcf9fcf6218176421e3c575880cbb89a925cb34fbf2581b3de973",
|
|
682
|
+
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
683
683
|
"topics": [
|
|
684
684
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
685
685
|
],
|
|
686
686
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
687
687
|
"logIndex": 2,
|
|
688
|
-
"blockHash": "
|
|
688
|
+
"blockHash": "0xa83468d46a1f132a8bfcb947dc384b6c28a4116a67244cd91625ac5d4bd13f0c"
|
|
689
689
|
},
|
|
690
690
|
{
|
|
691
691
|
"transactionIndex": 0,
|
|
692
|
-
"blockNumber":
|
|
693
|
-
"transactionHash": "
|
|
694
|
-
"address": "
|
|
692
|
+
"blockNumber": 58,
|
|
693
|
+
"transactionHash": "0xbf62a64f090fcf9fcf6218176421e3c575880cbb89a925cb34fbf2581b3de973",
|
|
694
|
+
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
695
695
|
"topics": [
|
|
696
696
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
697
697
|
],
|
|
698
|
-
"data": "
|
|
698
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7c2a73131dd48d8ac46dcd7ab80c8cbee5b410a",
|
|
699
699
|
"logIndex": 3,
|
|
700
|
-
"blockHash": "
|
|
700
|
+
"blockHash": "0xa83468d46a1f132a8bfcb947dc384b6c28a4116a67244cd91625ac5d4bd13f0c"
|
|
701
701
|
}
|
|
702
702
|
],
|
|
703
|
-
"blockNumber":
|
|
704
|
-
"cumulativeGasUsed": "
|
|
703
|
+
"blockNumber": 58,
|
|
704
|
+
"cumulativeGasUsed": "743979",
|
|
705
705
|
"status": 1,
|
|
706
706
|
"byzantium": true
|
|
707
707
|
},
|
|
708
708
|
"args": [
|
|
709
|
-
"
|
|
710
|
-
"
|
|
711
|
-
"
|
|
709
|
+
"0xE8BBb5F22E6b3d6CD9157B8FD2b59C076e57a9Fc",
|
|
710
|
+
"0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
|
|
711
|
+
"0xc0c53b8b0000000000000000000000005c7c905b505f0cf40ab6600d05e677f717916f6b000000000000000000000000544eae853ea3774a8857573c6423e6db95b792580000000000000000000000000b48af34f4c854f5ae1a3d587da471fea45bad52"
|
|
712
712
|
],
|
|
713
713
|
"numDeployments": 1,
|
|
714
714
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -717,12 +717,12 @@
|
|
|
717
717
|
"execute": {
|
|
718
718
|
"methodName": "initialize",
|
|
719
719
|
"args": [
|
|
720
|
-
"
|
|
721
|
-
"
|
|
722
|
-
"
|
|
720
|
+
"0x5C7c905B505f0Cf40Ab6600d05e677F717916F6B",
|
|
721
|
+
"0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
722
|
+
"0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52"
|
|
723
723
|
]
|
|
724
724
|
},
|
|
725
|
-
"implementation": "
|
|
725
|
+
"implementation": "0xE8BBb5F22E6b3d6CD9157B8FD2b59C076e57a9Fc",
|
|
726
726
|
"devdoc": {
|
|
727
727
|
"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.",
|
|
728
728
|
"kind": "dev",
|