@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.
Files changed (117) hide show
  1. package/deployments/arbitrum-sandbox-local/DVN.json +1896 -0
  2. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
  3. package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
  4. package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
  5. package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
  6. package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
  7. package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
  8. package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
  9. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
  10. package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
  11. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  12. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
  13. package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
  14. package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
  15. package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
  16. package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
  17. package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
  18. package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
  19. package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
  20. package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
  21. package/deployments/ethereum-sandbox-local/DVN.json +5 -5
  22. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
  23. package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
  24. package/deployments/ethereum-sandbox-local/Executor.json +14 -14
  25. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
  26. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
  27. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
  28. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
  29. package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
  30. package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
  31. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  32. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
  33. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  34. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
  35. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
  36. package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
  37. package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
  38. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
  39. package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
  40. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
  41. package/deployments/polygon-sandbox-local/DVN.json +5 -5
  42. package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
  43. package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
  44. package/deployments/polygon-sandbox-local/Executor.json +14 -14
  45. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
  46. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
  47. package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
  48. package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
  49. package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
  50. package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
  51. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  52. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
  53. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
  54. package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
  55. package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
  56. package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
  57. package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
  58. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
  59. package/deployments/polygon-sandbox-local/Treasury.json +2 -2
  60. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
  61. package/deployments/tron-sandbox-local/DVN.json +1896 -0
  62. package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
  63. package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
  64. package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
  65. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
  66. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
  67. package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
  68. package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
  69. package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
  70. package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
  71. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  72. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
  73. package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
  74. package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
  75. package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
  76. package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
  77. package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
  78. package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
  79. package/deployments/tron-sandbox-local/Treasury.json +412 -0
  80. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
  81. package/package.json +9 -20
  82. package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
  83. package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
  84. package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
  85. package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
  86. package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
  87. package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
  88. package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
  89. package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
  90. package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
  91. package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
  92. package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
  93. package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
  94. package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
  95. package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
  96. package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
  97. package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
  98. package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
  99. package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
  100. package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
  101. package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
  102. package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
  103. package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
  104. package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
  105. package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
  106. package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
  107. package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
  108. package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
  109. package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
  110. package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
  111. package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
  112. package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
  113. package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
  114. package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
  115. package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
  116. package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
  117. package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
2
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -112,65 +112,158 @@
112
112
  "type": "receive"
113
113
  },
114
114
  {
115
- "anonymous": false,
115
+ "inputs": [],
116
+ "name": "NotAllowed",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [],
121
+ "name": "OnlyMessageLib",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [],
126
+ "name": "RoleRenouncingDisabled",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [],
131
+ "name": "ToAddressIsZero",
132
+ "type": "error"
133
+ },
134
+ {
116
135
  "inputs": [
117
136
  {
118
- "indexed": false,
119
- "internalType": "uint32",
120
- "name": "dstEid",
121
- "type": "uint32"
122
- },
123
- {
124
- "indexed": false,
125
137
  "internalType": "address",
126
- "name": "oapp",
138
+ "name": "_to",
127
139
  "type": "address"
128
140
  },
129
141
  {
142
+ "internalType": "uint256",
143
+ "name": "_value",
144
+ "type": "uint256"
145
+ }
146
+ ],
147
+ "name": "TransferNativeFailed",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "anonymous": false,
152
+ "inputs": [
153
+ {
154
+ "components": [
155
+ {
156
+ "internalType": "uint32",
157
+ "name": "dstEid",
158
+ "type": "uint32"
159
+ },
160
+ {
161
+ "internalType": "uint64",
162
+ "name": "baseGas",
163
+ "type": "uint64"
164
+ },
165
+ {
166
+ "internalType": "uint16",
167
+ "name": "multiplierBps",
168
+ "type": "uint16"
169
+ },
170
+ {
171
+ "internalType": "uint128",
172
+ "name": "floorMarginUSD",
173
+ "type": "uint128"
174
+ },
175
+ {
176
+ "internalType": "uint128",
177
+ "name": "nativeCap",
178
+ "type": "uint128"
179
+ }
180
+ ],
130
181
  "indexed": false,
131
- "internalType": "uint64",
132
- "name": "confirmations",
133
- "type": "uint64"
134
- },
182
+ "internalType": "struct IExecutor.DstConfigParam[]",
183
+ "name": "params",
184
+ "type": "tuple[]"
185
+ }
186
+ ],
187
+ "name": "DstConfigSet",
188
+ "type": "event"
189
+ },
190
+ {
191
+ "anonymous": false,
192
+ "inputs": [
135
193
  {
136
194
  "indexed": false,
137
- "internalType": "uint256",
138
- "name": "totalFee",
139
- "type": "uint256"
195
+ "internalType": "uint8",
196
+ "name": "version",
197
+ "type": "uint8"
140
198
  }
141
199
  ],
142
- "name": "AssignJob",
200
+ "name": "Initialized",
143
201
  "type": "event"
144
202
  },
145
203
  {
146
204
  "anonymous": false,
147
205
  "inputs": [
148
206
  {
207
+ "components": [
208
+ {
209
+ "internalType": "uint32",
210
+ "name": "srcEid",
211
+ "type": "uint32"
212
+ },
213
+ {
214
+ "internalType": "bytes32",
215
+ "name": "sender",
216
+ "type": "bytes32"
217
+ },
218
+ {
219
+ "internalType": "uint64",
220
+ "name": "nonce",
221
+ "type": "uint64"
222
+ }
223
+ ],
149
224
  "indexed": false,
150
- "internalType": "address",
151
- "name": "_target",
152
- "type": "address"
225
+ "internalType": "struct Origin",
226
+ "name": "origin",
227
+ "type": "tuple"
153
228
  },
154
229
  {
155
230
  "indexed": false,
156
- "internalType": "bytes32",
157
- "name": "_callDataHash",
158
- "type": "bytes32"
231
+ "internalType": "uint32",
232
+ "name": "dstEid",
233
+ "type": "uint32"
159
234
  },
160
235
  {
161
236
  "indexed": false,
162
- "internalType": "bool",
163
- "name": "_success",
164
- "type": "bool"
237
+ "internalType": "address",
238
+ "name": "oapp",
239
+ "type": "address"
240
+ },
241
+ {
242
+ "components": [
243
+ {
244
+ "internalType": "address",
245
+ "name": "receiver",
246
+ "type": "address"
247
+ },
248
+ {
249
+ "internalType": "uint256",
250
+ "name": "amount",
251
+ "type": "uint256"
252
+ }
253
+ ],
254
+ "indexed": false,
255
+ "internalType": "struct IExecutor.NativeDropParams[]",
256
+ "name": "params",
257
+ "type": "tuple[]"
165
258
  },
166
259
  {
167
260
  "indexed": false,
168
- "internalType": "bytes",
169
- "name": "_data",
170
- "type": "bytes"
261
+ "internalType": "bool[]",
262
+ "name": "success",
263
+ "type": "bool[]"
171
264
  }
172
265
  ],
173
- "name": "Execute",
266
+ "name": "NativeDropApplied",
174
267
  "type": "event"
175
268
  },
176
269
  {
@@ -178,12 +271,12 @@
178
271
  "inputs": [
179
272
  {
180
273
  "indexed": false,
181
- "internalType": "uint8",
182
- "name": "version",
183
- "type": "uint8"
274
+ "internalType": "address",
275
+ "name": "account",
276
+ "type": "address"
184
277
  }
185
278
  ],
186
- "name": "Initialized",
279
+ "name": "Paused",
187
280
  "type": "event"
188
281
  },
189
282
  {
@@ -274,41 +367,6 @@
274
367
  "name": "SetDefaultMultiplierBps",
275
368
  "type": "event"
276
369
  },
277
- {
278
- "anonymous": false,
279
- "inputs": [
280
- {
281
- "components": [
282
- {
283
- "internalType": "uint32",
284
- "name": "dstEid",
285
- "type": "uint32"
286
- },
287
- {
288
- "internalType": "uint64",
289
- "name": "gas",
290
- "type": "uint64"
291
- },
292
- {
293
- "internalType": "uint16",
294
- "name": "multiplierBps",
295
- "type": "uint16"
296
- },
297
- {
298
- "internalType": "uint128",
299
- "name": "floorMarginUSD",
300
- "type": "uint128"
301
- }
302
- ],
303
- "indexed": false,
304
- "internalType": "struct IOracle.DstConfigParam[]",
305
- "name": "params",
306
- "type": "tuple[]"
307
- }
308
- ],
309
- "name": "SetDstConfig",
310
- "type": "event"
311
- },
312
370
  {
313
371
  "anonymous": false,
314
372
  "inputs": [
@@ -327,12 +385,18 @@
327
385
  "inputs": [
328
386
  {
329
387
  "indexed": false,
330
- "internalType": "address",
331
- "name": "workerLib",
332
- "type": "address"
388
+ "internalType": "uint32",
389
+ "name": "dstEid",
390
+ "type": "uint32"
391
+ },
392
+ {
393
+ "indexed": false,
394
+ "internalType": "uint8[]",
395
+ "name": "optionTypes",
396
+ "type": "uint8[]"
333
397
  }
334
398
  ],
335
- "name": "SetWorkerLib",
399
+ "name": "SetSupportedOptionTypes",
336
400
  "type": "event"
337
401
  },
338
402
  {
@@ -340,12 +404,12 @@
340
404
  "inputs": [
341
405
  {
342
406
  "indexed": false,
343
- "internalType": "uint64",
344
- "name": "_quorum",
345
- "type": "uint64"
407
+ "internalType": "address",
408
+ "name": "workerLib",
409
+ "type": "address"
346
410
  }
347
411
  ],
348
- "name": "UpdateQuorum",
412
+ "name": "SetWorkerLib",
349
413
  "type": "event"
350
414
  },
351
415
  {
@@ -354,17 +418,11 @@
354
418
  {
355
419
  "indexed": false,
356
420
  "internalType": "address",
357
- "name": "_signer",
421
+ "name": "account",
358
422
  "type": "address"
359
- },
360
- {
361
- "indexed": false,
362
- "internalType": "bool",
363
- "name": "_active",
364
- "type": "bool"
365
423
  }
366
424
  ],
367
- "name": "UpdateSigner",
425
+ "name": "Unpaused",
368
426
  "type": "event"
369
427
  },
370
428
  {
@@ -392,32 +450,6 @@
392
450
  "name": "Withdraw",
393
451
  "type": "event"
394
452
  },
395
- {
396
- "inputs": [],
397
- "name": "ADMIN_ROLE",
398
- "outputs": [
399
- {
400
- "internalType": "bytes32",
401
- "name": "",
402
- "type": "bytes32"
403
- }
404
- ],
405
- "stateMutability": "view",
406
- "type": "function"
407
- },
408
- {
409
- "inputs": [],
410
- "name": "ALLOWLIST",
411
- "outputs": [
412
- {
413
- "internalType": "bytes32",
414
- "name": "",
415
- "type": "bytes32"
416
- }
417
- ],
418
- "stateMutability": "view",
419
- "type": "function"
420
- },
421
453
  {
422
454
  "inputs": [],
423
455
  "name": "DEFAULT_ADMIN_ROLE",
@@ -431,32 +463,6 @@
431
463
  "stateMutability": "view",
432
464
  "type": "function"
433
465
  },
434
- {
435
- "inputs": [],
436
- "name": "DENYLIST",
437
- "outputs": [
438
- {
439
- "internalType": "bytes32",
440
- "name": "",
441
- "type": "bytes32"
442
- }
443
- ],
444
- "stateMutability": "view",
445
- "type": "function"
446
- },
447
- {
448
- "inputs": [],
449
- "name": "MESSAGE_LIB_ROLE",
450
- "outputs": [
451
- {
452
- "internalType": "bytes32",
453
- "name": "",
454
- "type": "bytes32"
455
- }
456
- ],
457
- "stateMutability": "view",
458
- "type": "function"
459
- },
460
466
  {
461
467
  "inputs": [],
462
468
  "name": "allowlistSize",
@@ -477,16 +483,16 @@
477
483
  "name": "_dstEid",
478
484
  "type": "uint32"
479
485
  },
480
- {
481
- "internalType": "uint64",
482
- "name": "_confirmations",
483
- "type": "uint64"
484
- },
485
486
  {
486
487
  "internalType": "address",
487
488
  "name": "_sender",
488
489
  "type": "address"
489
490
  },
491
+ {
492
+ "internalType": "uint256",
493
+ "name": "_calldataSize",
494
+ "type": "uint256"
495
+ },
490
496
  {
491
497
  "internalType": "bytes",
492
498
  "name": "_options",
@@ -497,11 +503,11 @@
497
503
  "outputs": [
498
504
  {
499
505
  "internalType": "uint256",
500
- "name": "totalFee",
506
+ "name": "fee",
501
507
  "type": "uint256"
502
508
  }
503
509
  ],
504
- "stateMutability": "payable",
510
+ "stateMutability": "nonpayable",
505
511
  "type": "function"
506
512
  },
507
513
  {
@@ -529,7 +535,7 @@
529
535
  "outputs": [
530
536
  {
531
537
  "internalType": "uint64",
532
- "name": "gas",
538
+ "name": "baseGas",
533
539
  "type": "uint64"
534
540
  },
535
541
  {
@@ -541,40 +547,43 @@
541
547
  "internalType": "uint128",
542
548
  "name": "floorMarginUSD",
543
549
  "type": "uint128"
550
+ },
551
+ {
552
+ "internalType": "uint128",
553
+ "name": "nativeCap",
554
+ "type": "uint128"
544
555
  }
545
556
  ],
546
557
  "stateMutability": "view",
547
558
  "type": "function"
548
559
  },
549
560
  {
550
- "inputs": [
561
+ "inputs": [],
562
+ "name": "endpoint",
563
+ "outputs": [
551
564
  {
552
565
  "internalType": "address",
553
- "name": "_target",
566
+ "name": "",
554
567
  "type": "address"
555
- },
568
+ }
569
+ ],
570
+ "stateMutability": "view",
571
+ "type": "function"
572
+ },
573
+ {
574
+ "inputs": [
556
575
  {
557
576
  "internalType": "bytes",
558
- "name": "_callData",
577
+ "name": "_packet",
559
578
  "type": "bytes"
560
579
  },
561
580
  {
562
581
  "internalType": "uint256",
563
- "name": "_expiration",
582
+ "name": "_gasLimit",
564
583
  "type": "uint256"
565
- },
566
- {
567
- "internalType": "bytes",
568
- "name": "_signatures",
569
- "type": "bytes"
570
- },
571
- {
572
- "internalType": "bool",
573
- "name": "_tryDeliver",
574
- "type": "bool"
575
584
  }
576
585
  ],
577
- "name": "execute",
586
+ "name": "execute301",
578
587
  "outputs": [],
579
588
  "stateMutability": "nonpayable",
580
589
  "type": "function"
@@ -586,16 +595,16 @@
586
595
  "name": "_dstEid",
587
596
  "type": "uint32"
588
597
  },
589
- {
590
- "internalType": "uint64",
591
- "name": "_confirmations",
592
- "type": "uint64"
593
- },
594
598
  {
595
599
  "internalType": "address",
596
600
  "name": "_sender",
597
601
  "type": "address"
598
602
  },
603
+ {
604
+ "internalType": "uint256",
605
+ "name": "_calldataSize",
606
+ "type": "uint256"
607
+ },
599
608
  {
600
609
  "internalType": "bytes",
601
610
  "name": "_options",
@@ -616,22 +625,36 @@
616
625
  {
617
626
  "inputs": [
618
627
  {
619
- "internalType": "uint32",
620
- "name": "_dstEid",
621
- "type": "uint32"
628
+ "internalType": "bytes32",
629
+ "name": "role",
630
+ "type": "bytes32"
622
631
  }
623
632
  ],
624
- "name": "getPrice",
633
+ "name": "getRoleAdmin",
625
634
  "outputs": [
626
635
  {
627
- "internalType": "uint128",
636
+ "internalType": "bytes32",
628
637
  "name": "",
629
- "type": "uint128"
630
- },
638
+ "type": "bytes32"
639
+ }
640
+ ],
641
+ "stateMutability": "view",
642
+ "type": "function"
643
+ },
644
+ {
645
+ "inputs": [
631
646
  {
632
- "internalType": "uint64",
647
+ "internalType": "uint32",
648
+ "name": "_eid",
649
+ "type": "uint32"
650
+ }
651
+ ],
652
+ "name": "getSupportedOptionTypes",
653
+ "outputs": [
654
+ {
655
+ "internalType": "uint8[]",
633
656
  "name": "",
634
- "type": "uint64"
657
+ "type": "uint8[]"
635
658
  }
636
659
  ],
637
660
  "stateMutability": "view",
@@ -643,14 +666,32 @@
643
666
  "internalType": "bytes32",
644
667
  "name": "role",
645
668
  "type": "bytes32"
669
+ },
670
+ {
671
+ "internalType": "address",
672
+ "name": "account",
673
+ "type": "address"
646
674
  }
647
675
  ],
648
- "name": "getRoleAdmin",
676
+ "name": "grantRole",
677
+ "outputs": [],
678
+ "stateMutability": "nonpayable",
679
+ "type": "function"
680
+ },
681
+ {
682
+ "inputs": [
683
+ {
684
+ "internalType": "address",
685
+ "name": "_sender",
686
+ "type": "address"
687
+ }
688
+ ],
689
+ "name": "hasAcl",
649
690
  "outputs": [
650
691
  {
651
- "internalType": "bytes32",
692
+ "internalType": "bool",
652
693
  "name": "",
653
- "type": "bytes32"
694
+ "type": "bool"
654
695
  }
655
696
  ],
656
697
  "stateMutability": "view",
@@ -664,98 +705,290 @@
664
705
  "type": "bytes32"
665
706
  },
666
707
  {
667
- "internalType": "address",
668
- "name": "account",
669
- "type": "address"
708
+ "internalType": "address",
709
+ "name": "account",
710
+ "type": "address"
711
+ }
712
+ ],
713
+ "name": "hasRole",
714
+ "outputs": [
715
+ {
716
+ "internalType": "bool",
717
+ "name": "",
718
+ "type": "bool"
719
+ }
720
+ ],
721
+ "stateMutability": "view",
722
+ "type": "function"
723
+ },
724
+ {
725
+ "inputs": [
726
+ {
727
+ "internalType": "address",
728
+ "name": "_endpoint",
729
+ "type": "address"
730
+ },
731
+ {
732
+ "internalType": "address",
733
+ "name": "_receiveUln301",
734
+ "type": "address"
735
+ },
736
+ {
737
+ "internalType": "address[]",
738
+ "name": "_messageLibs",
739
+ "type": "address[]"
740
+ },
741
+ {
742
+ "internalType": "address",
743
+ "name": "_priceFeed",
744
+ "type": "address"
745
+ },
746
+ {
747
+ "internalType": "address",
748
+ "name": "_roleAdmin",
749
+ "type": "address"
750
+ },
751
+ {
752
+ "internalType": "address[]",
753
+ "name": "_admins",
754
+ "type": "address[]"
755
+ }
756
+ ],
757
+ "name": "initialize",
758
+ "outputs": [],
759
+ "stateMutability": "nonpayable",
760
+ "type": "function"
761
+ },
762
+ {
763
+ "inputs": [],
764
+ "name": "localEid",
765
+ "outputs": [
766
+ {
767
+ "internalType": "uint32",
768
+ "name": "",
769
+ "type": "uint32"
770
+ }
771
+ ],
772
+ "stateMutability": "view",
773
+ "type": "function"
774
+ },
775
+ {
776
+ "inputs": [
777
+ {
778
+ "components": [
779
+ {
780
+ "internalType": "uint32",
781
+ "name": "srcEid",
782
+ "type": "uint32"
783
+ },
784
+ {
785
+ "internalType": "bytes32",
786
+ "name": "sender",
787
+ "type": "bytes32"
788
+ },
789
+ {
790
+ "internalType": "uint64",
791
+ "name": "nonce",
792
+ "type": "uint64"
793
+ }
794
+ ],
795
+ "internalType": "struct Origin",
796
+ "name": "_origin",
797
+ "type": "tuple"
798
+ },
799
+ {
800
+ "internalType": "uint32",
801
+ "name": "_dstEid",
802
+ "type": "uint32"
803
+ },
804
+ {
805
+ "internalType": "address",
806
+ "name": "_oapp",
807
+ "type": "address"
808
+ },
809
+ {
810
+ "components": [
811
+ {
812
+ "internalType": "address",
813
+ "name": "receiver",
814
+ "type": "address"
815
+ },
816
+ {
817
+ "internalType": "uint256",
818
+ "name": "amount",
819
+ "type": "uint256"
820
+ }
821
+ ],
822
+ "internalType": "struct IExecutor.NativeDropParams[]",
823
+ "name": "_nativeDropParams",
824
+ "type": "tuple[]"
825
+ },
826
+ {
827
+ "internalType": "uint256",
828
+ "name": "_nativeDropGasLimit",
829
+ "type": "uint256"
670
830
  }
671
831
  ],
672
- "name": "grantRole",
832
+ "name": "nativeDrop",
673
833
  "outputs": [],
674
- "stateMutability": "nonpayable",
834
+ "stateMutability": "payable",
675
835
  "type": "function"
676
836
  },
677
837
  {
678
838
  "inputs": [
679
839
  {
680
- "internalType": "bytes32",
681
- "name": "role",
682
- "type": "bytes32"
840
+ "components": [
841
+ {
842
+ "internalType": "uint32",
843
+ "name": "srcEid",
844
+ "type": "uint32"
845
+ },
846
+ {
847
+ "internalType": "bytes32",
848
+ "name": "sender",
849
+ "type": "bytes32"
850
+ },
851
+ {
852
+ "internalType": "uint64",
853
+ "name": "nonce",
854
+ "type": "uint64"
855
+ }
856
+ ],
857
+ "internalType": "struct Origin",
858
+ "name": "_origin",
859
+ "type": "tuple"
683
860
  },
684
861
  {
685
- "internalType": "address",
686
- "name": "account",
687
- "type": "address"
688
- }
689
- ],
690
- "name": "hasRole",
691
- "outputs": [
862
+ "components": [
863
+ {
864
+ "internalType": "address",
865
+ "name": "receiver",
866
+ "type": "address"
867
+ },
868
+ {
869
+ "internalType": "uint256",
870
+ "name": "amount",
871
+ "type": "uint256"
872
+ }
873
+ ],
874
+ "internalType": "struct IExecutor.NativeDropParams[]",
875
+ "name": "_nativeDropParams",
876
+ "type": "tuple[]"
877
+ },
692
878
  {
693
- "internalType": "bool",
694
- "name": "",
695
- "type": "bool"
879
+ "internalType": "uint256",
880
+ "name": "_nativeDropGasLimit",
881
+ "type": "uint256"
882
+ },
883
+ {
884
+ "internalType": "bytes",
885
+ "name": "_packet",
886
+ "type": "bytes"
887
+ },
888
+ {
889
+ "internalType": "uint256",
890
+ "name": "_gasLimit",
891
+ "type": "uint256"
696
892
  }
697
893
  ],
698
- "stateMutability": "view",
894
+ "name": "nativeDropAndExecute301",
895
+ "outputs": [],
896
+ "stateMutability": "payable",
699
897
  "type": "function"
700
898
  },
701
899
  {
702
900
  "inputs": [
703
901
  {
704
- "internalType": "address",
705
- "name": "_target",
706
- "type": "address"
707
- },
708
- {
709
- "internalType": "bytes",
710
- "name": "_callData",
711
- "type": "bytes"
902
+ "components": [
903
+ {
904
+ "internalType": "address",
905
+ "name": "receiver",
906
+ "type": "address"
907
+ },
908
+ {
909
+ "internalType": "uint256",
910
+ "name": "amount",
911
+ "type": "uint256"
912
+ }
913
+ ],
914
+ "internalType": "struct IExecutor.NativeDropParams[]",
915
+ "name": "_nativeDropParams",
916
+ "type": "tuple[]"
712
917
  },
713
918
  {
714
919
  "internalType": "uint256",
715
- "name": "_expiration",
920
+ "name": "_nativeDropGasLimit",
716
921
  "type": "uint256"
717
- }
718
- ],
719
- "name": "hashCallData",
720
- "outputs": [
922
+ },
721
923
  {
722
- "internalType": "bytes32",
723
- "name": "",
724
- "type": "bytes32"
924
+ "components": [
925
+ {
926
+ "internalType": "address",
927
+ "name": "receiver",
928
+ "type": "address"
929
+ },
930
+ {
931
+ "components": [
932
+ {
933
+ "internalType": "uint32",
934
+ "name": "srcEid",
935
+ "type": "uint32"
936
+ },
937
+ {
938
+ "internalType": "bytes32",
939
+ "name": "sender",
940
+ "type": "bytes32"
941
+ },
942
+ {
943
+ "internalType": "uint64",
944
+ "name": "nonce",
945
+ "type": "uint64"
946
+ }
947
+ ],
948
+ "internalType": "struct Origin",
949
+ "name": "origin",
950
+ "type": "tuple"
951
+ },
952
+ {
953
+ "internalType": "bytes32",
954
+ "name": "guid",
955
+ "type": "bytes32"
956
+ },
957
+ {
958
+ "internalType": "bytes",
959
+ "name": "message",
960
+ "type": "bytes"
961
+ },
962
+ {
963
+ "internalType": "bytes",
964
+ "name": "extraData",
965
+ "type": "bytes"
966
+ },
967
+ {
968
+ "internalType": "uint256",
969
+ "name": "gasLimit",
970
+ "type": "uint256"
971
+ }
972
+ ],
973
+ "internalType": "struct IExecutor.ExecutionParams",
974
+ "name": "_executionParams",
975
+ "type": "tuple"
725
976
  }
726
977
  ],
727
- "stateMutability": "pure",
978
+ "name": "nativeDropAndExecute302",
979
+ "outputs": [],
980
+ "stateMutability": "payable",
728
981
  "type": "function"
729
982
  },
730
983
  {
731
984
  "inputs": [
732
- {
733
- "internalType": "address[]",
734
- "name": "_messageLibs",
735
- "type": "address[]"
736
- },
737
985
  {
738
986
  "internalType": "address",
739
- "name": "_priceFeed",
987
+ "name": "_receiveUln301",
740
988
  "type": "address"
741
- },
742
- {
743
- "internalType": "address[]",
744
- "name": "_signers",
745
- "type": "address[]"
746
- },
747
- {
748
- "internalType": "uint64",
749
- "name": "_quorum",
750
- "type": "uint64"
751
- },
752
- {
753
- "internalType": "address[]",
754
- "name": "_admins",
755
- "type": "address[]"
756
989
  }
757
990
  ],
758
- "name": "initialize",
991
+ "name": "onUpgrade",
759
992
  "outputs": [],
760
993
  "stateMutability": "nonpayable",
761
994
  "type": "function"
@@ -778,7 +1011,7 @@
778
1011
  "name": "priceFeed",
779
1012
  "outputs": [
780
1013
  {
781
- "internalType": "contract ILayerZeroPriceFeed",
1014
+ "internalType": "address",
782
1015
  "name": "",
783
1016
  "type": "address"
784
1017
  }
@@ -788,12 +1021,12 @@
788
1021
  },
789
1022
  {
790
1023
  "inputs": [],
791
- "name": "quorum",
1024
+ "name": "receiveUln301",
792
1025
  "outputs": [
793
1026
  {
794
- "internalType": "uint64",
1027
+ "internalType": "address",
795
1028
  "name": "",
796
- "type": "uint64"
1029
+ "type": "address"
797
1030
  }
798
1031
  ],
799
1032
  "stateMutability": "view",
@@ -814,7 +1047,7 @@
814
1047
  ],
815
1048
  "name": "renounceRole",
816
1049
  "outputs": [],
817
- "stateMutability": "nonpayable",
1050
+ "stateMutability": "pure",
818
1051
  "type": "function"
819
1052
  },
820
1053
  {
@@ -859,7 +1092,7 @@
859
1092
  },
860
1093
  {
861
1094
  "internalType": "uint64",
862
- "name": "gas",
1095
+ "name": "baseGas",
863
1096
  "type": "uint64"
864
1097
  },
865
1098
  {
@@ -871,9 +1104,14 @@
871
1104
  "internalType": "uint128",
872
1105
  "name": "floorMarginUSD",
873
1106
  "type": "uint128"
1107
+ },
1108
+ {
1109
+ "internalType": "uint128",
1110
+ "name": "nativeCap",
1111
+ "type": "uint128"
874
1112
  }
875
1113
  ],
876
- "internalType": "struct IOracle.DstConfigParam[]",
1114
+ "internalType": "struct IExecutor.DstConfigParam[]",
877
1115
  "name": "_params",
878
1116
  "type": "tuple[]"
879
1117
  }
@@ -912,30 +1150,17 @@
912
1150
  {
913
1151
  "inputs": [
914
1152
  {
915
- "internalType": "uint64",
916
- "name": "_quorum",
917
- "type": "uint64"
918
- }
919
- ],
920
- "name": "setQuorum",
921
- "outputs": [],
922
- "stateMutability": "nonpayable",
923
- "type": "function"
924
- },
925
- {
926
- "inputs": [
927
- {
928
- "internalType": "address",
929
- "name": "_signer",
930
- "type": "address"
1153
+ "internalType": "uint32",
1154
+ "name": "_eid",
1155
+ "type": "uint32"
931
1156
  },
932
1157
  {
933
- "internalType": "bool",
934
- "name": "_active",
935
- "type": "bool"
1158
+ "internalType": "uint8[]",
1159
+ "name": "_optionTypes",
1160
+ "type": "uint8[]"
936
1161
  }
937
1162
  ],
938
- "name": "setSigner",
1163
+ "name": "setSupportedOptionTypes",
939
1164
  "outputs": [],
940
1165
  "stateMutability": "nonpayable",
941
1166
  "type": "function"
@@ -944,47 +1169,15 @@
944
1169
  "inputs": [
945
1170
  {
946
1171
  "internalType": "address",
947
- "name": "_workerLib",
1172
+ "name": "_workerFeeLib",
948
1173
  "type": "address"
949
1174
  }
950
1175
  ],
951
- "name": "setWorkerLib",
1176
+ "name": "setWorkerFeeLib",
952
1177
  "outputs": [],
953
1178
  "stateMutability": "nonpayable",
954
1179
  "type": "function"
955
1180
  },
956
- {
957
- "inputs": [],
958
- "name": "signerSize",
959
- "outputs": [
960
- {
961
- "internalType": "uint64",
962
- "name": "",
963
- "type": "uint64"
964
- }
965
- ],
966
- "stateMutability": "view",
967
- "type": "function"
968
- },
969
- {
970
- "inputs": [
971
- {
972
- "internalType": "address",
973
- "name": "signer",
974
- "type": "address"
975
- }
976
- ],
977
- "name": "signers",
978
- "outputs": [
979
- {
980
- "internalType": "bool",
981
- "name": "active",
982
- "type": "bool"
983
- }
984
- ],
985
- "stateMutability": "view",
986
- "type": "function"
987
- },
988
1181
  {
989
1182
  "inputs": [
990
1183
  {
@@ -1007,49 +1200,35 @@
1007
1200
  {
1008
1201
  "inputs": [
1009
1202
  {
1010
- "internalType": "bytes32",
1011
- "name": "executableHash",
1012
- "type": "bytes32"
1013
- }
1014
- ],
1015
- "name": "usedHashes",
1016
- "outputs": [
1017
- {
1018
- "internalType": "bool",
1019
- "name": "used",
1020
- "type": "bool"
1021
- }
1022
- ],
1023
- "stateMutability": "view",
1024
- "type": "function"
1025
- },
1026
- {
1027
- "inputs": [
1203
+ "internalType": "address",
1204
+ "name": "_lib",
1205
+ "type": "address"
1206
+ },
1028
1207
  {
1029
- "internalType": "bytes32",
1030
- "name": "_hash",
1031
- "type": "bytes32"
1208
+ "internalType": "address",
1209
+ "name": "_to",
1210
+ "type": "address"
1032
1211
  },
1033
1212
  {
1034
- "internalType": "bytes",
1035
- "name": "_signatures",
1036
- "type": "bytes"
1213
+ "internalType": "uint256",
1214
+ "name": "_amount",
1215
+ "type": "uint256"
1037
1216
  }
1038
1217
  ],
1039
- "name": "verifySignatures",
1218
+ "name": "withdrawFee",
1040
1219
  "outputs": [],
1041
- "stateMutability": "view",
1220
+ "stateMutability": "nonpayable",
1042
1221
  "type": "function"
1043
1222
  },
1044
1223
  {
1045
1224
  "inputs": [
1046
1225
  {
1047
1226
  "internalType": "address",
1048
- "name": "_lib",
1227
+ "name": "_token",
1049
1228
  "type": "address"
1050
1229
  },
1051
1230
  {
1052
- "internalType": "address payable",
1231
+ "internalType": "address",
1053
1232
  "name": "_to",
1054
1233
  "type": "address"
1055
1234
  },
@@ -1059,14 +1238,14 @@
1059
1238
  "type": "uint256"
1060
1239
  }
1061
1240
  ],
1062
- "name": "withdrawFee",
1241
+ "name": "withdrawToken",
1063
1242
  "outputs": [],
1064
1243
  "stateMutability": "nonpayable",
1065
1244
  "type": "function"
1066
1245
  },
1067
1246
  {
1068
1247
  "inputs": [],
1069
- "name": "workerLib",
1248
+ "name": "workerFeeLib",
1070
1249
  "outputs": [
1071
1250
  {
1072
1251
  "internalType": "address",
@@ -1099,139 +1278,214 @@
1099
1278
  "type": "constructor"
1100
1279
  }
1101
1280
  ],
1102
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1281
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1103
1282
  "receipt": {
1104
1283
  "to": null,
1105
- "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
1106
- "contractAddress": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1284
+ "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
1285
+ "contractAddress": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1107
1286
  "transactionIndex": 0,
1108
- "gasUsed": "890966",
1109
- "logsBloom": "0x00040004000000000000000000000000400000000000000000000000100000000000400000000000000000030000000000000000000000000000020000000020000400000000000000000000000002000000080020000000000000000000000000000000030000000000000000000800000000800000000800080000000000000000000000000000000000000000004000000000080080004000000000800020008000000000000000000000000500400000000000000000001000000000000000000020000000000002010000040000000000000400000100010000800060000000000080000000000000000080000000000000000000000000000000000000",
1110
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17",
1111
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1287
+ "gasUsed": "1023277",
1288
+ "logsBloom": "0x00000004000000000000100000000000400000000000000000000002100100100000000000000000000000020000000000000001000000200000000000100080000000000000000000000000000002400000000020000040000000000030000000000000020008100000000001000800000800800000000810000000000800000000000010000400080000000080044000000000008080000000000000800000000000000000200000000002000400400000000000000000001000000200000000000020001000000000040000040000002000000420000100010000008060000000000010000000800000000800000000000000000000000000000000200000",
1289
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129",
1290
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1112
1291
  "logs": [
1113
1292
  {
1114
1293
  "transactionIndex": 0,
1115
- "blockNumber": 232,
1116
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1117
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1294
+ "blockNumber": 51,
1295
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1296
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1118
1297
  "topics": [
1119
1298
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
1120
- "0x00000000000000000000000010aeafac83d48e2f9ac4baaf94311c45face1404"
1299
+ "0x0000000000000000000000008cdbd76bb6cf0293e07deeeed460cf579873af44"
1121
1300
  ],
1122
1301
  "data": "0x",
1123
1302
  "logIndex": 0,
1124
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17"
1303
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1125
1304
  },
1126
1305
  {
1127
1306
  "transactionIndex": 0,
1128
- "blockNumber": 232,
1129
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1130
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1307
+ "blockNumber": 51,
1308
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1309
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1131
1310
  "topics": [
1132
1311
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1133
1312
  "0x0000000000000000000000000000000000000000000000000000000000000000",
1134
- "0x0000000000000000000000000000000000000000000000000000000000000000",
1135
- "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1313
+ "0x0000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b448",
1314
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1136
1315
  ],
1137
1316
  "data": "0x",
1138
1317
  "logIndex": 1,
1139
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17"
1318
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1140
1319
  },
1141
1320
  {
1142
1321
  "transactionIndex": 0,
1143
- "blockNumber": 232,
1144
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1145
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1322
+ "blockNumber": 51,
1323
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1324
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1146
1325
  "topics": [
1147
1326
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1148
1327
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1149
- "0x0000000000000000000000000f5d1ef48f12b6f691401bfe88c2037c690a6afe",
1150
- "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1328
+ "0x00000000000000000000000073eccd6288e117caca738bdad4fec51312166c1a",
1329
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1151
1330
  ],
1152
1331
  "data": "0x",
1153
1332
  "logIndex": 2,
1154
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17"
1333
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1155
1334
  },
1156
1335
  {
1157
1336
  "transactionIndex": 0,
1158
- "blockNumber": 232,
1159
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1160
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1337
+ "blockNumber": 51,
1338
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1339
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1161
1340
  "topics": [
1162
1341
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1163
1342
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1164
- "0x000000000000000000000000381445710b5e73d34af196c53a3d5cda58edbf7a",
1165
- "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1343
+ "0x000000000000000000000000e6b98f104c1bef218f3893adab4160dc73eb8367",
1344
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1166
1345
  ],
1167
1346
  "data": "0x",
1168
1347
  "logIndex": 3,
1169
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17"
1348
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1170
1349
  },
1171
1350
  {
1172
1351
  "transactionIndex": 0,
1173
- "blockNumber": 232,
1174
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1175
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1352
+ "blockNumber": 51,
1353
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1354
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1176
1355
  "topics": [
1177
1356
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1178
- "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1179
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
1180
- "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1357
+ "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1358
+ "0x00000000000000000000000059f2f1fcfe2474fd5f0b9ba1e73ca90b143eb8d0",
1359
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1181
1360
  ],
1182
1361
  "data": "0x",
1183
1362
  "logIndex": 4,
1184
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17"
1363
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1185
1364
  },
1186
1365
  {
1187
1366
  "transactionIndex": 0,
1188
- "blockNumber": 232,
1189
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1190
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1367
+ "blockNumber": 51,
1368
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1369
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1191
1370
  "topics": [
1192
1371
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1193
1372
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1194
- "0x0000000000000000000000000e9971c0005d91336c1441b8f03c1c4fe5fb4584",
1195
- "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1373
+ "0x000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9",
1374
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1196
1375
  ],
1197
1376
  "data": "0x",
1198
1377
  "logIndex": 5,
1199
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17"
1378
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1379
+ },
1380
+ {
1381
+ "transactionIndex": 0,
1382
+ "blockNumber": 51,
1383
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1384
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1385
+ "topics": [
1386
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1387
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1388
+ "0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
1389
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1390
+ ],
1391
+ "data": "0x",
1392
+ "logIndex": 6,
1393
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1394
+ },
1395
+ {
1396
+ "transactionIndex": 0,
1397
+ "blockNumber": 51,
1398
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1399
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1400
+ "topics": [
1401
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1402
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1403
+ "0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
1404
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1405
+ ],
1406
+ "data": "0x",
1407
+ "logIndex": 7,
1408
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1409
+ },
1410
+ {
1411
+ "transactionIndex": 0,
1412
+ "blockNumber": 51,
1413
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1414
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1415
+ "topics": [
1416
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1417
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1418
+ "0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
1419
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1420
+ ],
1421
+ "data": "0x",
1422
+ "logIndex": 8,
1423
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1424
+ },
1425
+ {
1426
+ "transactionIndex": 0,
1427
+ "blockNumber": 51,
1428
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1429
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1430
+ "topics": [
1431
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1432
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1433
+ "0x0000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e",
1434
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1435
+ ],
1436
+ "data": "0x",
1437
+ "logIndex": 9,
1438
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1439
+ },
1440
+ {
1441
+ "transactionIndex": 0,
1442
+ "blockNumber": 51,
1443
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1444
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1445
+ "topics": [
1446
+ "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1447
+ "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1448
+ "0x000000000000000000000000aada98978453263132587d0805c4a17376af9f13",
1449
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1450
+ ],
1451
+ "data": "0x",
1452
+ "logIndex": 10,
1453
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1200
1454
  },
1201
1455
  {
1202
1456
  "transactionIndex": 0,
1203
- "blockNumber": 232,
1204
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1205
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1457
+ "blockNumber": 51,
1458
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1459
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1206
1460
  "topics": [
1207
1461
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
1208
1462
  ],
1209
1463
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
1210
- "logIndex": 6,
1211
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17"
1464
+ "logIndex": 11,
1465
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1212
1466
  },
1213
1467
  {
1214
1468
  "transactionIndex": 0,
1215
- "blockNumber": 232,
1216
- "transactionHash": "0x21b95625b477afdbe643bac1850e370fcbe237adfba23657dc4cf31b10c71d1e",
1217
- "address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
1469
+ "blockNumber": 51,
1470
+ "transactionHash": "0x1d6b7095602578945d38c612f95c2657ae5c6262919ff9b293648d7827b6f71f",
1471
+ "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
1218
1472
  "topics": [
1219
1473
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
1220
1474
  ],
1221
- "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fbfbfddd6e35da57b7b0f9a2c10e34be70b3a4e9",
1222
- "logIndex": 7,
1223
- "blockHash": "0x37ca342069f8564810f597b57a86705972ca0d6fdaec422dd34476aa9205bb17"
1475
+ "data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013d69cf7d6ce4218f646b759dcf334d82c023d8e",
1476
+ "logIndex": 12,
1477
+ "blockHash": "0xefeec9fe465cdc62943d1a6b65f69ac4e1aa5b15482807e36901f70282789129"
1224
1478
  }
1225
1479
  ],
1226
- "blockNumber": 232,
1227
- "cumulativeGasUsed": "890966",
1480
+ "blockNumber": 51,
1481
+ "cumulativeGasUsed": "1023277",
1228
1482
  "status": 1,
1229
1483
  "byzantium": true
1230
1484
  },
1231
1485
  "args": [
1232
- "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
1233
- "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
1234
- "0x545f8c6b00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000013d69cf7d6ce4218f646b759dcf334d82c023d8e00000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000f5d1ef48f12b6f691401bfe88c2037c690a6afe000000000000000000000000381445710b5e73d34af196c53a3d5cda58edbf7a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000009c79357189d6af261691ecf48de9a6bbf30438fc000000000000000000000000c4c81d5c1851702d27d602aa8ff830a7689f17cc0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a60000000000000000000000000e9971c0005d91336c1441b8f03c1c4fe5fb4584"
1486
+ "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
1487
+ "0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
1488
+ "0x009fc6810000000000000000000000000b48af34f4c854f5ae1a3d587da471fea45bad52000000000000000000000000381445710b5e73d34af196c53a3d5cda58edbf7a00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000008438ad1c834623cff278ab6829a248e37c2d7e3f0000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b4480000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000300000000000000000000000073eccd6288e117caca738bdad4fec51312166c1a000000000000000000000000e6b98f104c1bef218f3893adab4160dc73eb836700000000000000000000000059f2f1fcfe2474fd5f0b9ba1e73ca90b143eb8d00000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
1235
1489
  ],
1236
1490
  "numDeployments": 1,
1237
1491
  "solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
@@ -1240,23 +1494,27 @@
1240
1494
  "execute": {
1241
1495
  "methodName": "initialize",
1242
1496
  "args": [
1497
+ "0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52",
1498
+ "0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A",
1243
1499
  [
1244
- "0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
1245
- "0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A"
1246
- ],
1247
- "0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
1248
- [
1249
- "0x9c79357189d6aF261691ECF48de9A6bbF30438Fc",
1250
- "0xC4c81D5C1851702d27d602aA8ff830A7689F17cc"
1500
+ "0x73eccD6288e117cAcA738BDAD4FEC51312166C1A",
1501
+ "0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
1502
+ "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0"
1251
1503
  ],
1252
- 1,
1504
+ "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
1505
+ "0x9B63F0Cef479924E5d2C4E22DBE31E6d0353B448",
1253
1506
  [
1254
- "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
1255
- "0x0e9971c0005D91336c1441b8F03c1C4fe5FB4584"
1507
+ "0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9",
1508
+ "0xF5E8A439C599205C1aB06b535DE46681Aed1007a",
1509
+ "0x0e251d9095dD128292A28eB383127d05d95BBD17",
1510
+ "0xc48CaB17Fcb3eb38030bc4EA54B62353d2802Ba8",
1511
+ "0x7AA071813c372a9b34A3bac1C002e2B7434C345E",
1512
+ "0xaAda98978453263132587D0805C4A17376Af9F13",
1513
+ "0xaAda98978453263132587D0805C4A17376Af9F13"
1256
1514
  ]
1257
1515
  ]
1258
1516
  },
1259
- "implementation": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
1517
+ "implementation": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
1260
1518
  "devdoc": {
1261
1519
  "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.",
1262
1520
  "kind": "dev",