@layerzerolabs/lz-evm-sdk-v2 2.0.8 → 2.0.10-tron
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 +1896 -0
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
- package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
- 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/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/tron-sandbox-local/DVN.json +1896 -0
- package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
- package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/tron-sandbox-local/Treasury.json +412 -0
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/package.json +9 -20
- package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
- package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
- package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
- package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
- package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
- package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,139 +133,214 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
|
-
"from": "
|
|
140
|
-
"contractAddress": "
|
|
139
|
+
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
140
|
+
"contractAddress": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
|
-
"gasUsed": "
|
|
143
|
-
"logsBloom": "
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
142
|
+
"gasUsed": "886568",
|
|
143
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
144
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0",
|
|
145
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 44,
|
|
150
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
151
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x0000000000000000000000005de5e3b5fdd52f9843f80adeec5ae6e5f91e7285"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 44,
|
|
163
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
164
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
167
167
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
168
|
-
"
|
|
169
|
-
"
|
|
168
|
+
"0x0000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b448",
|
|
169
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
170
170
|
],
|
|
171
171
|
"data": "0x",
|
|
172
172
|
"logIndex": 1,
|
|
173
|
-
"blockHash": "
|
|
173
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"transactionIndex": 0,
|
|
177
|
-
"blockNumber":
|
|
178
|
-
"transactionHash": "
|
|
179
|
-
"address": "
|
|
177
|
+
"blockNumber": 44,
|
|
178
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
179
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
180
180
|
"topics": [
|
|
181
181
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
182
182
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
183
|
-
"
|
|
184
|
-
"
|
|
183
|
+
"0x00000000000000000000000037620b0c50c1eaf0e16d52615d97cc094bea9743",
|
|
184
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
185
185
|
],
|
|
186
186
|
"data": "0x",
|
|
187
187
|
"logIndex": 2,
|
|
188
|
-
"blockHash": "
|
|
188
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"transactionIndex": 0,
|
|
192
|
-
"blockNumber":
|
|
193
|
-
"transactionHash": "
|
|
194
|
-
"address": "
|
|
192
|
+
"blockNumber": 44,
|
|
193
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
194
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
195
195
|
"topics": [
|
|
196
196
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
197
197
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
198
|
-
"
|
|
199
|
-
"
|
|
198
|
+
"0x00000000000000000000000020029bdff3b982c2bf8242f473a65afb6e5a8a57",
|
|
199
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
200
200
|
],
|
|
201
201
|
"data": "0x",
|
|
202
202
|
"logIndex": 3,
|
|
203
|
-
"blockHash": "
|
|
203
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"transactionIndex": 0,
|
|
207
|
-
"blockNumber":
|
|
208
|
-
"transactionHash": "
|
|
209
|
-
"address": "
|
|
207
|
+
"blockNumber": 44,
|
|
208
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
209
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
210
210
|
"topics": [
|
|
211
211
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
212
|
+
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
213
|
+
"0x000000000000000000000000dab2090dfa9f50c3ee28b929ced346fef3d05219",
|
|
214
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
215
215
|
],
|
|
216
216
|
"data": "0x",
|
|
217
217
|
"logIndex": 4,
|
|
218
|
-
"blockHash": "
|
|
218
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"transactionIndex": 0,
|
|
222
|
-
"blockNumber":
|
|
223
|
-
"transactionHash": "
|
|
224
|
-
"address": "
|
|
222
|
+
"blockNumber": 44,
|
|
223
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
224
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
225
225
|
"topics": [
|
|
226
226
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
227
227
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
228
|
-
"
|
|
229
|
-
"
|
|
228
|
+
"0x000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9",
|
|
229
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
230
230
|
],
|
|
231
231
|
"data": "0x",
|
|
232
232
|
"logIndex": 5,
|
|
233
|
-
"blockHash": "
|
|
233
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"transactionIndex": 0,
|
|
237
|
+
"blockNumber": 44,
|
|
238
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
239
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
240
|
+
"topics": [
|
|
241
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
242
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
243
|
+
"0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
|
|
244
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
245
|
+
],
|
|
246
|
+
"data": "0x",
|
|
247
|
+
"logIndex": 6,
|
|
248
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
234
249
|
},
|
|
235
250
|
{
|
|
236
251
|
"transactionIndex": 0,
|
|
237
|
-
"blockNumber":
|
|
238
|
-
"transactionHash": "
|
|
239
|
-
"address": "
|
|
252
|
+
"blockNumber": 44,
|
|
253
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
254
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
255
|
+
"topics": [
|
|
256
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
257
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
258
|
+
"0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
|
|
259
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
260
|
+
],
|
|
261
|
+
"data": "0x",
|
|
262
|
+
"logIndex": 7,
|
|
263
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"transactionIndex": 0,
|
|
267
|
+
"blockNumber": 44,
|
|
268
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
269
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
270
|
+
"topics": [
|
|
271
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
272
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
273
|
+
"0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
|
|
274
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
275
|
+
],
|
|
276
|
+
"data": "0x",
|
|
277
|
+
"logIndex": 8,
|
|
278
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"transactionIndex": 0,
|
|
282
|
+
"blockNumber": 44,
|
|
283
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
284
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
285
|
+
"topics": [
|
|
286
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
287
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
288
|
+
"0x0000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e",
|
|
289
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
290
|
+
],
|
|
291
|
+
"data": "0x",
|
|
292
|
+
"logIndex": 9,
|
|
293
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"transactionIndex": 0,
|
|
297
|
+
"blockNumber": 44,
|
|
298
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
299
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
300
|
+
"topics": [
|
|
301
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
302
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
303
|
+
"0x000000000000000000000000aada98978453263132587d0805c4a17376af9f13",
|
|
304
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
305
|
+
],
|
|
306
|
+
"data": "0x",
|
|
307
|
+
"logIndex": 10,
|
|
308
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"transactionIndex": 0,
|
|
312
|
+
"blockNumber": 44,
|
|
313
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
314
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
240
315
|
"topics": [
|
|
241
316
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
242
317
|
],
|
|
243
318
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
244
|
-
"logIndex":
|
|
245
|
-
"blockHash": "
|
|
319
|
+
"logIndex": 11,
|
|
320
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
246
321
|
},
|
|
247
322
|
{
|
|
248
323
|
"transactionIndex": 0,
|
|
249
|
-
"blockNumber":
|
|
250
|
-
"transactionHash": "
|
|
251
|
-
"address": "
|
|
324
|
+
"blockNumber": 44,
|
|
325
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
326
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
252
327
|
"topics": [
|
|
253
328
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
254
329
|
],
|
|
255
|
-
"data": "
|
|
256
|
-
"logIndex":
|
|
257
|
-
"blockHash": "
|
|
330
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068800a6dcf47e31f508abd0385fe254d6c88aa33",
|
|
331
|
+
"logIndex": 12,
|
|
332
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
258
333
|
}
|
|
259
334
|
],
|
|
260
|
-
"blockNumber":
|
|
261
|
-
"cumulativeGasUsed": "
|
|
335
|
+
"blockNumber": 44,
|
|
336
|
+
"cumulativeGasUsed": "886568",
|
|
262
337
|
"status": 1,
|
|
263
338
|
"byzantium": true
|
|
264
339
|
},
|
|
265
340
|
"args": [
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
341
|
+
"0x5DE5e3b5fDD52f9843F80adeEC5Ae6E5f91E7285",
|
|
342
|
+
"0x68800A6dCF47E31f508ABd0385fe254D6C88AA33",
|
|
343
|
+
"0x009fc681000000000000000000000000246345f1ee077a056ab627f7cba96f937c5b73d900000000000000000000000027f7facdd609b0aed047bc994b6d04d515f3de8400000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000a787eb8b0c1598da585d154824231969ce100c640000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b4480000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000300000000000000000000000037620b0c50c1eaf0e16d52615d97cc094bea974300000000000000000000000020029bdff3b982c2bf8242f473a65afb6e5a8a57000000000000000000000000dab2090dfa9f50c3ee28b929ced346fef3d052190000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
|
|
269
344
|
],
|
|
270
345
|
"numDeployments": 1,
|
|
271
346
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x33203ddC2e56D40C99E59137BB02BA306731E715",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "address",
|
|
8
|
+
"name": "_endpoint",
|
|
9
|
+
"type": "address"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"stateMutability": "nonpayable",
|
|
13
|
+
"type": "constructor"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"inputs": [],
|
|
17
|
+
"name": "OnlySendLibrary",
|
|
18
|
+
"type": "error"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"inputs": [],
|
|
22
|
+
"name": "endpoint",
|
|
23
|
+
"outputs": [
|
|
24
|
+
{
|
|
25
|
+
"internalType": "contract ILayerZeroEndpoint",
|
|
26
|
+
"name": "",
|
|
27
|
+
"type": "address"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"stateMutability": "view",
|
|
31
|
+
"type": "function"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"inputs": [
|
|
35
|
+
{
|
|
36
|
+
"internalType": "uint16",
|
|
37
|
+
"name": "_chainId",
|
|
38
|
+
"type": "uint16"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"internalType": "address",
|
|
42
|
+
"name": "_ua",
|
|
43
|
+
"type": "address"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"internalType": "bytes",
|
|
47
|
+
"name": "_path",
|
|
48
|
+
"type": "bytes"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"name": "increment",
|
|
52
|
+
"outputs": [
|
|
53
|
+
{
|
|
54
|
+
"internalType": "uint64",
|
|
55
|
+
"name": "",
|
|
56
|
+
"type": "uint64"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"stateMutability": "nonpayable",
|
|
60
|
+
"type": "function"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"inputs": [
|
|
64
|
+
{
|
|
65
|
+
"internalType": "uint16",
|
|
66
|
+
"name": "dstEid",
|
|
67
|
+
"type": "uint16"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"internalType": "bytes",
|
|
71
|
+
"name": "path",
|
|
72
|
+
"type": "bytes"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"name": "outboundNonce",
|
|
76
|
+
"outputs": [
|
|
77
|
+
{
|
|
78
|
+
"internalType": "uint64",
|
|
79
|
+
"name": "nonce",
|
|
80
|
+
"type": "uint64"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"stateMutability": "view",
|
|
84
|
+
"type": "function"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"transactionHash": "0xebd194752f97ca55b0729d9acff66112537fdf5345a9410610b6fc4317f798b3",
|
|
88
|
+
"receipt": {
|
|
89
|
+
"to": null,
|
|
90
|
+
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
91
|
+
"contractAddress": "0x33203ddC2e56D40C99E59137BB02BA306731E715",
|
|
92
|
+
"transactionIndex": 0,
|
|
93
|
+
"gasUsed": "279599",
|
|
94
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
95
|
+
"blockHash": "0x000000000000002231ea55fd44610bb05a5155e647963846114aac56e6ec2ba2",
|
|
96
|
+
"transactionHash": "0xebd194752f97ca55b0729d9acff66112537fdf5345a9410610b6fc4317f798b3",
|
|
97
|
+
"logs": [],
|
|
98
|
+
"blockNumber": 34,
|
|
99
|
+
"cumulativeGasUsed": "279599",
|
|
100
|
+
"status": 1,
|
|
101
|
+
"byzantium": true
|
|
102
|
+
},
|
|
103
|
+
"args": [
|
|
104
|
+
"0x7dbadFE3e55cE6F52bB4468E74F475fe90D4770E"
|
|
105
|
+
],
|
|
106
|
+
"numDeployments": 1,
|
|
107
|
+
"solcInputHash": "1262ed55793b895b5a9d8c9d2ccdbaf9",
|
|
108
|
+
"bytecode": "0x60a060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506040516106273803806106278339810160408190526100499161005a565b6001600160a01b0316608052610093565b60006020828403121561006c57600080fd5b81516001600160a81b038116811461008357600080fd5b6001600160a01b03169392505050565b6080516105736100b4600039600081816065015261016801526105736000f3fe608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506004361061005b5760003560e01c80635e280f11146100605780636fe7b673146100b1578063c533338f146100dd575b600080fd5b6100877f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b6100c46100bf3660046102f0565b610120565b60405167ffffffffffffffff90911681526020016100a8565b6100c46100eb3660046103c5565b6000602081815292815260409020815180830184018051928152908401929093019190912091525467ffffffffffffffff1681565b6040517f9c729da100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff84811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639c729da190602401602060405180830381865afa1580156101b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d591906104a5565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610239576040517f94cfb9e700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61ffff851660009081526020819052604090819020905161025d90859085906104df565b90815260405190819003602001902080546000906102849067ffffffffffffffff166104ef565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790559050949350505050565b803561ffff811681146102c557600080fd5b919050565b74ffffffffffffffffffffffffffffffffffffffffff811681146102ed57600080fd5b50565b6000806000806060858703121561030657600080fd5b61030f856102b3565b9350602085013561031f816102ca565b73ffffffffffffffffffffffffffffffffffffffff169250604085013567ffffffffffffffff8082111561035257600080fd5b818701915087601f83011261036657600080fd5b81358181111561037557600080fd5b88602082850101111561038757600080fd5b95989497505060200194505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080604083850312156103d857600080fd5b6103e1836102b3565b9150602083013567ffffffffffffffff808211156103fe57600080fd5b818501915085601f83011261041257600080fd5b81358181111561042457610424610396565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561046a5761046a610396565b8160405282815288602084870101111561048357600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000602082840312156104b757600080fd5b81516104c2816102ca565b73ffffffffffffffffffffffffffffffffffffffff169392505050565b8183823760009101908152919050565b600067ffffffffffffffff808316818103610533577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600101939250505056fea26474726f6e58221220c846015b76f87a24695aab39bf9f082419e350acc1ca3563f99954377a1dd73d64736f6c63430008140033",
|
|
109
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506004361061005b5760003560e01c80635e280f11146100605780636fe7b673146100b1578063c533338f146100dd575b600080fd5b6100877f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b6100c46100bf3660046102f0565b610120565b60405167ffffffffffffffff90911681526020016100a8565b6100c46100eb3660046103c5565b6000602081815292815260409020815180830184018051928152908401929093019190912091525467ffffffffffffffff1681565b6040517f9c729da100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff84811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639c729da190602401602060405180830381865afa1580156101b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d591906104a5565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610239576040517f94cfb9e700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61ffff851660009081526020819052604090819020905161025d90859085906104df565b90815260405190819003602001902080546000906102849067ffffffffffffffff166104ef565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790559050949350505050565b803561ffff811681146102c557600080fd5b919050565b74ffffffffffffffffffffffffffffffffffffffffff811681146102ed57600080fd5b50565b6000806000806060858703121561030657600080fd5b61030f856102b3565b9350602085013561031f816102ca565b73ffffffffffffffffffffffffffffffffffffffff169250604085013567ffffffffffffffff8082111561035257600080fd5b818701915087601f83011261036657600080fd5b81358181111561037557600080fd5b88602082850101111561038757600080fd5b95989497505060200194505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080604083850312156103d857600080fd5b6103e1836102b3565b9150602083013567ffffffffffffffff808211156103fe57600080fd5b818501915085601f83011261041257600080fd5b81358181111561042457610424610396565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190838211818310171561046a5761046a610396565b8160405282815288602084870101111561048357600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000602082840312156104b757600080fd5b81516104c2816102ca565b73ffffffffffffffffffffffffffffffffffffffff169392505050565b8183823760009101908152919050565b600067ffffffffffffffff808316818103610533577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600101939250505056fea26474726f6e58221220c846015b76f87a24695aab39bf9f082419e350acc1ca3563f99954377a1dd73d64736f6c63430008140033",
|
|
110
|
+
"devdoc": {
|
|
111
|
+
"kind": "dev",
|
|
112
|
+
"methods": {},
|
|
113
|
+
"version": 1
|
|
114
|
+
},
|
|
115
|
+
"userdoc": {
|
|
116
|
+
"kind": "user",
|
|
117
|
+
"methods": {},
|
|
118
|
+
"version": 1
|
|
119
|
+
},
|
|
120
|
+
"storageLayout": {
|
|
121
|
+
"storage": [
|
|
122
|
+
{
|
|
123
|
+
"astId": 22776,
|
|
124
|
+
"contract": "contracts/uln/uln301/mocks/NonceContractMock.sol:NonceContractMock",
|
|
125
|
+
"label": "outboundNonce",
|
|
126
|
+
"offset": 0,
|
|
127
|
+
"slot": "0",
|
|
128
|
+
"type": "t_mapping(t_uint16,t_mapping(t_bytes_memory_ptr,t_uint64))"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"types": {
|
|
132
|
+
"t_bytes_memory_ptr": {
|
|
133
|
+
"encoding": "bytes",
|
|
134
|
+
"label": "bytes",
|
|
135
|
+
"numberOfBytes": "32"
|
|
136
|
+
},
|
|
137
|
+
"t_mapping(t_bytes_memory_ptr,t_uint64)": {
|
|
138
|
+
"encoding": "mapping",
|
|
139
|
+
"key": "t_bytes_memory_ptr",
|
|
140
|
+
"label": "mapping(bytes => uint64)",
|
|
141
|
+
"numberOfBytes": "32",
|
|
142
|
+
"value": "t_uint64"
|
|
143
|
+
},
|
|
144
|
+
"t_mapping(t_uint16,t_mapping(t_bytes_memory_ptr,t_uint64))": {
|
|
145
|
+
"encoding": "mapping",
|
|
146
|
+
"key": "t_uint16",
|
|
147
|
+
"label": "mapping(uint16 => mapping(bytes => uint64))",
|
|
148
|
+
"numberOfBytes": "32",
|
|
149
|
+
"value": "t_mapping(t_bytes_memory_ptr,t_uint64)"
|
|
150
|
+
},
|
|
151
|
+
"t_uint16": {
|
|
152
|
+
"encoding": "inplace",
|
|
153
|
+
"label": "uint16",
|
|
154
|
+
"numberOfBytes": "2"
|
|
155
|
+
},
|
|
156
|
+
"t_uint64": {
|
|
157
|
+
"encoding": "inplace",
|
|
158
|
+
"label": "uint64",
|
|
159
|
+
"numberOfBytes": "8"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|