@layerzerolabs/lz-evm-sdk-v2 2.0.7 → 2.0.8
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/{bsc-sandbox-local → gunzilla-testnet}/DVN.json +86 -37
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/DVNFeeLib.json +15 -15
- package/deployments/gunzilla-testnet/EndpointV2.json +3009 -0
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/Executor.json +91 -92
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ExecutorFeeLib.json +15 -15
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ExecutorProxyAdmin.json +22 -22
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/Executor_Implementation.json +9 -9
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/Executor_Proxy.json +82 -82
- package/deployments/gunzilla-testnet/LzExecutor.json +332 -0
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/PriceFeed.json +34 -34
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/PriceFeedProxyAdmin.json +22 -22
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/PriceFeed_Implementation.json +9 -9
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/PriceFeed_Proxy.json +32 -32
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ReceiveUln301.json +17 -17
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ReceiveUln302.json +16 -16
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/SendUln301.json +19 -19
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/SendUln302.json +16 -16
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/Treasury.json +15 -15
- package/deployments/gunzilla-testnet/TreasuryFeeHandler.json +125 -0
- package/deployments/rarible-testnet/DVN.json +1929 -0
- package/deployments/{bsc-sandbox-local → rarible-testnet}/DVNFeeLib.json +17 -17
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/EndpointV2.json +114 -60
- package/deployments/rarible-testnet/Executor.json +1532 -0
- package/deployments/rarible-testnet/ExecutorFeeLib.json +407 -0
- package/deployments/rarible-testnet/ExecutorProxyAdmin.json +283 -0
- package/deployments/rarible-testnet/Executor_Implementation.json +1591 -0
- package/deployments/rarible-testnet/Executor_Proxy.json +365 -0
- package/deployments/rarible-testnet/LzExecutor.json +332 -0
- package/deployments/rarible-testnet/PriceFeed.json +890 -0
- package/deployments/rarible-testnet/PriceFeedProxyAdmin.json +283 -0
- package/deployments/rarible-testnet/PriceFeed_Implementation.json +912 -0
- package/deployments/rarible-testnet/PriceFeed_Proxy.json +244 -0
- package/deployments/rarible-testnet/ReceiveUln301.json +1264 -0
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/ReceiveUln302.json +18 -18
- package/deployments/rarible-testnet/SendUln301.json +1569 -0
- package/deployments/rarible-testnet/SendUln302.json +1527 -0
- package/deployments/rarible-testnet/Treasury.json +412 -0
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/TreasuryFeeHandler.json +11 -11
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/DVN.json +86 -37
- package/deployments/xchain-testnet/DVNFeeLib.json +387 -0
- package/deployments/{bsc-sandbox-local → xchain-testnet}/EndpointV2.json +111 -60
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/Executor.json +91 -92
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ExecutorFeeLib.json +15 -15
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ExecutorProxyAdmin.json +22 -22
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/Executor_Implementation.json +9 -9
- package/deployments/{bsc-sandbox-local → xchain-testnet}/Executor_Proxy.json +82 -82
- package/deployments/xchain-testnet/LzExecutor.json +332 -0
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/PriceFeed.json +34 -34
- package/deployments/{bsc-sandbox-local → xchain-testnet}/PriceFeedProxyAdmin.json +22 -22
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/PriceFeed_Implementation.json +9 -9
- package/deployments/{bsc-sandbox-local → xchain-testnet}/PriceFeed_Proxy.json +32 -32
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ReceiveUln301.json +17 -17
- package/deployments/xchain-testnet/ReceiveUln302.json +954 -0
- package/deployments/{bsc-sandbox-local → xchain-testnet}/SendUln301.json +19 -19
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/SendUln302.json +16 -16
- package/deployments/{bsc-sandbox-local → xchain-testnet}/Treasury.json +15 -15
- package/deployments/{bsc-sandbox-local → xchain-testnet}/TreasuryFeeHandler.json +10 -10
- package/package.json +8 -8
- package/deployments/avalanche-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/bsc-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +0 -708
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,199 +133,199 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
|
-
"from": "
|
|
140
|
-
"contractAddress": "
|
|
139
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
140
|
+
"contractAddress": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
|
-
"gasUsed": "
|
|
143
|
-
"logsBloom": "
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
142
|
+
"gasUsed": "996542",
|
|
143
|
+
"logsBloom": "0x00000004000040000000000000000000400000000000000004000000000000100000000000000000000000020210000000000000000000000000020000000000000400000000000000000000000002000000000020000000000000000020000000000000030008000000000002000800000000800000000800000000000000000000002010000000080000000080004000200000008080000000800000800000000000200000000000800002000400400000000000000000001010000000000000000020000000000000000000040000002000100400000100004000008060000000000000000000000000000800000000004000000000000000000000800000",
|
|
144
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4",
|
|
145
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 207,
|
|
150
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
151
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x000000000000000000000000073f5b4fdf17bbc16b0980d49f6c56123477bb51"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 207,
|
|
163
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
164
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
167
167
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
168
|
-
"
|
|
169
|
-
"
|
|
168
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
169
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
170
170
|
],
|
|
171
171
|
"data": "0x",
|
|
172
172
|
"logIndex": 1,
|
|
173
|
-
"blockHash": "
|
|
173
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"transactionIndex": 0,
|
|
177
|
-
"blockNumber":
|
|
178
|
-
"transactionHash": "
|
|
179
|
-
"address": "
|
|
177
|
+
"blockNumber": 207,
|
|
178
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
179
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
180
180
|
"topics": [
|
|
181
181
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
182
182
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
183
|
-
"
|
|
184
|
-
"
|
|
183
|
+
"0x00000000000000000000000000c5c0b8e0f75ab862cbaaecfff499db555fbdd2",
|
|
184
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
185
185
|
],
|
|
186
186
|
"data": "0x",
|
|
187
187
|
"logIndex": 2,
|
|
188
|
-
"blockHash": "
|
|
188
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"transactionIndex": 0,
|
|
192
|
-
"blockNumber":
|
|
193
|
-
"transactionHash": "
|
|
194
|
-
"address": "
|
|
192
|
+
"blockNumber": 207,
|
|
193
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
194
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
195
195
|
"topics": [
|
|
196
196
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
197
197
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
198
|
-
"
|
|
199
|
-
"
|
|
198
|
+
"0x000000000000000000000000145c041566b21bec558b2a37f1a5ff261ab55998",
|
|
199
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
200
200
|
],
|
|
201
201
|
"data": "0x",
|
|
202
202
|
"logIndex": 3,
|
|
203
|
-
"blockHash": "
|
|
203
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"transactionIndex": 0,
|
|
207
|
-
"blockNumber":
|
|
208
|
-
"transactionHash": "
|
|
209
|
-
"address": "
|
|
207
|
+
"blockNumber": 207,
|
|
208
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
209
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
210
210
|
"topics": [
|
|
211
211
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
212
|
+
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
213
|
+
"0x00000000000000000000000055370e0fbb5f5b8daed978ba1c075a499eb107b8",
|
|
214
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
215
215
|
],
|
|
216
216
|
"data": "0x",
|
|
217
217
|
"logIndex": 4,
|
|
218
|
-
"blockHash": "
|
|
218
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"transactionIndex": 0,
|
|
222
|
-
"blockNumber":
|
|
223
|
-
"transactionHash": "
|
|
224
|
-
"address": "
|
|
222
|
+
"blockNumber": 207,
|
|
223
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
224
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
225
225
|
"topics": [
|
|
226
226
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
227
227
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
228
|
-
"
|
|
229
|
-
"
|
|
228
|
+
"0x000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9",
|
|
229
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
230
230
|
],
|
|
231
231
|
"data": "0x",
|
|
232
232
|
"logIndex": 5,
|
|
233
|
-
"blockHash": "
|
|
233
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"transactionIndex": 0,
|
|
237
|
-
"blockNumber":
|
|
238
|
-
"transactionHash": "
|
|
239
|
-
"address": "
|
|
237
|
+
"blockNumber": 207,
|
|
238
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
239
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
240
240
|
"topics": [
|
|
241
241
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
242
242
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
243
|
-
"
|
|
244
|
-
"
|
|
243
|
+
"0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
|
|
244
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
245
245
|
],
|
|
246
246
|
"data": "0x",
|
|
247
247
|
"logIndex": 6,
|
|
248
|
-
"blockHash": "
|
|
248
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"transactionIndex": 0,
|
|
252
|
-
"blockNumber":
|
|
253
|
-
"transactionHash": "
|
|
254
|
-
"address": "
|
|
252
|
+
"blockNumber": 207,
|
|
253
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
254
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
255
255
|
"topics": [
|
|
256
256
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
257
257
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
258
|
-
"
|
|
259
|
-
"
|
|
258
|
+
"0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
|
|
259
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
260
260
|
],
|
|
261
261
|
"data": "0x",
|
|
262
262
|
"logIndex": 7,
|
|
263
|
-
"blockHash": "
|
|
263
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"transactionIndex": 0,
|
|
267
|
-
"blockNumber":
|
|
268
|
-
"transactionHash": "
|
|
269
|
-
"address": "
|
|
267
|
+
"blockNumber": 207,
|
|
268
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
269
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
270
270
|
"topics": [
|
|
271
271
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
272
272
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
273
|
-
"
|
|
274
|
-
"
|
|
273
|
+
"0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
|
|
274
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
275
275
|
],
|
|
276
276
|
"data": "0x",
|
|
277
277
|
"logIndex": 8,
|
|
278
|
-
"blockHash": "
|
|
278
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"transactionIndex": 0,
|
|
282
|
-
"blockNumber":
|
|
283
|
-
"transactionHash": "
|
|
284
|
-
"address": "
|
|
282
|
+
"blockNumber": 207,
|
|
283
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
284
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
285
285
|
"topics": [
|
|
286
286
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
287
287
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
288
|
-
"
|
|
289
|
-
"
|
|
288
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
289
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
290
290
|
],
|
|
291
291
|
"data": "0x",
|
|
292
292
|
"logIndex": 9,
|
|
293
|
-
"blockHash": "
|
|
293
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"transactionIndex": 0,
|
|
297
|
-
"blockNumber":
|
|
298
|
-
"transactionHash": "
|
|
299
|
-
"address": "
|
|
297
|
+
"blockNumber": 207,
|
|
298
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
299
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
300
300
|
"topics": [
|
|
301
301
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
302
302
|
],
|
|
303
303
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
304
304
|
"logIndex": 10,
|
|
305
|
-
"blockHash": "
|
|
305
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"transactionIndex": 0,
|
|
309
|
-
"blockNumber":
|
|
310
|
-
"transactionHash": "
|
|
311
|
-
"address": "
|
|
309
|
+
"blockNumber": 207,
|
|
310
|
+
"transactionHash": "0xf5f72f85072a9c400d9a8612bbb868d80d036b3168fb60a76d13b21944aa7b4f",
|
|
311
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
312
312
|
"topics": [
|
|
313
313
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
314
314
|
],
|
|
315
|
-
"data": "
|
|
315
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b0487596a0b62d1a71d0c33294bd6eb635fc6b09",
|
|
316
316
|
"logIndex": 11,
|
|
317
|
-
"blockHash": "
|
|
317
|
+
"blockHash": "0x8f60a5aec66fb207a397f93b4c355e1f03a8814a8b600edfb2a73df2e493b4a4"
|
|
318
318
|
}
|
|
319
319
|
],
|
|
320
|
-
"blockNumber":
|
|
321
|
-
"cumulativeGasUsed": "
|
|
320
|
+
"blockNumber": 207,
|
|
321
|
+
"cumulativeGasUsed": "996542",
|
|
322
322
|
"status": 1,
|
|
323
323
|
"byzantium": true
|
|
324
324
|
},
|
|
325
325
|
"args": [
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
326
|
+
"0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
|
|
327
|
+
"0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
328
|
+
"0x009fc681000000000000000000000000464570ada09869d8741132183721b4f0769a02870000000000000000000000009ecf72299027e8aefee5dc5351d6d92294f46d2b00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000008b14d287b4150ff22ac73df8be720e933f659abc000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a60000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000c5c0b8e0f75ab862cbaaecfff499db555fbdd2000000000000000000000000145c041566b21bec558b2a37f1a5ff261ab5599800000000000000000000000055370e0fbb5f5b8daed978ba1c075a499eb107b80000000000000000000000000000000000000000000000000000000000000005000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
329
329
|
],
|
|
330
330
|
"numDeployments": 1,
|
|
331
331
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "address",
|
|
8
|
+
"name": "_receiveUln302",
|
|
9
|
+
"type": "address"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"internalType": "address",
|
|
13
|
+
"name": "_endpoint",
|
|
14
|
+
"type": "address"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "constructor"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"inputs": [],
|
|
22
|
+
"name": "Executed",
|
|
23
|
+
"type": "error"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"inputs": [],
|
|
27
|
+
"name": "ToAddressIsZero",
|
|
28
|
+
"type": "error"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"inputs": [
|
|
32
|
+
{
|
|
33
|
+
"internalType": "address",
|
|
34
|
+
"name": "_to",
|
|
35
|
+
"type": "address"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"internalType": "uint256",
|
|
39
|
+
"name": "_value",
|
|
40
|
+
"type": "uint256"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"name": "TransferNativeFailed",
|
|
44
|
+
"type": "error"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"inputs": [],
|
|
48
|
+
"name": "Verifying",
|
|
49
|
+
"type": "error"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"anonymous": false,
|
|
53
|
+
"inputs": [
|
|
54
|
+
{
|
|
55
|
+
"indexed": true,
|
|
56
|
+
"internalType": "address",
|
|
57
|
+
"name": "previousOwner",
|
|
58
|
+
"type": "address"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"indexed": true,
|
|
62
|
+
"internalType": "address",
|
|
63
|
+
"name": "newOwner",
|
|
64
|
+
"type": "address"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"name": "OwnershipTransferred",
|
|
68
|
+
"type": "event"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"inputs": [
|
|
72
|
+
{
|
|
73
|
+
"internalType": "address",
|
|
74
|
+
"name": "_receiveLib",
|
|
75
|
+
"type": "address"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"components": [
|
|
79
|
+
{
|
|
80
|
+
"components": [
|
|
81
|
+
{
|
|
82
|
+
"internalType": "uint32",
|
|
83
|
+
"name": "srcEid",
|
|
84
|
+
"type": "uint32"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"internalType": "bytes32",
|
|
88
|
+
"name": "sender",
|
|
89
|
+
"type": "bytes32"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"internalType": "uint64",
|
|
93
|
+
"name": "nonce",
|
|
94
|
+
"type": "uint64"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"internalType": "struct Origin",
|
|
98
|
+
"name": "origin",
|
|
99
|
+
"type": "tuple"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"internalType": "address",
|
|
103
|
+
"name": "receiver",
|
|
104
|
+
"type": "address"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"internalType": "bytes32",
|
|
108
|
+
"name": "guid",
|
|
109
|
+
"type": "bytes32"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"internalType": "bytes",
|
|
113
|
+
"name": "message",
|
|
114
|
+
"type": "bytes"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"internalType": "bytes",
|
|
118
|
+
"name": "extraData",
|
|
119
|
+
"type": "bytes"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"internalType": "uint256",
|
|
123
|
+
"name": "gas",
|
|
124
|
+
"type": "uint256"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"internalType": "uint256",
|
|
128
|
+
"name": "value",
|
|
129
|
+
"type": "uint256"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"internalType": "struct LzReceiveParam",
|
|
133
|
+
"name": "_lzReceiveParam",
|
|
134
|
+
"type": "tuple"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"components": [
|
|
138
|
+
{
|
|
139
|
+
"internalType": "address",
|
|
140
|
+
"name": "_receiver",
|
|
141
|
+
"type": "address"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"internalType": "uint256",
|
|
145
|
+
"name": "_amount",
|
|
146
|
+
"type": "uint256"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"internalType": "struct NativeDropParam",
|
|
150
|
+
"name": "_nativeDropParam",
|
|
151
|
+
"type": "tuple"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"name": "commitAndExecute",
|
|
155
|
+
"outputs": [],
|
|
156
|
+
"stateMutability": "payable",
|
|
157
|
+
"type": "function"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"inputs": [],
|
|
161
|
+
"name": "endpoint",
|
|
162
|
+
"outputs": [
|
|
163
|
+
{
|
|
164
|
+
"internalType": "contract ILayerZeroEndpointV2",
|
|
165
|
+
"name": "",
|
|
166
|
+
"type": "address"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"stateMutability": "view",
|
|
170
|
+
"type": "function"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"inputs": [],
|
|
174
|
+
"name": "localEid",
|
|
175
|
+
"outputs": [
|
|
176
|
+
{
|
|
177
|
+
"internalType": "uint32",
|
|
178
|
+
"name": "",
|
|
179
|
+
"type": "uint32"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"stateMutability": "view",
|
|
183
|
+
"type": "function"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"inputs": [],
|
|
187
|
+
"name": "owner",
|
|
188
|
+
"outputs": [
|
|
189
|
+
{
|
|
190
|
+
"internalType": "address",
|
|
191
|
+
"name": "",
|
|
192
|
+
"type": "address"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"stateMutability": "view",
|
|
196
|
+
"type": "function"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"inputs": [],
|
|
200
|
+
"name": "receiveUln302",
|
|
201
|
+
"outputs": [
|
|
202
|
+
{
|
|
203
|
+
"internalType": "address",
|
|
204
|
+
"name": "",
|
|
205
|
+
"type": "address"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"stateMutability": "view",
|
|
209
|
+
"type": "function"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"inputs": [],
|
|
213
|
+
"name": "renounceOwnership",
|
|
214
|
+
"outputs": [],
|
|
215
|
+
"stateMutability": "nonpayable",
|
|
216
|
+
"type": "function"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"inputs": [
|
|
220
|
+
{
|
|
221
|
+
"internalType": "address",
|
|
222
|
+
"name": "newOwner",
|
|
223
|
+
"type": "address"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"name": "transferOwnership",
|
|
227
|
+
"outputs": [],
|
|
228
|
+
"stateMutability": "nonpayable",
|
|
229
|
+
"type": "function"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"inputs": [
|
|
233
|
+
{
|
|
234
|
+
"internalType": "address",
|
|
235
|
+
"name": "_to",
|
|
236
|
+
"type": "address"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"internalType": "uint256",
|
|
240
|
+
"name": "_amount",
|
|
241
|
+
"type": "uint256"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"name": "withdrawNative",
|
|
245
|
+
"outputs": [],
|
|
246
|
+
"stateMutability": "nonpayable",
|
|
247
|
+
"type": "function"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
"transactionHash": "0x984866d5c7c3488d018f7ac348872069ce7235b5011cb911e5c6266a3c624bdf",
|
|
251
|
+
"receipt": {
|
|
252
|
+
"to": null,
|
|
253
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
254
|
+
"contractAddress": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
|
|
255
|
+
"transactionIndex": 0,
|
|
256
|
+
"gasUsed": "879707",
|
|
257
|
+
"logsBloom": "0x00000000000000000000008000000000000000000000000000800004000000000000000000000000000000000000000000000000000000000000020000000000000440000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
|
|
258
|
+
"blockHash": "0x3d0a84710c97b9eeda228c6326ac3a080f1703bc6a1428a11fdf94003c931152",
|
|
259
|
+
"transactionHash": "0x984866d5c7c3488d018f7ac348872069ce7235b5011cb911e5c6266a3c624bdf",
|
|
260
|
+
"logs": [
|
|
261
|
+
{
|
|
262
|
+
"transactionIndex": 0,
|
|
263
|
+
"blockNumber": 208,
|
|
264
|
+
"transactionHash": "0x984866d5c7c3488d018f7ac348872069ce7235b5011cb911e5c6266a3c624bdf",
|
|
265
|
+
"address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
|
|
266
|
+
"topics": [
|
|
267
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
268
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
269
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
270
|
+
],
|
|
271
|
+
"data": "0x",
|
|
272
|
+
"logIndex": 0,
|
|
273
|
+
"blockHash": "0x3d0a84710c97b9eeda228c6326ac3a080f1703bc6a1428a11fdf94003c931152"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"blockNumber": 208,
|
|
277
|
+
"cumulativeGasUsed": "879707",
|
|
278
|
+
"status": 1,
|
|
279
|
+
"byzantium": true
|
|
280
|
+
},
|
|
281
|
+
"args": [
|
|
282
|
+
"0x45841dd1ca50265Da7614fC43A361e526c0e6160",
|
|
283
|
+
"0x464570adA09869d8741132183721B4f0769a0287"
|
|
284
|
+
],
|
|
285
|
+
"numDeployments": 1,
|
|
286
|
+
"solcInputHash": "719e21e6fdbab5c696bee34c9480cb88",
|
|
287
|
+
"bytecode": "0x60e06040523480156200001157600080fd5b506040516200106038038062001060833981016040819052620000349162000135565b6200003f33620000c8565b6001600160a01b03808316608052811660a08190526040805163416ecebf60e01b8152905163416ecebf916004808201926020929091908290030181865afa15801562000090573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000b691906200016d565b63ffffffff1660c052506200019c9050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b03811681146200013057600080fd5b919050565b600080604083850312156200014957600080fd5b620001548362000118565b9150620001646020840162000118565b90509250929050565b6000602082840312156200018057600080fd5b815163ffffffff811681146200019557600080fd5b9392505050565b60805160a05160c051610e72620001ee6000396000818161013a01526103a901526000818160c70152818161021f01526106e10152600081816101830152818161031d01526103590152610e726000f3fe60806040526004361061007b5760003560e01c8063726075371161004e5780637260753714610128578063843c7b0e146101715780638da5cb5b146101a5578063f2fde38b146101d057600080fd5b806307b18bde146100805780632191331a146100a25780635e280f11146100b5578063715018a614610113575b600080fd5b34801561008c57600080fd5b506100a061009b366004610a96565b6101f0565b005b6100a06100b0366004610ac0565b610206565b3480156100c157600080fd5b506100e97f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b34801561011f57600080fd5b506100a061079c565b34801561013457600080fd5b5061015c7f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff909116815260200161010a565b34801561017d57600080fd5b506100e97f000000000000000000000000000000000000000000000000000000000000000081565b3480156101b157600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100e9565b3480156101dc57600080fd5b506100a06101eb366004610b4e565b6107b0565b6101f861086c565b61020282826108ed565b5050565b600073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016634b4b2efb846102556080820160608301610b4e565b6040518363ffffffff1660e01b8152600401610272929190610bd6565b602060405180830381865afa15801561028f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b39190610c14565b905060028160028111156102c9576102c9610c31565b03610300576040517f68f46c4500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600181600281111561031457610314610c31565b146106745760007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff161561037d577f000000000000000000000000000000000000000000000000000000000000000061037f565b845b9050600060016103956060870160408801610c60565b6103a26020880188610c7b565b60208801357f00000000000000000000000000000000000000000000000000000000000000006103d860808b0160608c01610b4e565b60405160f89690961b7fff0000000000000000000000000000000000000000000000000000000000000016602087015260c09490941b7fffffffffffffffff00000000000000000000000000000000000000000000000016602186015260e092831b7fffffffff000000000000000000000000000000000000000000000000000000009081166029870152602d86019290925290911b16604d83015273ffffffffffffffffffffffffffffffffffffffff166051820152607101604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190529050600060808601356104d660a0880188610c96565b6040516020016104e893929190610d02565b60405160208183030381529060405280519060200120905060008373ffffffffffffffffffffffffffffffffffffffff166327d12cd984846040518363ffffffff1660e01b815260040161053d929190610d1c565b602060405180830381865afa15801561055a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057e9190610c14565b9050600181600281111561059457610594610c31565b03610624576040517f0894edf100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff851690630894edf1906105ed9086908690600401610d1c565b600060405180830381600087803b15801561060757600080fd5b505af115801561061b573d6000803e3d6000fd5b5050505061066f565b600081600281111561063857610638610c31565b0361066f576040517f692c93cb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505050505b600082602001351180156106ab575060006106926020840184610b4e565b73ffffffffffffffffffffffffffffffffffffffff1614155b156106ca576106ca6106c06020840184610b4e565b83602001356108ed565b73ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016630c0c389e60e0850135610100860135866107226080820160608301610b4e565b608089013561073460a08b018b610c96565b61074160c08d018d610c96565b6040518a63ffffffff1660e01b81526004016107639796959493929190610dd8565b6000604051808303818589803b15801561077c57600080fd5b5088f1158015610790573d6000803e3d6000fd5b50505050505050505050565b6107a461086c565b6107ae60006109f8565b565b6107b861086c565b73ffffffffffffffffffffffffffffffffffffffff8116610860576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b610869816109f8565b50565b60005473ffffffffffffffffffffffffffffffffffffffff1633146107ae576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610857565b73ffffffffffffffffffffffffffffffffffffffff821661093a576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610994576040519150601f19603f3d011682016040523d82523d6000602084013e610999565b606091505b50509050806109f3576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416600482015260248101839052604401610857565b505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b803573ffffffffffffffffffffffffffffffffffffffff81168114610a9157600080fd5b919050565b60008060408385031215610aa957600080fd5b610ab283610a6d565b946020939093013593505050565b60008060008385036080811215610ad657600080fd5b610adf85610a6d565b9350602085013567ffffffffffffffff811115610afb57600080fd5b85016101208188031215610b0e57600080fd5b925060407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc082011215610b4057600080fd5b506040840190509250925092565b600060208284031215610b6057600080fd5b610b6982610a6d565b9392505050565b803563ffffffff81168114610a9157600080fd5b803567ffffffffffffffff81168114610a9157600080fd5b63ffffffff610baa82610b70565b1682526020810135602083015267ffffffffffffffff610bcc60408301610b84565b1660408301525050565b60808101610be48285610b9c565b73ffffffffffffffffffffffffffffffffffffffff831660608301529392505050565b6003811061086957600080fd5b600060208284031215610c2657600080fd5b8151610b6981610c07565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b600060208284031215610c7257600080fd5b610b6982610b84565b600060208284031215610c8d57600080fd5b610b6982610b70565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112610ccb57600080fd5b83018035915067ffffffffffffffff821115610ce657600080fd5b602001915036819003821315610cfb57600080fd5b9250929050565b838152818360208301376000910160200190815292915050565b604081526000835180604084015260005b81811015610d4a5760208187018101516060868401015201610d2d565b5060006060828501015260607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168401019150508260208301529392505050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b610de28189610b9c565b73ffffffffffffffffffffffffffffffffffffffff8716606082015285608082015260e060a08201526000610e1b60e083018688610d8f565b82810360c0840152610e2e818587610d8f565b9a995050505050505050505056fea264697066735822122006a3b206011ef2092c3954f7a2621716e032b970d1f01175d681c89bf0e088ff64736f6c63430008160033",
|
|
288
|
+
"deployedBytecode": "0x60806040526004361061007b5760003560e01c8063726075371161004e5780637260753714610128578063843c7b0e146101715780638da5cb5b146101a5578063f2fde38b146101d057600080fd5b806307b18bde146100805780632191331a146100a25780635e280f11146100b5578063715018a614610113575b600080fd5b34801561008c57600080fd5b506100a061009b366004610a96565b6101f0565b005b6100a06100b0366004610ac0565b610206565b3480156100c157600080fd5b506100e97f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b34801561011f57600080fd5b506100a061079c565b34801561013457600080fd5b5061015c7f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff909116815260200161010a565b34801561017d57600080fd5b506100e97f000000000000000000000000000000000000000000000000000000000000000081565b3480156101b157600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100e9565b3480156101dc57600080fd5b506100a06101eb366004610b4e565b6107b0565b6101f861086c565b61020282826108ed565b5050565b600073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016634b4b2efb846102556080820160608301610b4e565b6040518363ffffffff1660e01b8152600401610272929190610bd6565b602060405180830381865afa15801561028f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b39190610c14565b905060028160028111156102c9576102c9610c31565b03610300576040517f68f46c4500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600181600281111561031457610314610c31565b146106745760007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff161561037d577f000000000000000000000000000000000000000000000000000000000000000061037f565b845b9050600060016103956060870160408801610c60565b6103a26020880188610c7b565b60208801357f00000000000000000000000000000000000000000000000000000000000000006103d860808b0160608c01610b4e565b60405160f89690961b7fff0000000000000000000000000000000000000000000000000000000000000016602087015260c09490941b7fffffffffffffffff00000000000000000000000000000000000000000000000016602186015260e092831b7fffffffff000000000000000000000000000000000000000000000000000000009081166029870152602d86019290925290911b16604d83015273ffffffffffffffffffffffffffffffffffffffff166051820152607101604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190529050600060808601356104d660a0880188610c96565b6040516020016104e893929190610d02565b60405160208183030381529060405280519060200120905060008373ffffffffffffffffffffffffffffffffffffffff166327d12cd984846040518363ffffffff1660e01b815260040161053d929190610d1c565b602060405180830381865afa15801561055a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057e9190610c14565b9050600181600281111561059457610594610c31565b03610624576040517f0894edf100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff851690630894edf1906105ed9086908690600401610d1c565b600060405180830381600087803b15801561060757600080fd5b505af115801561061b573d6000803e3d6000fd5b5050505061066f565b600081600281111561063857610638610c31565b0361066f576040517f692c93cb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505050505b600082602001351180156106ab575060006106926020840184610b4e565b73ffffffffffffffffffffffffffffffffffffffff1614155b156106ca576106ca6106c06020840184610b4e565b83602001356108ed565b73ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016630c0c389e60e0850135610100860135866107226080820160608301610b4e565b608089013561073460a08b018b610c96565b61074160c08d018d610c96565b6040518a63ffffffff1660e01b81526004016107639796959493929190610dd8565b6000604051808303818589803b15801561077c57600080fd5b5088f1158015610790573d6000803e3d6000fd5b50505050505050505050565b6107a461086c565b6107ae60006109f8565b565b6107b861086c565b73ffffffffffffffffffffffffffffffffffffffff8116610860576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b610869816109f8565b50565b60005473ffffffffffffffffffffffffffffffffffffffff1633146107ae576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610857565b73ffffffffffffffffffffffffffffffffffffffff821661093a576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610994576040519150601f19603f3d011682016040523d82523d6000602084013e610999565b606091505b50509050806109f3576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416600482015260248101839052604401610857565b505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b803573ffffffffffffffffffffffffffffffffffffffff81168114610a9157600080fd5b919050565b60008060408385031215610aa957600080fd5b610ab283610a6d565b946020939093013593505050565b60008060008385036080811215610ad657600080fd5b610adf85610a6d565b9350602085013567ffffffffffffffff811115610afb57600080fd5b85016101208188031215610b0e57600080fd5b925060407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc082011215610b4057600080fd5b506040840190509250925092565b600060208284031215610b6057600080fd5b610b6982610a6d565b9392505050565b803563ffffffff81168114610a9157600080fd5b803567ffffffffffffffff81168114610a9157600080fd5b63ffffffff610baa82610b70565b1682526020810135602083015267ffffffffffffffff610bcc60408301610b84565b1660408301525050565b60808101610be48285610b9c565b73ffffffffffffffffffffffffffffffffffffffff831660608301529392505050565b6003811061086957600080fd5b600060208284031215610c2657600080fd5b8151610b6981610c07565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b600060208284031215610c7257600080fd5b610b6982610b84565b600060208284031215610c8d57600080fd5b610b6982610b70565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112610ccb57600080fd5b83018035915067ffffffffffffffff821115610ce657600080fd5b602001915036819003821315610cfb57600080fd5b9250929050565b838152818360208301376000910160200190815292915050565b604081526000835180604084015260005b81811015610d4a5760208187018101516060868401015201610d2d565b5060006060828501015260607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168401019150508260208301529392505050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b610de28189610b9c565b73ffffffffffffffffffffffffffffffffffffffff8716606082015285608082015260e060a08201526000610e1b60e083018688610d8f565b82810360c0840152610e2e818587610d8f565b9a995050505050505050505056fea264697066735822122006a3b206011ef2092c3954f7a2621716e032b970d1f01175d681c89bf0e088ff64736f6c63430008160033",
|
|
289
|
+
"devdoc": {
|
|
290
|
+
"kind": "dev",
|
|
291
|
+
"methods": {
|
|
292
|
+
"owner()": {
|
|
293
|
+
"details": "Returns the address of the current owner."
|
|
294
|
+
},
|
|
295
|
+
"renounceOwnership()": {
|
|
296
|
+
"details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
|
|
297
|
+
},
|
|
298
|
+
"transferOwnership(address)": {
|
|
299
|
+
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"version": 1
|
|
303
|
+
},
|
|
304
|
+
"userdoc": {
|
|
305
|
+
"kind": "user",
|
|
306
|
+
"methods": {
|
|
307
|
+
"commitAndExecute(address,((uint32,bytes32,uint64),address,bytes32,bytes,bytes,uint256,uint256),(address,uint256))": {
|
|
308
|
+
"notice": "process for commit and execute 1. check if executable, revert if executed, execute if executable 2. check if verifiable, revert if verifying, commit if verifiable 3. native drop 4. try execute, will revert if not executable"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"version": 1
|
|
312
|
+
},
|
|
313
|
+
"storageLayout": {
|
|
314
|
+
"storage": [
|
|
315
|
+
{
|
|
316
|
+
"astId": 6813,
|
|
317
|
+
"contract": "contracts/uln/LzExecutor.sol:LzExecutor",
|
|
318
|
+
"label": "_owner",
|
|
319
|
+
"offset": 0,
|
|
320
|
+
"slot": "0",
|
|
321
|
+
"type": "t_address"
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"types": {
|
|
325
|
+
"t_address": {
|
|
326
|
+
"encoding": "inplace",
|
|
327
|
+
"label": "address",
|
|
328
|
+
"numberOfBytes": "20"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
}
|