@layerzerolabs/lz-evm-sdk-v2 2.0.15 → 2.0.16

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 (107) hide show
  1. package/artifacts/contracts/Executor.sol/Executor.json +2 -2
  2. package/artifacts/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +7 -2
  3. package/artifacts/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +5 -0
  4. package/deployments/avalanche-testnet/AxelarDVNAdapterFeeLib.json +10 -10
  5. package/deployments/avalanche-testnet/AxelarDVNAdapterFeeLib_Implementation.json +40 -40
  6. package/deployments/ethereum-sandbox-local/DVN.json +76 -76
  7. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +23 -23
  8. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +258 -0
  9. package/deployments/ethereum-sandbox-local/EndpointV2.json +141 -150
  10. package/deployments/{blast-testnet/Executor_Proxy.json → ethereum-sandbox-local/EndpointV2View.json} +259 -189
  11. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +313 -0
  12. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +230 -0
  13. package/deployments/ethereum-sandbox-local/Executor.json +86 -86
  14. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +38 -33
  15. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +17 -17
  16. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +61 -61
  17. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +66 -66
  18. package/deployments/{blast-testnet/PriceFeed.json → ethereum-sandbox-local/LzExecutor.json} +275 -408
  19. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +703 -0
  20. package/deployments/{blast-testnet/PriceFeed_Proxy.json → ethereum-sandbox-local/LzExecutor_Proxy.json} +37 -37
  21. package/deployments/ethereum-sandbox-local/NonceContractMock.json +6 -6
  22. package/deployments/ethereum-sandbox-local/PriceFeed.json +18 -18
  23. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +5 -5
  24. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +44 -44
  25. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  26. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +126 -98
  27. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +354 -0
  28. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  29. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  30. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +114 -62
  31. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +478 -0
  32. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  33. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  34. package/deployments/ethereum-sandbox-local/SendUln301.json +112 -112
  35. package/deployments/ethereum-sandbox-local/SendUln302.json +109 -109
  36. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +23 -23
  37. package/deployments/ethereum-sandbox-local/Treasury.json +21 -21
  38. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +12 -12
  39. package/deployments/polygon-sandbox-local/DVN.json +76 -76
  40. package/deployments/polygon-sandbox-local/DVNFeeLib.json +23 -23
  41. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +258 -0
  42. package/deployments/polygon-sandbox-local/EndpointV2.json +141 -150
  43. package/deployments/polygon-sandbox-local/EndpointV2View.json +435 -0
  44. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +313 -0
  45. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +230 -0
  46. package/deployments/polygon-sandbox-local/Executor.json +86 -86
  47. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +38 -33
  48. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +17 -17
  49. package/deployments/polygon-sandbox-local/Executor_Implementation.json +61 -61
  50. package/deployments/polygon-sandbox-local/Executor_Proxy.json +66 -66
  51. package/deployments/{joc-testnet/PriceFeed.json → polygon-sandbox-local/LzExecutor.json} +275 -408
  52. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +703 -0
  53. package/deployments/{joc-testnet/PriceFeed_Proxy.json → polygon-sandbox-local/LzExecutor_Proxy.json} +37 -37
  54. package/deployments/polygon-sandbox-local/NonceContractMock.json +6 -6
  55. package/deployments/polygon-sandbox-local/PriceFeed.json +18 -18
  56. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +5 -5
  57. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +44 -44
  58. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
  59. package/deployments/polygon-sandbox-local/ReceiveUln301.json +126 -98
  60. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +354 -0
  61. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  62. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  63. package/deployments/polygon-sandbox-local/ReceiveUln302.json +114 -62
  64. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +478 -0
  65. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  66. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  67. package/deployments/polygon-sandbox-local/SendUln301.json +112 -112
  68. package/deployments/polygon-sandbox-local/SendUln302.json +109 -109
  69. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +23 -23
  70. package/deployments/polygon-sandbox-local/Treasury.json +21 -21
  71. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +12 -12
  72. package/dist/{index-htDjTX1I.d.mts → index-3seuukWJ.d.mts} +10 -2
  73. package/dist/{index-htDjTX1I.d.ts → index-3seuukWJ.d.ts} +10 -2
  74. package/dist/index.browser.cjs +12 -2
  75. package/dist/index.browser.cjs.map +1 -1
  76. package/dist/index.browser.d.mts +1 -1
  77. package/dist/index.browser.d.ts +1 -1
  78. package/dist/index.browser.mjs +12 -2
  79. package/dist/index.browser.mjs.map +1 -1
  80. package/dist/index.cjs +12 -2
  81. package/dist/index.cjs.map +1 -1
  82. package/dist/index.d.mts +1 -1
  83. package/dist/index.d.ts +1 -1
  84. package/dist/index.mjs +12 -2
  85. package/dist/index.mjs.map +1 -1
  86. package/package.json +8 -8
  87. package/deployments/blast-testnet/DVN.json +0 -1929
  88. package/deployments/blast-testnet/DVNFeeLib.json +0 -387
  89. package/deployments/blast-testnet/EndpointV2.json +0 -3000
  90. package/deployments/blast-testnet/Executor.json +0 -1532
  91. package/deployments/blast-testnet/ExecutorFeeLib.json +0 -407
  92. package/deployments/blast-testnet/ExecutorProxyAdmin.json +0 -283
  93. package/deployments/blast-testnet/Executor_Implementation.json +0 -1591
  94. package/deployments/blast-testnet/PriceFeedProxyAdmin.json +0 -283
  95. package/deployments/blast-testnet/PriceFeed_Implementation.json +0 -912
  96. package/deployments/blast-testnet/ReceiveUln301.json +0 -1292
  97. package/deployments/blast-testnet/ReceiveUln302.json +0 -1006
  98. package/deployments/blast-testnet/SendUln301.json +0 -1569
  99. package/deployments/blast-testnet/SendUln302.json +0 -1527
  100. package/deployments/blast-testnet/Treasury.json +0 -412
  101. package/deployments/blast-testnet/TreasuryFeeHandler.json +0 -125
  102. package/deployments/joc-testnet/PriceFeedProxyAdmin.json +0 -283
  103. package/deployments/joc-testnet/PriceFeed_Implementation.json +0 -912
  104. package/deployments/rarible-mainnet/PriceFeed.json +0 -891
  105. package/deployments/rarible-mainnet/PriceFeedProxyAdmin.json +0 -284
  106. package/deployments/rarible-mainnet/PriceFeed_Implementation.json +0 -913
  107. package/deployments/rarible-mainnet/PriceFeed_Proxy.json +0 -245
@@ -1,1532 +0,0 @@
1
- {
2
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
3
- "abi": [
4
- {
5
- "anonymous": false,
6
- "inputs": [
7
- {
8
- "indexed": false,
9
- "internalType": "address",
10
- "name": "previousAdmin",
11
- "type": "address"
12
- },
13
- {
14
- "indexed": false,
15
- "internalType": "address",
16
- "name": "newAdmin",
17
- "type": "address"
18
- }
19
- ],
20
- "name": "AdminChanged",
21
- "type": "event"
22
- },
23
- {
24
- "anonymous": false,
25
- "inputs": [
26
- {
27
- "indexed": true,
28
- "internalType": "address",
29
- "name": "beacon",
30
- "type": "address"
31
- }
32
- ],
33
- "name": "BeaconUpgraded",
34
- "type": "event"
35
- },
36
- {
37
- "anonymous": false,
38
- "inputs": [
39
- {
40
- "indexed": true,
41
- "internalType": "address",
42
- "name": "implementation",
43
- "type": "address"
44
- }
45
- ],
46
- "name": "Upgraded",
47
- "type": "event"
48
- },
49
- {
50
- "stateMutability": "payable",
51
- "type": "fallback"
52
- },
53
- {
54
- "inputs": [],
55
- "name": "admin",
56
- "outputs": [
57
- {
58
- "internalType": "address",
59
- "name": "admin_",
60
- "type": "address"
61
- }
62
- ],
63
- "stateMutability": "nonpayable",
64
- "type": "function"
65
- },
66
- {
67
- "inputs": [],
68
- "name": "implementation",
69
- "outputs": [
70
- {
71
- "internalType": "address",
72
- "name": "implementation_",
73
- "type": "address"
74
- }
75
- ],
76
- "stateMutability": "nonpayable",
77
- "type": "function"
78
- },
79
- {
80
- "inputs": [
81
- {
82
- "internalType": "address",
83
- "name": "newImplementation",
84
- "type": "address"
85
- }
86
- ],
87
- "name": "upgradeTo",
88
- "outputs": [],
89
- "stateMutability": "nonpayable",
90
- "type": "function"
91
- },
92
- {
93
- "inputs": [
94
- {
95
- "internalType": "address",
96
- "name": "newImplementation",
97
- "type": "address"
98
- },
99
- {
100
- "internalType": "bytes",
101
- "name": "data",
102
- "type": "bytes"
103
- }
104
- ],
105
- "name": "upgradeToAndCall",
106
- "outputs": [],
107
- "stateMutability": "payable",
108
- "type": "function"
109
- },
110
- {
111
- "stateMutability": "payable",
112
- "type": "receive"
113
- },
114
- {
115
- "inputs": [
116
- {
117
- "internalType": "address",
118
- "name": "_to",
119
- "type": "address"
120
- },
121
- {
122
- "internalType": "uint256",
123
- "name": "_value",
124
- "type": "uint256"
125
- }
126
- ],
127
- "name": "Transfer_NativeFailed",
128
- "type": "error"
129
- },
130
- {
131
- "inputs": [],
132
- "name": "Transfer_ToAddressIsZero",
133
- "type": "error"
134
- },
135
- {
136
- "inputs": [],
137
- "name": "Worker_NotAllowed",
138
- "type": "error"
139
- },
140
- {
141
- "inputs": [],
142
- "name": "Worker_OnlyMessageLib",
143
- "type": "error"
144
- },
145
- {
146
- "inputs": [],
147
- "name": "Worker_RoleRenouncingDisabled",
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
- ],
181
- "indexed": false,
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": [
193
- {
194
- "indexed": false,
195
- "internalType": "uint8",
196
- "name": "version",
197
- "type": "uint8"
198
- }
199
- ],
200
- "name": "Initialized",
201
- "type": "event"
202
- },
203
- {
204
- "anonymous": false,
205
- "inputs": [
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
- ],
224
- "indexed": false,
225
- "internalType": "struct Origin",
226
- "name": "origin",
227
- "type": "tuple"
228
- },
229
- {
230
- "indexed": false,
231
- "internalType": "uint32",
232
- "name": "dstEid",
233
- "type": "uint32"
234
- },
235
- {
236
- "indexed": false,
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[]"
258
- },
259
- {
260
- "indexed": false,
261
- "internalType": "bool[]",
262
- "name": "success",
263
- "type": "bool[]"
264
- }
265
- ],
266
- "name": "NativeDropApplied",
267
- "type": "event"
268
- },
269
- {
270
- "anonymous": false,
271
- "inputs": [
272
- {
273
- "indexed": false,
274
- "internalType": "address",
275
- "name": "account",
276
- "type": "address"
277
- }
278
- ],
279
- "name": "Paused",
280
- "type": "event"
281
- },
282
- {
283
- "anonymous": false,
284
- "inputs": [
285
- {
286
- "indexed": true,
287
- "internalType": "bytes32",
288
- "name": "role",
289
- "type": "bytes32"
290
- },
291
- {
292
- "indexed": true,
293
- "internalType": "bytes32",
294
- "name": "previousAdminRole",
295
- "type": "bytes32"
296
- },
297
- {
298
- "indexed": true,
299
- "internalType": "bytes32",
300
- "name": "newAdminRole",
301
- "type": "bytes32"
302
- }
303
- ],
304
- "name": "RoleAdminChanged",
305
- "type": "event"
306
- },
307
- {
308
- "anonymous": false,
309
- "inputs": [
310
- {
311
- "indexed": true,
312
- "internalType": "bytes32",
313
- "name": "role",
314
- "type": "bytes32"
315
- },
316
- {
317
- "indexed": true,
318
- "internalType": "address",
319
- "name": "account",
320
- "type": "address"
321
- },
322
- {
323
- "indexed": true,
324
- "internalType": "address",
325
- "name": "sender",
326
- "type": "address"
327
- }
328
- ],
329
- "name": "RoleGranted",
330
- "type": "event"
331
- },
332
- {
333
- "anonymous": false,
334
- "inputs": [
335
- {
336
- "indexed": true,
337
- "internalType": "bytes32",
338
- "name": "role",
339
- "type": "bytes32"
340
- },
341
- {
342
- "indexed": true,
343
- "internalType": "address",
344
- "name": "account",
345
- "type": "address"
346
- },
347
- {
348
- "indexed": true,
349
- "internalType": "address",
350
- "name": "sender",
351
- "type": "address"
352
- }
353
- ],
354
- "name": "RoleRevoked",
355
- "type": "event"
356
- },
357
- {
358
- "anonymous": false,
359
- "inputs": [
360
- {
361
- "indexed": false,
362
- "internalType": "uint16",
363
- "name": "multiplierBps",
364
- "type": "uint16"
365
- }
366
- ],
367
- "name": "SetDefaultMultiplierBps",
368
- "type": "event"
369
- },
370
- {
371
- "anonymous": false,
372
- "inputs": [
373
- {
374
- "indexed": false,
375
- "internalType": "address",
376
- "name": "priceFeed",
377
- "type": "address"
378
- }
379
- ],
380
- "name": "SetPriceFeed",
381
- "type": "event"
382
- },
383
- {
384
- "anonymous": false,
385
- "inputs": [
386
- {
387
- "indexed": false,
388
- "internalType": "uint32",
389
- "name": "dstEid",
390
- "type": "uint32"
391
- },
392
- {
393
- "indexed": false,
394
- "internalType": "uint8[]",
395
- "name": "optionTypes",
396
- "type": "uint8[]"
397
- }
398
- ],
399
- "name": "SetSupportedOptionTypes",
400
- "type": "event"
401
- },
402
- {
403
- "anonymous": false,
404
- "inputs": [
405
- {
406
- "indexed": false,
407
- "internalType": "address",
408
- "name": "workerLib",
409
- "type": "address"
410
- }
411
- ],
412
- "name": "SetWorkerLib",
413
- "type": "event"
414
- },
415
- {
416
- "anonymous": false,
417
- "inputs": [
418
- {
419
- "indexed": false,
420
- "internalType": "address",
421
- "name": "account",
422
- "type": "address"
423
- }
424
- ],
425
- "name": "Unpaused",
426
- "type": "event"
427
- },
428
- {
429
- "anonymous": false,
430
- "inputs": [
431
- {
432
- "indexed": false,
433
- "internalType": "address",
434
- "name": "lib",
435
- "type": "address"
436
- },
437
- {
438
- "indexed": false,
439
- "internalType": "address",
440
- "name": "to",
441
- "type": "address"
442
- },
443
- {
444
- "indexed": false,
445
- "internalType": "uint256",
446
- "name": "amount",
447
- "type": "uint256"
448
- }
449
- ],
450
- "name": "Withdraw",
451
- "type": "event"
452
- },
453
- {
454
- "inputs": [],
455
- "name": "DEFAULT_ADMIN_ROLE",
456
- "outputs": [
457
- {
458
- "internalType": "bytes32",
459
- "name": "",
460
- "type": "bytes32"
461
- }
462
- ],
463
- "stateMutability": "view",
464
- "type": "function"
465
- },
466
- {
467
- "inputs": [],
468
- "name": "allowlistSize",
469
- "outputs": [
470
- {
471
- "internalType": "uint64",
472
- "name": "",
473
- "type": "uint64"
474
- }
475
- ],
476
- "stateMutability": "view",
477
- "type": "function"
478
- },
479
- {
480
- "inputs": [
481
- {
482
- "internalType": "uint32",
483
- "name": "_dstEid",
484
- "type": "uint32"
485
- },
486
- {
487
- "internalType": "address",
488
- "name": "_sender",
489
- "type": "address"
490
- },
491
- {
492
- "internalType": "uint256",
493
- "name": "_calldataSize",
494
- "type": "uint256"
495
- },
496
- {
497
- "internalType": "bytes",
498
- "name": "_options",
499
- "type": "bytes"
500
- }
501
- ],
502
- "name": "assignJob",
503
- "outputs": [
504
- {
505
- "internalType": "uint256",
506
- "name": "fee",
507
- "type": "uint256"
508
- }
509
- ],
510
- "stateMutability": "nonpayable",
511
- "type": "function"
512
- },
513
- {
514
- "inputs": [],
515
- "name": "defaultMultiplierBps",
516
- "outputs": [
517
- {
518
- "internalType": "uint16",
519
- "name": "",
520
- "type": "uint16"
521
- }
522
- ],
523
- "stateMutability": "view",
524
- "type": "function"
525
- },
526
- {
527
- "inputs": [
528
- {
529
- "internalType": "uint32",
530
- "name": "dstEid",
531
- "type": "uint32"
532
- }
533
- ],
534
- "name": "dstConfig",
535
- "outputs": [
536
- {
537
- "internalType": "uint64",
538
- "name": "baseGas",
539
- "type": "uint64"
540
- },
541
- {
542
- "internalType": "uint16",
543
- "name": "multiplierBps",
544
- "type": "uint16"
545
- },
546
- {
547
- "internalType": "uint128",
548
- "name": "floorMarginUSD",
549
- "type": "uint128"
550
- },
551
- {
552
- "internalType": "uint128",
553
- "name": "nativeCap",
554
- "type": "uint128"
555
- }
556
- ],
557
- "stateMutability": "view",
558
- "type": "function"
559
- },
560
- {
561
- "inputs": [],
562
- "name": "endpoint",
563
- "outputs": [
564
- {
565
- "internalType": "address",
566
- "name": "",
567
- "type": "address"
568
- }
569
- ],
570
- "stateMutability": "view",
571
- "type": "function"
572
- },
573
- {
574
- "inputs": [
575
- {
576
- "internalType": "bytes",
577
- "name": "_packet",
578
- "type": "bytes"
579
- },
580
- {
581
- "internalType": "uint256",
582
- "name": "_gasLimit",
583
- "type": "uint256"
584
- }
585
- ],
586
- "name": "execute301",
587
- "outputs": [],
588
- "stateMutability": "nonpayable",
589
- "type": "function"
590
- },
591
- {
592
- "inputs": [
593
- {
594
- "internalType": "uint32",
595
- "name": "_dstEid",
596
- "type": "uint32"
597
- },
598
- {
599
- "internalType": "address",
600
- "name": "_sender",
601
- "type": "address"
602
- },
603
- {
604
- "internalType": "uint256",
605
- "name": "_calldataSize",
606
- "type": "uint256"
607
- },
608
- {
609
- "internalType": "bytes",
610
- "name": "_options",
611
- "type": "bytes"
612
- }
613
- ],
614
- "name": "getFee",
615
- "outputs": [
616
- {
617
- "internalType": "uint256",
618
- "name": "fee",
619
- "type": "uint256"
620
- }
621
- ],
622
- "stateMutability": "view",
623
- "type": "function"
624
- },
625
- {
626
- "inputs": [
627
- {
628
- "internalType": "bytes32",
629
- "name": "role",
630
- "type": "bytes32"
631
- }
632
- ],
633
- "name": "getRoleAdmin",
634
- "outputs": [
635
- {
636
- "internalType": "bytes32",
637
- "name": "",
638
- "type": "bytes32"
639
- }
640
- ],
641
- "stateMutability": "view",
642
- "type": "function"
643
- },
644
- {
645
- "inputs": [
646
- {
647
- "internalType": "uint32",
648
- "name": "_eid",
649
- "type": "uint32"
650
- }
651
- ],
652
- "name": "getSupportedOptionTypes",
653
- "outputs": [
654
- {
655
- "internalType": "uint8[]",
656
- "name": "",
657
- "type": "uint8[]"
658
- }
659
- ],
660
- "stateMutability": "view",
661
- "type": "function"
662
- },
663
- {
664
- "inputs": [
665
- {
666
- "internalType": "bytes32",
667
- "name": "role",
668
- "type": "bytes32"
669
- },
670
- {
671
- "internalType": "address",
672
- "name": "account",
673
- "type": "address"
674
- }
675
- ],
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",
690
- "outputs": [
691
- {
692
- "internalType": "bool",
693
- "name": "",
694
- "type": "bool"
695
- }
696
- ],
697
- "stateMutability": "view",
698
- "type": "function"
699
- },
700
- {
701
- "inputs": [
702
- {
703
- "internalType": "bytes32",
704
- "name": "role",
705
- "type": "bytes32"
706
- },
707
- {
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"
830
- }
831
- ],
832
- "name": "nativeDrop",
833
- "outputs": [],
834
- "stateMutability": "payable",
835
- "type": "function"
836
- },
837
- {
838
- "inputs": [
839
- {
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"
860
- },
861
- {
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
- },
878
- {
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"
892
- }
893
- ],
894
- "name": "nativeDropAndExecute301",
895
- "outputs": [],
896
- "stateMutability": "payable",
897
- "type": "function"
898
- },
899
- {
900
- "inputs": [
901
- {
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[]"
917
- },
918
- {
919
- "internalType": "uint256",
920
- "name": "_nativeDropGasLimit",
921
- "type": "uint256"
922
- },
923
- {
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"
976
- }
977
- ],
978
- "name": "nativeDropAndExecute302",
979
- "outputs": [],
980
- "stateMutability": "payable",
981
- "type": "function"
982
- },
983
- {
984
- "inputs": [
985
- {
986
- "internalType": "address",
987
- "name": "_receiveUln301",
988
- "type": "address"
989
- }
990
- ],
991
- "name": "onUpgrade",
992
- "outputs": [],
993
- "stateMutability": "nonpayable",
994
- "type": "function"
995
- },
996
- {
997
- "inputs": [],
998
- "name": "paused",
999
- "outputs": [
1000
- {
1001
- "internalType": "bool",
1002
- "name": "",
1003
- "type": "bool"
1004
- }
1005
- ],
1006
- "stateMutability": "view",
1007
- "type": "function"
1008
- },
1009
- {
1010
- "inputs": [],
1011
- "name": "priceFeed",
1012
- "outputs": [
1013
- {
1014
- "internalType": "address",
1015
- "name": "",
1016
- "type": "address"
1017
- }
1018
- ],
1019
- "stateMutability": "view",
1020
- "type": "function"
1021
- },
1022
- {
1023
- "inputs": [],
1024
- "name": "receiveUln301",
1025
- "outputs": [
1026
- {
1027
- "internalType": "address",
1028
- "name": "",
1029
- "type": "address"
1030
- }
1031
- ],
1032
- "stateMutability": "view",
1033
- "type": "function"
1034
- },
1035
- {
1036
- "inputs": [
1037
- {
1038
- "internalType": "bytes32",
1039
- "name": "",
1040
- "type": "bytes32"
1041
- },
1042
- {
1043
- "internalType": "address",
1044
- "name": "",
1045
- "type": "address"
1046
- }
1047
- ],
1048
- "name": "renounceRole",
1049
- "outputs": [],
1050
- "stateMutability": "pure",
1051
- "type": "function"
1052
- },
1053
- {
1054
- "inputs": [
1055
- {
1056
- "internalType": "bytes32",
1057
- "name": "role",
1058
- "type": "bytes32"
1059
- },
1060
- {
1061
- "internalType": "address",
1062
- "name": "account",
1063
- "type": "address"
1064
- }
1065
- ],
1066
- "name": "revokeRole",
1067
- "outputs": [],
1068
- "stateMutability": "nonpayable",
1069
- "type": "function"
1070
- },
1071
- {
1072
- "inputs": [
1073
- {
1074
- "internalType": "uint16",
1075
- "name": "_multiplierBps",
1076
- "type": "uint16"
1077
- }
1078
- ],
1079
- "name": "setDefaultMultiplierBps",
1080
- "outputs": [],
1081
- "stateMutability": "nonpayable",
1082
- "type": "function"
1083
- },
1084
- {
1085
- "inputs": [
1086
- {
1087
- "components": [
1088
- {
1089
- "internalType": "uint32",
1090
- "name": "dstEid",
1091
- "type": "uint32"
1092
- },
1093
- {
1094
- "internalType": "uint64",
1095
- "name": "baseGas",
1096
- "type": "uint64"
1097
- },
1098
- {
1099
- "internalType": "uint16",
1100
- "name": "multiplierBps",
1101
- "type": "uint16"
1102
- },
1103
- {
1104
- "internalType": "uint128",
1105
- "name": "floorMarginUSD",
1106
- "type": "uint128"
1107
- },
1108
- {
1109
- "internalType": "uint128",
1110
- "name": "nativeCap",
1111
- "type": "uint128"
1112
- }
1113
- ],
1114
- "internalType": "struct IExecutor.DstConfigParam[]",
1115
- "name": "_params",
1116
- "type": "tuple[]"
1117
- }
1118
- ],
1119
- "name": "setDstConfig",
1120
- "outputs": [],
1121
- "stateMutability": "nonpayable",
1122
- "type": "function"
1123
- },
1124
- {
1125
- "inputs": [
1126
- {
1127
- "internalType": "bool",
1128
- "name": "_paused",
1129
- "type": "bool"
1130
- }
1131
- ],
1132
- "name": "setPaused",
1133
- "outputs": [],
1134
- "stateMutability": "nonpayable",
1135
- "type": "function"
1136
- },
1137
- {
1138
- "inputs": [
1139
- {
1140
- "internalType": "address",
1141
- "name": "_priceFeed",
1142
- "type": "address"
1143
- }
1144
- ],
1145
- "name": "setPriceFeed",
1146
- "outputs": [],
1147
- "stateMutability": "nonpayable",
1148
- "type": "function"
1149
- },
1150
- {
1151
- "inputs": [
1152
- {
1153
- "internalType": "uint32",
1154
- "name": "_eid",
1155
- "type": "uint32"
1156
- },
1157
- {
1158
- "internalType": "uint8[]",
1159
- "name": "_optionTypes",
1160
- "type": "uint8[]"
1161
- }
1162
- ],
1163
- "name": "setSupportedOptionTypes",
1164
- "outputs": [],
1165
- "stateMutability": "nonpayable",
1166
- "type": "function"
1167
- },
1168
- {
1169
- "inputs": [
1170
- {
1171
- "internalType": "address",
1172
- "name": "_workerFeeLib",
1173
- "type": "address"
1174
- }
1175
- ],
1176
- "name": "setWorkerFeeLib",
1177
- "outputs": [],
1178
- "stateMutability": "nonpayable",
1179
- "type": "function"
1180
- },
1181
- {
1182
- "inputs": [
1183
- {
1184
- "internalType": "bytes4",
1185
- "name": "interfaceId",
1186
- "type": "bytes4"
1187
- }
1188
- ],
1189
- "name": "supportsInterface",
1190
- "outputs": [
1191
- {
1192
- "internalType": "bool",
1193
- "name": "",
1194
- "type": "bool"
1195
- }
1196
- ],
1197
- "stateMutability": "view",
1198
- "type": "function"
1199
- },
1200
- {
1201
- "inputs": [
1202
- {
1203
- "internalType": "address",
1204
- "name": "_lib",
1205
- "type": "address"
1206
- },
1207
- {
1208
- "internalType": "address",
1209
- "name": "_to",
1210
- "type": "address"
1211
- },
1212
- {
1213
- "internalType": "uint256",
1214
- "name": "_amount",
1215
- "type": "uint256"
1216
- }
1217
- ],
1218
- "name": "withdrawFee",
1219
- "outputs": [],
1220
- "stateMutability": "nonpayable",
1221
- "type": "function"
1222
- },
1223
- {
1224
- "inputs": [
1225
- {
1226
- "internalType": "address",
1227
- "name": "_token",
1228
- "type": "address"
1229
- },
1230
- {
1231
- "internalType": "address",
1232
- "name": "_to",
1233
- "type": "address"
1234
- },
1235
- {
1236
- "internalType": "uint256",
1237
- "name": "_amount",
1238
- "type": "uint256"
1239
- }
1240
- ],
1241
- "name": "withdrawToken",
1242
- "outputs": [],
1243
- "stateMutability": "nonpayable",
1244
- "type": "function"
1245
- },
1246
- {
1247
- "inputs": [],
1248
- "name": "workerFeeLib",
1249
- "outputs": [
1250
- {
1251
- "internalType": "address",
1252
- "name": "",
1253
- "type": "address"
1254
- }
1255
- ],
1256
- "stateMutability": "view",
1257
- "type": "function"
1258
- },
1259
- {
1260
- "inputs": [
1261
- {
1262
- "internalType": "address",
1263
- "name": "_logic",
1264
- "type": "address"
1265
- },
1266
- {
1267
- "internalType": "address",
1268
- "name": "admin_",
1269
- "type": "address"
1270
- },
1271
- {
1272
- "internalType": "bytes",
1273
- "name": "_data",
1274
- "type": "bytes"
1275
- }
1276
- ],
1277
- "stateMutability": "payable",
1278
- "type": "constructor"
1279
- }
1280
- ],
1281
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1282
- "receipt": {
1283
- "to": null,
1284
- "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
1285
- "contractAddress": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1286
- "transactionIndex": 2,
1287
- "gasUsed": "996842",
1288
- "logsBloom": "0x00000004000000000000008000000000400010000000000000000004000000100000000000000000000000020000000000002000000000000000020000000000000440000000000000000000000002000000000020000000000000000020000000000000030008000000001000000800000000800000000800000000000000022000000010000000080000000080004000000000008080000000000000800000000000000000000000000022000400400000000000000000001000000000000000000020000000020000002000040000002000000400000100000000008060000000000000000000400000000800000000000000000008020000000000000800",
1289
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816",
1290
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1291
- "logs": [
1292
- {
1293
- "transactionIndex": 2,
1294
- "blockNumber": 639703,
1295
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1296
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1297
- "topics": [
1298
- "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
1299
- "0x000000000000000000000000f0196dea83b47244222b315abbbcf6b9fd2f705c"
1300
- ],
1301
- "data": "0x",
1302
- "logIndex": 0,
1303
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1304
- },
1305
- {
1306
- "transactionIndex": 2,
1307
- "blockNumber": 639703,
1308
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1309
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1310
- "topics": [
1311
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1312
- "0x0000000000000000000000000000000000000000000000000000000000000000",
1313
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
1314
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1315
- ],
1316
- "data": "0x",
1317
- "logIndex": 1,
1318
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1319
- },
1320
- {
1321
- "transactionIndex": 2,
1322
- "blockNumber": 639703,
1323
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1324
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1325
- "topics": [
1326
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1327
- "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1328
- "0x00000000000000000000000045841dd1ca50265da7614fc43a361e526c0e6160",
1329
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1330
- ],
1331
- "data": "0x",
1332
- "logIndex": 2,
1333
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1334
- },
1335
- {
1336
- "transactionIndex": 2,
1337
- "blockNumber": 639703,
1338
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1339
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1340
- "topics": [
1341
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1342
- "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1343
- "0x0000000000000000000000001d186c560281b8f1af831957ed5047fd3ab902f9",
1344
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1345
- ],
1346
- "data": "0x",
1347
- "logIndex": 3,
1348
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1349
- },
1350
- {
1351
- "transactionIndex": 2,
1352
- "blockNumber": 639703,
1353
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1354
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1355
- "topics": [
1356
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1357
- "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1358
- "0x000000000000000000000000533fb43e6808d9634cc0dd0c6c1195e8921d4fcc",
1359
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1360
- ],
1361
- "data": "0x",
1362
- "logIndex": 4,
1363
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1364
- },
1365
- {
1366
- "transactionIndex": 2,
1367
- "blockNumber": 639703,
1368
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1369
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1370
- "topics": [
1371
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1372
- "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1373
- "0x000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9",
1374
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1375
- ],
1376
- "data": "0x",
1377
- "logIndex": 5,
1378
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1379
- },
1380
- {
1381
- "transactionIndex": 2,
1382
- "blockNumber": 639703,
1383
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1384
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1385
- "topics": [
1386
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1387
- "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1388
- "0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
1389
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1390
- ],
1391
- "data": "0x",
1392
- "logIndex": 6,
1393
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1394
- },
1395
- {
1396
- "transactionIndex": 2,
1397
- "blockNumber": 639703,
1398
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1399
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1400
- "topics": [
1401
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1402
- "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1403
- "0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
1404
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1405
- ],
1406
- "data": "0x",
1407
- "logIndex": 7,
1408
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1409
- },
1410
- {
1411
- "transactionIndex": 2,
1412
- "blockNumber": 639703,
1413
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1414
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1415
- "topics": [
1416
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1417
- "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1418
- "0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
1419
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1420
- ],
1421
- "data": "0x",
1422
- "logIndex": 8,
1423
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1424
- },
1425
- {
1426
- "transactionIndex": 2,
1427
- "blockNumber": 639703,
1428
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1429
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1430
- "topics": [
1431
- "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1432
- "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
1433
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
1434
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1435
- ],
1436
- "data": "0x",
1437
- "logIndex": 9,
1438
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1439
- },
1440
- {
1441
- "transactionIndex": 2,
1442
- "blockNumber": 639703,
1443
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1444
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1445
- "topics": [
1446
- "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
1447
- ],
1448
- "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
1449
- "logIndex": 10,
1450
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1451
- },
1452
- {
1453
- "transactionIndex": 2,
1454
- "blockNumber": 639703,
1455
- "transactionHash": "0xe9597f92e9de8794b4689f6e37bd9382aa01d466834938924107a2ddce15e52c",
1456
- "address": "0xa78A78a13074eD93aD447a26Ec57121f29E8feC2",
1457
- "topics": [
1458
- "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
1459
- ],
1460
- "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000073f5b4fdf17bbc16b0980d49f6c56123477bb51",
1461
- "logIndex": 11,
1462
- "blockHash": "0x0edfdbfe0ce9b06811b779c159f9f172af1ad05c7b04fb768c8e25b504279816"
1463
- }
1464
- ],
1465
- "blockNumber": 639703,
1466
- "cumulativeGasUsed": "1067764",
1467
- "status": 1,
1468
- "byzantium": true
1469
- },
1470
- "args": [
1471
- "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
1472
- "0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
1473
- "0x009fc681000000000000000000000000464570ada09869d8741132183721b4f0769a0287000000000000000000000000b0487596a0b62d1a71d0c33294bd6eb635fc6b0900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000004e08b1f1ac79898569cfb999fb92b5495fb18a2b000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a60000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000300000000000000000000000045841dd1ca50265da7614fc43a361e526c0e61600000000000000000000000001d186c560281b8f1af831957ed5047fd3ab902f9000000000000000000000000533fb43e6808d9634cc0dd0c6c1195e8921d4fcc0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1474
- ],
1475
- "numDeployments": 1,
1476
- "solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
1477
- "bytecode": "0x60a060405260405162000f5f38038062000f5f83398101604081905262000026916200044a565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd6200052a565b60008051602062000f188339815191521462000075576200007562000550565b62000083828260006200013c565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61046200052a565b60008051602062000ef883398151915214620000d357620000d362000550565b6001600160a01b038216608081905260008051602062000ef88339815191528381556040805160008152602081019390935290917f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f910160405180910390a150505050620005b9565b620001478362000179565b600082511180620001555750805b156200017457620001728383620001bb60201b620002a91760201c565b505b505050565b6200018481620001ea565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e3838360405180606001604052806027815260200162000f3860279139620002b2565b9392505050565b62000200816200039860201b620002d51760201c565b620002685760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b806200029160008051602062000f1883398151915260001b620003a760201b620002411760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606001600160a01b0384163b6200031c5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200025f565b600080856001600160a01b03168560405162000339919062000566565b600060405180830381855af49150503d806000811462000376576040519150601f19603f3d011682016040523d82523d6000602084013e6200037b565b606091505b5090925090506200038e828286620003aa565b9695505050505050565b6001600160a01b03163b151590565b90565b60608315620003bb575081620001e3565b825115620003cc5782518084602001fd5b8160405162461bcd60e51b81526004016200025f919062000584565b80516001600160a01b03811681146200040057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620004385781810151838201526020016200041e565b83811115620001725750506000910152565b6000806000606084860312156200046057600080fd5b6200046b84620003e8565b92506200047b60208501620003e8565b60408501519092506001600160401b03808211156200049957600080fd5b818601915086601f830112620004ae57600080fd5b815181811115620004c357620004c362000405565b604051601f8201601f19908116603f01168101908382118183101715620004ee57620004ee62000405565b816040528281528960208487010111156200050857600080fd5b6200051b8360208301602088016200041b565b80955050505050509250925092565b6000828210156200054b57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b600082516200057a8184602087016200041b565b9190910192915050565b6020815260008251806020840152620005a58160408501602087016200041b565b601f01601f19169190910160400192915050565b608051610900620005f86000396000818161011201528181610176015281816102060152818161025e01528181610287015261030901526109006000f3fe6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef2861461007a5780635c60da1b1461008d578063f851a440146100cb57610052565b36610052576100506100e0565b005b6100506100e0565b34801561006657600080fd5b5061005061007536600461076c565b6100fa565b610050610088366004610787565b61015e565b34801561009957600080fd5b506100a26101ec565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d757600080fd5b506100a2610244565b6100e86102f1565b6100f86100f36103e2565b610422565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101565761015381604051806020016040528060008152506000610446565b50565b6101536100e0565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101e4576101df8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610446915050565b505050565b6101df6100e0565b60003373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610239576102346103e2565b905090565b6102416100e0565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561023957507f000000000000000000000000000000000000000000000000000000000000000090565b60606102ce83836040518060600160405280602781526020016108a460279139610471565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156100f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102347f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e808015610441573d6000f35b3d6000fd5b61044f83610599565b60008251118061045c5750805b156101df5761046b83836102a9565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e7472616374000000000000000000000000000000000000000000000000000060648201526084016103d9565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161053f9190610836565b600060405180830381855af49150503d806000811461057a576040519150601f19603f3d011682016040523d82523d6000602084013e61057f565b606091505b509150915061058f8282866105e6565b9695505050505050565b6105a281610639565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606083156105f55750816102ce565b8251156106055782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d99190610852565b73ffffffffffffffffffffffffffffffffffffffff81163b6106dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e74726163740000000000000000000000000000000000000060648201526084016103d9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b803573ffffffffffffffffffffffffffffffffffffffff8116811461076757600080fd5b919050565b60006020828403121561077e57600080fd5b6102ce82610743565b60008060006040848603121561079c57600080fd5b6107a584610743565b9250602084013567ffffffffffffffff808211156107c257600080fd5b818601915086601f8301126107d657600080fd5b8135818111156107e557600080fd5b8760208285010111156107f757600080fd5b6020830194508093505050509250925092565b60005b8381101561082557818101518382015260200161080d565b8381111561046b5750506000910152565b6000825161084881846020870161080a565b9190910192915050565b602081526000825180602084015261087181604085016020870161080a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206f70214c51cdd41c05ba0ffeb72b309ca3c8be178fd6e73c12162330799984f364736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
1478
- "deployedBytecode": "0x6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef2861461007a5780635c60da1b1461008d578063f851a440146100cb57610052565b36610052576100506100e0565b005b6100506100e0565b34801561006657600080fd5b5061005061007536600461076c565b6100fa565b610050610088366004610787565b61015e565b34801561009957600080fd5b506100a26101ec565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d757600080fd5b506100a2610244565b6100e86102f1565b6100f86100f36103e2565b610422565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101565761015381604051806020016040528060008152506000610446565b50565b6101536100e0565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101e4576101df8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610446915050565b505050565b6101df6100e0565b60003373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610239576102346103e2565b905090565b6102416100e0565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561023957507f000000000000000000000000000000000000000000000000000000000000000090565b60606102ce83836040518060600160405280602781526020016108a460279139610471565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156100f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102347f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e808015610441573d6000f35b3d6000fd5b61044f83610599565b60008251118061045c5750805b156101df5761046b83836102a9565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e7472616374000000000000000000000000000000000000000000000000000060648201526084016103d9565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161053f9190610836565b600060405180830381855af49150503d806000811461057a576040519150601f19603f3d011682016040523d82523d6000602084013e61057f565b606091505b509150915061058f8282866105e6565b9695505050505050565b6105a281610639565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606083156105f55750816102ce565b8251156106055782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d99190610852565b73ffffffffffffffffffffffffffffffffffffffff81163b6106dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e74726163740000000000000000000000000000000000000060648201526084016103d9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b803573ffffffffffffffffffffffffffffffffffffffff8116811461076757600080fd5b919050565b60006020828403121561077e57600080fd5b6102ce82610743565b60008060006040848603121561079c57600080fd5b6107a584610743565b9250602084013567ffffffffffffffff808211156107c257600080fd5b818601915086601f8301126107d657600080fd5b8135818111156107e557600080fd5b8760208285010111156107f757600080fd5b6020830194508093505050509250925092565b60005b8381101561082557818101518382015260200161080d565b8381111561046b5750506000910152565b6000825161084881846020870161080a565b9190910192915050565b602081526000825180602084015261087181604085016020870161080a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206f70214c51cdd41c05ba0ffeb72b309ca3c8be178fd6e73c12162330799984f364736f6c634300080a0033",
1479
- "execute": {
1480
- "methodName": "initialize",
1481
- "args": [
1482
- "0x464570adA09869d8741132183721B4f0769a0287",
1483
- "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
1484
- [
1485
- "0x45841dd1ca50265Da7614fC43A361e526c0e6160",
1486
- "0x1d186C560281B8F1AF831957ED5047fD3AB902F9",
1487
- "0x533fB43e6808D9634CC0DD0c6c1195e8921D4FCC"
1488
- ],
1489
- "0x4e08B1F1AC79898569CfB999FB92B5495FB18A2B",
1490
- "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
1491
- [
1492
- "0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9",
1493
- "0xF5E8A439C599205C1aB06b535DE46681Aed1007a",
1494
- "0x0e251d9095dD128292A28eB383127d05d95BBD17",
1495
- "0xc48CaB17Fcb3eb38030bc4EA54B62353d2802Ba8",
1496
- "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6"
1497
- ]
1498
- ]
1499
- },
1500
- "implementation": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
1501
- "devdoc": {
1502
- "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.",
1503
- "kind": "dev",
1504
- "methods": {
1505
- "admin()": {
1506
- "details": "Returns the current admin. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`"
1507
- },
1508
- "constructor": {
1509
- "details": "Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."
1510
- },
1511
- "implementation()": {
1512
- "details": "Returns the current implementation. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`"
1513
- },
1514
- "upgradeTo(address)": {
1515
- "details": "Upgrade the implementation of the proxy. NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}."
1516
- },
1517
- "upgradeToAndCall(address,bytes)": {
1518
- "details": "Upgrade the implementation of the proxy, and then call a function from the new implementation as specified by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the proxied contract. NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}."
1519
- }
1520
- },
1521
- "version": 1
1522
- },
1523
- "userdoc": {
1524
- "kind": "user",
1525
- "methods": {},
1526
- "version": 1
1527
- },
1528
- "storageLayout": {
1529
- "storage": [],
1530
- "types": null
1531
- }
1532
- }