@layerzerolabs/lz-evm-sdk-v1 2.1.1 → 2.1.3

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 (101) hide show
  1. package/deployments/basesep-testnet/DefaultProxyAdmin.json +273 -0
  2. package/deployments/basesep-testnet/Endpoint.json +1282 -0
  3. package/deployments/basesep-testnet/FPValidator.json +382 -0
  4. package/deployments/basesep-testnet/MPTValidator01.json +395 -0
  5. package/deployments/basesep-testnet/NonceContract.json +159 -0
  6. package/deployments/basesep-testnet/RelayerV2.json +1239 -0
  7. package/deployments/basesep-testnet/RelayerV2_Implementation.json +1366 -0
  8. package/deployments/basesep-testnet/RelayerV2_Proxy.json +245 -0
  9. package/deployments/basesep-testnet/TreasuryV2.json +458 -0
  10. package/deployments/basesep-testnet/UltraLightNodeV2.json +1816 -0
  11. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +3 -3
  12. package/deployments/ethereum-sandbox-local/Endpoint.json +2 -2
  13. package/deployments/ethereum-sandbox-local/FPValidator.json +1 -1
  14. package/deployments/ethereum-sandbox-local/MPTValidator01.json +1 -1
  15. package/deployments/ethereum-sandbox-local/NonceContract.json +1 -1
  16. package/deployments/ethereum-sandbox-local/RelayerV2.json +5 -5
  17. package/deployments/ethereum-sandbox-local/RelayerV2_Implementation.json +1 -1
  18. package/deployments/ethereum-sandbox-local/RelayerV2_Proxy.json +5 -5
  19. package/deployments/ethereum-sandbox-local/TreasuryV2.json +2 -2
  20. package/deployments/ethereum-sandbox-local/UltraLightNode.json +2 -2
  21. package/deployments/ethereum-sandbox-local/UltraLightNodeV2.json +2 -2
  22. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +3 -3
  23. package/deployments/polygon-sandbox-local/Endpoint.json +2 -2
  24. package/deployments/polygon-sandbox-local/FPValidator.json +1 -1
  25. package/deployments/polygon-sandbox-local/MPTValidator01.json +1 -1
  26. package/deployments/polygon-sandbox-local/NonceContract.json +1 -1
  27. package/deployments/polygon-sandbox-local/RelayerV2.json +5 -5
  28. package/deployments/polygon-sandbox-local/RelayerV2_Implementation.json +1 -1
  29. package/deployments/polygon-sandbox-local/RelayerV2_Proxy.json +5 -5
  30. package/deployments/polygon-sandbox-local/TreasuryV2.json +2 -2
  31. package/deployments/polygon-sandbox-local/UltraLightNode.json +2 -2
  32. package/deployments/polygon-sandbox-local/UltraLightNodeV2.json +2 -2
  33. package/deployments/tangible-testnet/DefaultProxyAdmin.json +273 -0
  34. package/deployments/tangible-testnet/Endpoint.json +1282 -0
  35. package/deployments/tangible-testnet/FPValidator.json +382 -0
  36. package/deployments/tangible-testnet/MPTValidator01.json +395 -0
  37. package/deployments/tangible-testnet/NonceContract.json +159 -0
  38. package/deployments/tangible-testnet/RelayerV2.json +1239 -0
  39. package/deployments/tangible-testnet/RelayerV2_Implementation.json +1366 -0
  40. package/deployments/tangible-testnet/RelayerV2_Proxy.json +245 -0
  41. package/deployments/tangible-testnet/TreasuryV2.json +458 -0
  42. package/deployments/tangible-testnet/UltraLightNodeV2.json +1816 -0
  43. package/deployments/tron-testnet/DefaultProxyAdmin.json +273 -0
  44. package/deployments/tron-testnet/Endpoint.json +1282 -0
  45. package/deployments/tron-testnet/FPValidator.json +382 -0
  46. package/deployments/tron-testnet/MPTValidator01.json +395 -0
  47. package/deployments/tron-testnet/NonceContract.json +159 -0
  48. package/deployments/tron-testnet/RelayerV2.json +1239 -0
  49. package/deployments/tron-testnet/RelayerV2_Implementation.json +1366 -0
  50. package/deployments/tron-testnet/RelayerV2_Proxy.json +245 -0
  51. package/deployments/tron-testnet/TreasuryV2.json +458 -0
  52. package/deployments/tron-testnet/UltraLightNodeV2.json +1816 -0
  53. package/deployments/xai-testnet/DefaultProxyAdmin.json +273 -0
  54. package/deployments/xai-testnet/Endpoint.json +1282 -0
  55. package/deployments/xai-testnet/FPValidator.json +382 -0
  56. package/deployments/xai-testnet/MPTValidator01.json +395 -0
  57. package/deployments/xai-testnet/NonceContract.json +159 -0
  58. package/deployments/xai-testnet/RelayerV2.json +1239 -0
  59. package/deployments/xai-testnet/RelayerV2_Implementation.json +1366 -0
  60. package/deployments/xai-testnet/RelayerV2_Proxy.json +245 -0
  61. package/deployments/xai-testnet/TreasuryV2.json +458 -0
  62. package/deployments/xai-testnet/UltraLightNodeV2.json +1816 -0
  63. package/deployments/zkpolygonsep-testnet/DefaultProxyAdmin.json +273 -0
  64. package/deployments/zkpolygonsep-testnet/Endpoint.json +1282 -0
  65. package/deployments/zkpolygonsep-testnet/FPValidator.json +382 -0
  66. package/deployments/zkpolygonsep-testnet/MPTValidator01.json +395 -0
  67. package/deployments/zkpolygonsep-testnet/NonceContract.json +159 -0
  68. package/deployments/zkpolygonsep-testnet/RelayerV2.json +1239 -0
  69. package/deployments/zkpolygonsep-testnet/RelayerV2_Implementation.json +1366 -0
  70. package/deployments/zkpolygonsep-testnet/RelayerV2_Proxy.json +245 -0
  71. package/deployments/zkpolygonsep-testnet/TreasuryV2.json +458 -0
  72. package/deployments/zkpolygonsep-testnet/UltraLightNodeV2.json +1816 -0
  73. package/deployments/zksyncsep-testnet/DefaultProxyAdmin.json +451 -0
  74. package/deployments/zksyncsep-testnet/Endpoint.json +1204 -0
  75. package/deployments/zksyncsep-testnet/FPValidator.json +539 -0
  76. package/deployments/zksyncsep-testnet/NonceContract.json +300 -0
  77. package/deployments/zksyncsep-testnet/PriceFeed.json +1022 -0
  78. package/deployments/zksyncsep-testnet/PriceFeed_Implementation.json +754 -0
  79. package/deployments/zksyncsep-testnet/PriceFeed_Proxy.json +482 -0
  80. package/deployments/zksyncsep-testnet/RelayerV2.json +1430 -0
  81. package/deployments/zksyncsep-testnet/RelayerV2_Implementation.json +1229 -0
  82. package/deployments/zksyncsep-testnet/RelayerV2_Proxy.json +413 -0
  83. package/deployments/zksyncsep-testnet/TreasuryV2.json +554 -0
  84. package/deployments/zksyncsep-testnet/UltraLightNodeV2.json +1671 -0
  85. package/deployments/zorasep-testnet/DefaultProxyAdmin.json +273 -0
  86. package/deployments/zorasep-testnet/Endpoint.json +1282 -0
  87. package/deployments/zorasep-testnet/FPValidator.json +382 -0
  88. package/deployments/zorasep-testnet/MPTValidator01.json +395 -0
  89. package/deployments/zorasep-testnet/NonceContract.json +159 -0
  90. package/deployments/zorasep-testnet/RelayerV2.json +1239 -0
  91. package/deployments/zorasep-testnet/RelayerV2_Implementation.json +1366 -0
  92. package/deployments/zorasep-testnet/RelayerV2_Proxy.json +245 -0
  93. package/deployments/zorasep-testnet/TreasuryV2.json +458 -0
  94. package/deployments/zorasep-testnet/UltraLightNodeV2.json +1816 -0
  95. package/dist/index.cjs +19 -0
  96. package/dist/index.cjs.map +1 -1
  97. package/dist/index.d.mts +11 -1
  98. package/dist/index.d.ts +11 -1
  99. package/dist/index.mjs +16 -1
  100. package/dist/index.mjs.map +1 -1
  101. package/package.json +8 -7
@@ -0,0 +1,1430 @@
1
+ {
2
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
3
+ "abi": [
4
+ {
5
+ "anonymous": false,
6
+ "inputs": [
7
+ {
8
+ "indexed": false,
9
+ "internalType": "address",
10
+ "name": "addr",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "indexed": false,
15
+ "internalType": "bool",
16
+ "name": "approved",
17
+ "type": "bool"
18
+ }
19
+ ],
20
+ "name": "ApproveAddress",
21
+ "type": "event"
22
+ },
23
+ {
24
+ "anonymous": false,
25
+ "inputs": [
26
+ {
27
+ "indexed": false,
28
+ "internalType": "uint256",
29
+ "name": "totalFee",
30
+ "type": "uint256"
31
+ }
32
+ ],
33
+ "name": "AssignJob",
34
+ "type": "event"
35
+ },
36
+ {
37
+ "anonymous": false,
38
+ "inputs": [
39
+ {
40
+ "indexed": false,
41
+ "internalType": "uint8",
42
+ "name": "version",
43
+ "type": "uint8"
44
+ }
45
+ ],
46
+ "name": "Initialized",
47
+ "type": "event"
48
+ },
49
+ {
50
+ "anonymous": false,
51
+ "inputs": [
52
+ {
53
+ "indexed": true,
54
+ "internalType": "address",
55
+ "name": "previousOwner",
56
+ "type": "address"
57
+ },
58
+ {
59
+ "indexed": true,
60
+ "internalType": "address",
61
+ "name": "newOwner",
62
+ "type": "address"
63
+ }
64
+ ],
65
+ "name": "OwnershipTransferred",
66
+ "type": "event"
67
+ },
68
+ {
69
+ "anonymous": false,
70
+ "inputs": [
71
+ {
72
+ "indexed": false,
73
+ "internalType": "uint16",
74
+ "name": "chainId",
75
+ "type": "uint16"
76
+ },
77
+ {
78
+ "indexed": false,
79
+ "internalType": "uint16",
80
+ "name": "outboundProofType",
81
+ "type": "uint16"
82
+ },
83
+ {
84
+ "indexed": false,
85
+ "internalType": "uint128",
86
+ "name": "dstNativeAmtCap",
87
+ "type": "uint128"
88
+ },
89
+ {
90
+ "indexed": false,
91
+ "internalType": "uint64",
92
+ "name": "baseGas",
93
+ "type": "uint64"
94
+ },
95
+ {
96
+ "indexed": false,
97
+ "internalType": "uint64",
98
+ "name": "gasPerByte",
99
+ "type": "uint64"
100
+ }
101
+ ],
102
+ "name": "SetDstConfig",
103
+ "type": "event"
104
+ },
105
+ {
106
+ "anonymous": false,
107
+ "inputs": [
108
+ {
109
+ "indexed": false,
110
+ "internalType": "uint16",
111
+ "name": "chainId",
112
+ "type": "uint16"
113
+ },
114
+ {
115
+ "indexed": false,
116
+ "internalType": "uint128",
117
+ "name": "dstPriceRatio",
118
+ "type": "uint128"
119
+ },
120
+ {
121
+ "indexed": false,
122
+ "internalType": "uint128",
123
+ "name": "dstGasPriceInWei",
124
+ "type": "uint128"
125
+ }
126
+ ],
127
+ "name": "SetDstPrice",
128
+ "type": "event"
129
+ },
130
+ {
131
+ "anonymous": false,
132
+ "inputs": [
133
+ {
134
+ "indexed": false,
135
+ "internalType": "address",
136
+ "name": "priceConfigUpdater",
137
+ "type": "address"
138
+ },
139
+ {
140
+ "indexed": false,
141
+ "internalType": "bool",
142
+ "name": "allow",
143
+ "type": "bool"
144
+ }
145
+ ],
146
+ "name": "SetPriceConfigUpdater",
147
+ "type": "event"
148
+ },
149
+ {
150
+ "anonymous": false,
151
+ "inputs": [
152
+ {
153
+ "indexed": true,
154
+ "internalType": "address",
155
+ "name": "to",
156
+ "type": "address"
157
+ },
158
+ {
159
+ "indexed": true,
160
+ "internalType": "uint256",
161
+ "name": "quantity",
162
+ "type": "uint256"
163
+ }
164
+ ],
165
+ "name": "ValueTransferFailed",
166
+ "type": "event"
167
+ },
168
+ {
169
+ "anonymous": false,
170
+ "inputs": [
171
+ {
172
+ "indexed": false,
173
+ "internalType": "address",
174
+ "name": "to",
175
+ "type": "address"
176
+ },
177
+ {
178
+ "indexed": false,
179
+ "internalType": "uint256",
180
+ "name": "amount",
181
+ "type": "uint256"
182
+ }
183
+ ],
184
+ "name": "Withdraw",
185
+ "type": "event"
186
+ },
187
+ {
188
+ "inputs": [],
189
+ "name": "AIRDROP_GAS_LIMIT",
190
+ "outputs": [
191
+ {
192
+ "internalType": "uint256",
193
+ "name": "",
194
+ "type": "uint256"
195
+ }
196
+ ],
197
+ "stateMutability": "view",
198
+ "type": "function"
199
+ },
200
+ {
201
+ "inputs": [
202
+ {
203
+ "internalType": "address",
204
+ "name": "",
205
+ "type": "address"
206
+ }
207
+ ],
208
+ "name": "approvedAddresses",
209
+ "outputs": [
210
+ {
211
+ "internalType": "bool",
212
+ "name": "",
213
+ "type": "bool"
214
+ }
215
+ ],
216
+ "stateMutability": "view",
217
+ "type": "function"
218
+ },
219
+ {
220
+ "inputs": [
221
+ {
222
+ "internalType": "uint16",
223
+ "name": "_dstChainId",
224
+ "type": "uint16"
225
+ },
226
+ {
227
+ "internalType": "uint16",
228
+ "name": "_outboundProofType",
229
+ "type": "uint16"
230
+ },
231
+ {
232
+ "internalType": "address",
233
+ "name": "_userApplication",
234
+ "type": "address"
235
+ },
236
+ {
237
+ "internalType": "uint256",
238
+ "name": "_payloadSize",
239
+ "type": "uint256"
240
+ },
241
+ {
242
+ "internalType": "bytes",
243
+ "name": "_adapterParams",
244
+ "type": "bytes"
245
+ }
246
+ ],
247
+ "name": "assignJob",
248
+ "outputs": [
249
+ {
250
+ "internalType": "uint256",
251
+ "name": "fee",
252
+ "type": "uint256"
253
+ }
254
+ ],
255
+ "stateMutability": "nonpayable",
256
+ "type": "function"
257
+ },
258
+ {
259
+ "inputs": [
260
+ {
261
+ "internalType": "uint16",
262
+ "name": "",
263
+ "type": "uint16"
264
+ },
265
+ {
266
+ "internalType": "uint16",
267
+ "name": "",
268
+ "type": "uint16"
269
+ }
270
+ ],
271
+ "name": "dstConfigLookup",
272
+ "outputs": [
273
+ {
274
+ "internalType": "uint128",
275
+ "name": "dstNativeAmtCap",
276
+ "type": "uint128"
277
+ },
278
+ {
279
+ "internalType": "uint64",
280
+ "name": "baseGas",
281
+ "type": "uint64"
282
+ },
283
+ {
284
+ "internalType": "uint64",
285
+ "name": "gasPerByte",
286
+ "type": "uint64"
287
+ }
288
+ ],
289
+ "stateMutability": "view",
290
+ "type": "function"
291
+ },
292
+ {
293
+ "inputs": [
294
+ {
295
+ "internalType": "uint16",
296
+ "name": "",
297
+ "type": "uint16"
298
+ }
299
+ ],
300
+ "name": "dstFloorMarginsUSD",
301
+ "outputs": [
302
+ {
303
+ "internalType": "uint128",
304
+ "name": "",
305
+ "type": "uint128"
306
+ }
307
+ ],
308
+ "stateMutability": "view",
309
+ "type": "function"
310
+ },
311
+ {
312
+ "inputs": [
313
+ {
314
+ "internalType": "uint16",
315
+ "name": "",
316
+ "type": "uint16"
317
+ }
318
+ ],
319
+ "name": "dstMultipliers",
320
+ "outputs": [
321
+ {
322
+ "internalType": "uint128",
323
+ "name": "",
324
+ "type": "uint128"
325
+ }
326
+ ],
327
+ "stateMutability": "view",
328
+ "type": "function"
329
+ },
330
+ {
331
+ "inputs": [
332
+ {
333
+ "internalType": "uint16",
334
+ "name": "_dstChainId",
335
+ "type": "uint16"
336
+ }
337
+ ],
338
+ "name": "dstPriceLookup",
339
+ "outputs": [
340
+ {
341
+ "components": [
342
+ {
343
+ "internalType": "uint128",
344
+ "name": "dstPriceRatio",
345
+ "type": "uint128"
346
+ },
347
+ {
348
+ "internalType": "uint128",
349
+ "name": "dstGasPriceInWei",
350
+ "type": "uint128"
351
+ }
352
+ ],
353
+ "internalType": "struct RelayerV2.DstPrice",
354
+ "name": "",
355
+ "type": "tuple"
356
+ }
357
+ ],
358
+ "stateMutability": "view",
359
+ "type": "function"
360
+ },
361
+ {
362
+ "inputs": [
363
+ {
364
+ "internalType": "uint16",
365
+ "name": "",
366
+ "type": "uint16"
367
+ }
368
+ ],
369
+ "name": "dstPriceLookupOld",
370
+ "outputs": [
371
+ {
372
+ "internalType": "uint128",
373
+ "name": "dstPriceRatio",
374
+ "type": "uint128"
375
+ },
376
+ {
377
+ "internalType": "uint128",
378
+ "name": "dstGasPriceInWei",
379
+ "type": "uint128"
380
+ }
381
+ ],
382
+ "stateMutability": "view",
383
+ "type": "function"
384
+ },
385
+ {
386
+ "inputs": [],
387
+ "name": "fpBytes",
388
+ "outputs": [
389
+ {
390
+ "internalType": "uint16",
391
+ "name": "",
392
+ "type": "uint16"
393
+ }
394
+ ],
395
+ "stateMutability": "view",
396
+ "type": "function"
397
+ },
398
+ {
399
+ "inputs": [
400
+ {
401
+ "internalType": "uint16",
402
+ "name": "_dstChainId",
403
+ "type": "uint16"
404
+ },
405
+ {
406
+ "internalType": "uint16",
407
+ "name": "_outboundProofType",
408
+ "type": "uint16"
409
+ },
410
+ {
411
+ "internalType": "address",
412
+ "name": "_userApplication",
413
+ "type": "address"
414
+ },
415
+ {
416
+ "internalType": "uint256",
417
+ "name": "_payloadSize",
418
+ "type": "uint256"
419
+ },
420
+ {
421
+ "internalType": "bytes",
422
+ "name": "_adapterParams",
423
+ "type": "bytes"
424
+ }
425
+ ],
426
+ "name": "getFee",
427
+ "outputs": [
428
+ {
429
+ "internalType": "uint256",
430
+ "name": "",
431
+ "type": "uint256"
432
+ }
433
+ ],
434
+ "stateMutability": "view",
435
+ "type": "function"
436
+ },
437
+ {
438
+ "inputs": [
439
+ {
440
+ "internalType": "address",
441
+ "name": "_uln",
442
+ "type": "address"
443
+ },
444
+ {
445
+ "internalType": "address",
446
+ "name": "_priceFeed",
447
+ "type": "address"
448
+ },
449
+ {
450
+ "internalType": "uint256",
451
+ "name": "_nativeDecimalsRate",
452
+ "type": "uint256"
453
+ }
454
+ ],
455
+ "name": "initialize",
456
+ "outputs": [],
457
+ "stateMutability": "nonpayable",
458
+ "type": "function"
459
+ },
460
+ {
461
+ "inputs": [
462
+ {
463
+ "internalType": "address",
464
+ "name": "_relayerAddress",
465
+ "type": "address"
466
+ }
467
+ ],
468
+ "name": "isApproved",
469
+ "outputs": [
470
+ {
471
+ "internalType": "bool",
472
+ "name": "",
473
+ "type": "bool"
474
+ }
475
+ ],
476
+ "stateMutability": "view",
477
+ "type": "function"
478
+ },
479
+ {
480
+ "inputs": [],
481
+ "name": "mptOverhead",
482
+ "outputs": [
483
+ {
484
+ "internalType": "uint16",
485
+ "name": "",
486
+ "type": "uint16"
487
+ }
488
+ ],
489
+ "stateMutability": "view",
490
+ "type": "function"
491
+ },
492
+ {
493
+ "inputs": [],
494
+ "name": "multiplierBps",
495
+ "outputs": [
496
+ {
497
+ "internalType": "uint128",
498
+ "name": "",
499
+ "type": "uint128"
500
+ }
501
+ ],
502
+ "stateMutability": "view",
503
+ "type": "function"
504
+ },
505
+ {
506
+ "inputs": [],
507
+ "name": "nativeDecimalsRate",
508
+ "outputs": [
509
+ {
510
+ "internalType": "uint256",
511
+ "name": "",
512
+ "type": "uint256"
513
+ }
514
+ ],
515
+ "stateMutability": "view",
516
+ "type": "function"
517
+ },
518
+ {
519
+ "inputs": [
520
+ {
521
+ "internalType": "uint256",
522
+ "name": "_nativeDecimalsRate",
523
+ "type": "uint256"
524
+ }
525
+ ],
526
+ "name": "onUpgrade",
527
+ "outputs": [],
528
+ "stateMutability": "nonpayable",
529
+ "type": "function"
530
+ },
531
+ {
532
+ "inputs": [],
533
+ "name": "owner",
534
+ "outputs": [
535
+ {
536
+ "internalType": "address",
537
+ "name": "",
538
+ "type": "address"
539
+ }
540
+ ],
541
+ "stateMutability": "view",
542
+ "type": "function"
543
+ },
544
+ {
545
+ "inputs": [],
546
+ "name": "paused",
547
+ "outputs": [
548
+ {
549
+ "internalType": "bool",
550
+ "name": "",
551
+ "type": "bool"
552
+ }
553
+ ],
554
+ "stateMutability": "view",
555
+ "type": "function"
556
+ },
557
+ {
558
+ "inputs": [
559
+ {
560
+ "internalType": "address",
561
+ "name": "",
562
+ "type": "address"
563
+ }
564
+ ],
565
+ "name": "priceConfigUpdaters",
566
+ "outputs": [
567
+ {
568
+ "internalType": "bool",
569
+ "name": "",
570
+ "type": "bool"
571
+ }
572
+ ],
573
+ "stateMutability": "view",
574
+ "type": "function"
575
+ },
576
+ {
577
+ "inputs": [],
578
+ "name": "priceFeed",
579
+ "outputs": [
580
+ {
581
+ "internalType": "contract ILayerZeroPriceFeedV2",
582
+ "name": "",
583
+ "type": "address"
584
+ }
585
+ ],
586
+ "stateMutability": "view",
587
+ "type": "function"
588
+ },
589
+ {
590
+ "inputs": [],
591
+ "name": "renounceOwnership",
592
+ "outputs": [],
593
+ "stateMutability": "nonpayable",
594
+ "type": "function"
595
+ },
596
+ {
597
+ "inputs": [
598
+ {
599
+ "internalType": "address",
600
+ "name": "_relayerAddress",
601
+ "type": "address"
602
+ },
603
+ {
604
+ "internalType": "bool",
605
+ "name": "_approve",
606
+ "type": "bool"
607
+ }
608
+ ],
609
+ "name": "setApprovedAddress",
610
+ "outputs": [],
611
+ "stateMutability": "nonpayable",
612
+ "type": "function"
613
+ },
614
+ {
615
+ "inputs": [
616
+ {
617
+ "internalType": "uint16",
618
+ "name": "_chainId",
619
+ "type": "uint16"
620
+ },
621
+ {
622
+ "internalType": "uint16",
623
+ "name": "_outboundProofType",
624
+ "type": "uint16"
625
+ },
626
+ {
627
+ "internalType": "uint128",
628
+ "name": "_dstNativeAmtCap",
629
+ "type": "uint128"
630
+ },
631
+ {
632
+ "internalType": "uint64",
633
+ "name": "_baseGas",
634
+ "type": "uint64"
635
+ },
636
+ {
637
+ "internalType": "uint64",
638
+ "name": "_gasPerByte",
639
+ "type": "uint64"
640
+ }
641
+ ],
642
+ "name": "setDstConfig",
643
+ "outputs": [],
644
+ "stateMutability": "nonpayable",
645
+ "type": "function"
646
+ },
647
+ {
648
+ "inputs": [
649
+ {
650
+ "components": [
651
+ {
652
+ "internalType": "uint16",
653
+ "name": "chainId",
654
+ "type": "uint16"
655
+ },
656
+ {
657
+ "internalType": "uint128",
658
+ "name": "floorMargin",
659
+ "type": "uint128"
660
+ }
661
+ ],
662
+ "internalType": "struct RelayerV2.DstFloorMargin[]",
663
+ "name": "_margins",
664
+ "type": "tuple[]"
665
+ }
666
+ ],
667
+ "name": "setDstFloorMarginsUSD",
668
+ "outputs": [],
669
+ "stateMutability": "nonpayable",
670
+ "type": "function"
671
+ },
672
+ {
673
+ "inputs": [
674
+ {
675
+ "internalType": "uint16",
676
+ "name": "_chainId",
677
+ "type": "uint16"
678
+ },
679
+ {
680
+ "internalType": "uint128",
681
+ "name": "_dstPriceRatio",
682
+ "type": "uint128"
683
+ },
684
+ {
685
+ "internalType": "uint128",
686
+ "name": "_dstGasPriceInWei",
687
+ "type": "uint128"
688
+ }
689
+ ],
690
+ "name": "setDstPrice",
691
+ "outputs": [],
692
+ "stateMutability": "nonpayable",
693
+ "type": "function"
694
+ },
695
+ {
696
+ "inputs": [
697
+ {
698
+ "components": [
699
+ {
700
+ "internalType": "uint16",
701
+ "name": "chainId",
702
+ "type": "uint16"
703
+ },
704
+ {
705
+ "internalType": "uint128",
706
+ "name": "multiplier",
707
+ "type": "uint128"
708
+ }
709
+ ],
710
+ "internalType": "struct RelayerV2.DstMultiplier[]",
711
+ "name": "_multipliers",
712
+ "type": "tuple[]"
713
+ }
714
+ ],
715
+ "name": "setDstPriceMultipliers",
716
+ "outputs": [],
717
+ "stateMutability": "nonpayable",
718
+ "type": "function"
719
+ },
720
+ {
721
+ "inputs": [
722
+ {
723
+ "internalType": "bool",
724
+ "name": "_paused",
725
+ "type": "bool"
726
+ }
727
+ ],
728
+ "name": "setPause",
729
+ "outputs": [],
730
+ "stateMutability": "nonpayable",
731
+ "type": "function"
732
+ },
733
+ {
734
+ "inputs": [
735
+ {
736
+ "internalType": "address",
737
+ "name": "_priceConfigUpdater",
738
+ "type": "address"
739
+ },
740
+ {
741
+ "internalType": "bool",
742
+ "name": "_allow",
743
+ "type": "bool"
744
+ }
745
+ ],
746
+ "name": "setPriceConfigUpdater",
747
+ "outputs": [],
748
+ "stateMutability": "nonpayable",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "inputs": [
753
+ {
754
+ "internalType": "address",
755
+ "name": "_priceFeed",
756
+ "type": "address"
757
+ }
758
+ ],
759
+ "name": "setPriceFeed",
760
+ "outputs": [],
761
+ "stateMutability": "nonpayable",
762
+ "type": "function"
763
+ },
764
+ {
765
+ "inputs": [
766
+ {
767
+ "internalType": "uint128",
768
+ "name": "_multiplierBps",
769
+ "type": "uint128"
770
+ }
771
+ ],
772
+ "name": "setPriceMultiplierBps",
773
+ "outputs": [],
774
+ "stateMutability": "nonpayable",
775
+ "type": "function"
776
+ },
777
+ {
778
+ "inputs": [
779
+ {
780
+ "internalType": "address",
781
+ "name": "_stargateAddress",
782
+ "type": "address"
783
+ }
784
+ ],
785
+ "name": "setStargateAddress",
786
+ "outputs": [],
787
+ "stateMutability": "nonpayable",
788
+ "type": "function"
789
+ },
790
+ {
791
+ "inputs": [],
792
+ "name": "stargateBridgeAddress",
793
+ "outputs": [
794
+ {
795
+ "internalType": "address",
796
+ "name": "",
797
+ "type": "address"
798
+ }
799
+ ],
800
+ "stateMutability": "view",
801
+ "type": "function"
802
+ },
803
+ {
804
+ "inputs": [
805
+ {
806
+ "internalType": "address",
807
+ "name": "newOwner",
808
+ "type": "address"
809
+ }
810
+ ],
811
+ "name": "transferOwnership",
812
+ "outputs": [],
813
+ "stateMutability": "nonpayable",
814
+ "type": "function"
815
+ },
816
+ {
817
+ "inputs": [],
818
+ "name": "uln",
819
+ "outputs": [
820
+ {
821
+ "internalType": "contract ILayerZeroUltraLightNodeV2",
822
+ "name": "",
823
+ "type": "address"
824
+ }
825
+ ],
826
+ "stateMutability": "view",
827
+ "type": "function"
828
+ },
829
+ {
830
+ "inputs": [],
831
+ "name": "validateProofBytes",
832
+ "outputs": [
833
+ {
834
+ "internalType": "uint16",
835
+ "name": "",
836
+ "type": "uint16"
837
+ }
838
+ ],
839
+ "stateMutability": "view",
840
+ "type": "function"
841
+ },
842
+ {
843
+ "inputs": [
844
+ {
845
+ "internalType": "uint16",
846
+ "name": "_srcChainId",
847
+ "type": "uint16"
848
+ },
849
+ {
850
+ "internalType": "address",
851
+ "name": "_dstAddress",
852
+ "type": "address"
853
+ },
854
+ {
855
+ "internalType": "uint256",
856
+ "name": "_gasLimit",
857
+ "type": "uint256"
858
+ },
859
+ {
860
+ "internalType": "bytes32",
861
+ "name": "_blockHash",
862
+ "type": "bytes32"
863
+ },
864
+ {
865
+ "internalType": "bytes32",
866
+ "name": "_data",
867
+ "type": "bytes32"
868
+ },
869
+ {
870
+ "internalType": "bytes",
871
+ "name": "_transactionProof",
872
+ "type": "bytes"
873
+ }
874
+ ],
875
+ "name": "validateTransactionProofV1",
876
+ "outputs": [],
877
+ "stateMutability": "nonpayable",
878
+ "type": "function"
879
+ },
880
+ {
881
+ "inputs": [
882
+ {
883
+ "internalType": "uint16",
884
+ "name": "_srcChainId",
885
+ "type": "uint16"
886
+ },
887
+ {
888
+ "internalType": "address",
889
+ "name": "_dstAddress",
890
+ "type": "address"
891
+ },
892
+ {
893
+ "internalType": "uint256",
894
+ "name": "_gasLimit",
895
+ "type": "uint256"
896
+ },
897
+ {
898
+ "internalType": "bytes32",
899
+ "name": "_blockHash",
900
+ "type": "bytes32"
901
+ },
902
+ {
903
+ "internalType": "bytes32",
904
+ "name": "_data",
905
+ "type": "bytes32"
906
+ },
907
+ {
908
+ "internalType": "bytes",
909
+ "name": "_transactionProof",
910
+ "type": "bytes"
911
+ },
912
+ {
913
+ "internalType": "address payable",
914
+ "name": "_to",
915
+ "type": "address"
916
+ }
917
+ ],
918
+ "name": "validateTransactionProofV2",
919
+ "outputs": [],
920
+ "stateMutability": "payable",
921
+ "type": "function"
922
+ },
923
+ {
924
+ "inputs": [
925
+ {
926
+ "internalType": "uint16",
927
+ "name": "_srcChainId",
928
+ "type": "uint16"
929
+ },
930
+ {
931
+ "internalType": "address",
932
+ "name": "_dstAddress",
933
+ "type": "address"
934
+ },
935
+ {
936
+ "internalType": "uint256",
937
+ "name": "_executeGasLimit",
938
+ "type": "uint256"
939
+ },
940
+ {
941
+ "internalType": "uint256",
942
+ "name": "_airdropGasLimit",
943
+ "type": "uint256"
944
+ },
945
+ {
946
+ "internalType": "bytes32",
947
+ "name": "_blockHash",
948
+ "type": "bytes32"
949
+ },
950
+ {
951
+ "internalType": "bytes32",
952
+ "name": "_data",
953
+ "type": "bytes32"
954
+ },
955
+ {
956
+ "internalType": "bytes",
957
+ "name": "_transactionProof",
958
+ "type": "bytes"
959
+ },
960
+ {
961
+ "internalType": "address payable",
962
+ "name": "_to",
963
+ "type": "address"
964
+ }
965
+ ],
966
+ "name": "validateTransactionProofV2WithGasLimit",
967
+ "outputs": [],
968
+ "stateMutability": "payable",
969
+ "type": "function"
970
+ },
971
+ {
972
+ "inputs": [
973
+ {
974
+ "internalType": "address payable",
975
+ "name": "_to",
976
+ "type": "address"
977
+ },
978
+ {
979
+ "internalType": "uint256",
980
+ "name": "_amount",
981
+ "type": "uint256"
982
+ }
983
+ ],
984
+ "name": "withdrawFee",
985
+ "outputs": [],
986
+ "stateMutability": "nonpayable",
987
+ "type": "function"
988
+ },
989
+ {
990
+ "inputs": [
991
+ {
992
+ "internalType": "address",
993
+ "name": "_token",
994
+ "type": "address"
995
+ },
996
+ {
997
+ "internalType": "address",
998
+ "name": "_to",
999
+ "type": "address"
1000
+ },
1001
+ {
1002
+ "internalType": "uint256",
1003
+ "name": "_amount",
1004
+ "type": "uint256"
1005
+ }
1006
+ ],
1007
+ "name": "withdrawToken",
1008
+ "outputs": [],
1009
+ "stateMutability": "nonpayable",
1010
+ "type": "function"
1011
+ },
1012
+ {
1013
+ "inputs": [
1014
+ {
1015
+ "internalType": "address",
1016
+ "name": "_logic",
1017
+ "type": "address"
1018
+ },
1019
+ {
1020
+ "internalType": "address",
1021
+ "name": "admin_",
1022
+ "type": "address"
1023
+ },
1024
+ {
1025
+ "internalType": "bytes",
1026
+ "name": "_data",
1027
+ "type": "bytes"
1028
+ }
1029
+ ],
1030
+ "stateMutability": "payable",
1031
+ "type": "constructor"
1032
+ },
1033
+ {
1034
+ "anonymous": false,
1035
+ "inputs": [
1036
+ {
1037
+ "indexed": false,
1038
+ "internalType": "address",
1039
+ "name": "previousAdmin",
1040
+ "type": "address"
1041
+ },
1042
+ {
1043
+ "indexed": false,
1044
+ "internalType": "address",
1045
+ "name": "newAdmin",
1046
+ "type": "address"
1047
+ }
1048
+ ],
1049
+ "name": "AdminChanged",
1050
+ "type": "event"
1051
+ },
1052
+ {
1053
+ "anonymous": false,
1054
+ "inputs": [
1055
+ {
1056
+ "indexed": true,
1057
+ "internalType": "address",
1058
+ "name": "beacon",
1059
+ "type": "address"
1060
+ }
1061
+ ],
1062
+ "name": "BeaconUpgraded",
1063
+ "type": "event"
1064
+ },
1065
+ {
1066
+ "anonymous": false,
1067
+ "inputs": [
1068
+ {
1069
+ "indexed": true,
1070
+ "internalType": "address",
1071
+ "name": "implementation",
1072
+ "type": "address"
1073
+ }
1074
+ ],
1075
+ "name": "Upgraded",
1076
+ "type": "event"
1077
+ },
1078
+ {
1079
+ "stateMutability": "payable",
1080
+ "type": "fallback"
1081
+ },
1082
+ {
1083
+ "inputs": [],
1084
+ "name": "admin",
1085
+ "outputs": [
1086
+ {
1087
+ "internalType": "address",
1088
+ "name": "admin_",
1089
+ "type": "address"
1090
+ }
1091
+ ],
1092
+ "stateMutability": "nonpayable",
1093
+ "type": "function"
1094
+ },
1095
+ {
1096
+ "inputs": [
1097
+ {
1098
+ "internalType": "address",
1099
+ "name": "newAdmin",
1100
+ "type": "address"
1101
+ }
1102
+ ],
1103
+ "name": "changeAdmin",
1104
+ "outputs": [],
1105
+ "stateMutability": "nonpayable",
1106
+ "type": "function"
1107
+ },
1108
+ {
1109
+ "inputs": [],
1110
+ "name": "implementation",
1111
+ "outputs": [
1112
+ {
1113
+ "internalType": "address",
1114
+ "name": "implementation_",
1115
+ "type": "address"
1116
+ }
1117
+ ],
1118
+ "stateMutability": "nonpayable",
1119
+ "type": "function"
1120
+ },
1121
+ {
1122
+ "inputs": [
1123
+ {
1124
+ "internalType": "address",
1125
+ "name": "newImplementation",
1126
+ "type": "address"
1127
+ }
1128
+ ],
1129
+ "name": "upgradeTo",
1130
+ "outputs": [],
1131
+ "stateMutability": "nonpayable",
1132
+ "type": "function"
1133
+ },
1134
+ {
1135
+ "inputs": [
1136
+ {
1137
+ "internalType": "address",
1138
+ "name": "newImplementation",
1139
+ "type": "address"
1140
+ },
1141
+ {
1142
+ "internalType": "bytes",
1143
+ "name": "data",
1144
+ "type": "bytes"
1145
+ }
1146
+ ],
1147
+ "name": "upgradeToAndCall",
1148
+ "outputs": [],
1149
+ "stateMutability": "payable",
1150
+ "type": "function"
1151
+ },
1152
+ {
1153
+ "stateMutability": "payable",
1154
+ "type": "receive"
1155
+ }
1156
+ ],
1157
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1158
+ "receipt": {
1159
+ "to": "0x0000000000000000000000000000000000008006",
1160
+ "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
1161
+ "contractAddress": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1162
+ "transactionIndex": 0,
1163
+ "root": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4",
1164
+ "gasUsed": {
1165
+ "type": "BigNumber",
1166
+ "hex": "0x18619c"
1167
+ },
1168
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1169
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4",
1170
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1171
+ "logs": [
1172
+ {
1173
+ "transactionIndex": 0,
1174
+ "blockNumber": 274381,
1175
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1176
+ "address": "0x000000000000000000000000000000000000800A",
1177
+ "topics": [
1178
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1179
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
1180
+ "0x0000000000000000000000000000000000000000000000000000000000008001"
1181
+ ],
1182
+ "data": "0x000000000000000000000000000000000000000000000000000198d625b8c500",
1183
+ "logIndex": 0,
1184
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1185
+ },
1186
+ {
1187
+ "transactionIndex": 0,
1188
+ "blockNumber": 274381,
1189
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1190
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1191
+ "topics": [
1192
+ "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
1193
+ "0x000000000000000000000000f3e37ca248ff739b8d0bebcceae1eeb199223dba"
1194
+ ],
1195
+ "data": "0x",
1196
+ "logIndex": 1,
1197
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1198
+ },
1199
+ {
1200
+ "transactionIndex": 0,
1201
+ "blockNumber": 274381,
1202
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1203
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1204
+ "topics": [
1205
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
1206
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
1207
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1208
+ ],
1209
+ "data": "0x",
1210
+ "logIndex": 2,
1211
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1212
+ },
1213
+ {
1214
+ "transactionIndex": 0,
1215
+ "blockNumber": 274381,
1216
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1217
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1218
+ "topics": [
1219
+ "0xb10786d0bfa68fb1aa29552d9203e5f545f7c073ff0784da1de1d800986f1023"
1220
+ ],
1221
+ "data": "0x0000000000000000000000009ec2db700a3c3d35888acca134f3f860b4a0b41a0000000000000000000000000000000000000000000000000000000000000001",
1222
+ "logIndex": 3,
1223
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1224
+ },
1225
+ {
1226
+ "transactionIndex": 0,
1227
+ "blockNumber": 274381,
1228
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1229
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1230
+ "topics": [
1231
+ "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
1232
+ ],
1233
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
1234
+ "logIndex": 4,
1235
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1236
+ },
1237
+ {
1238
+ "transactionIndex": 0,
1239
+ "blockNumber": 274381,
1240
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1241
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1242
+ "topics": [
1243
+ "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
1244
+ ],
1245
+ "data": "0x000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000fba3c4698e99307496ce94d7fae2ed69169c85f7",
1246
+ "logIndex": 5,
1247
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1248
+ },
1249
+ {
1250
+ "transactionIndex": 0,
1251
+ "blockNumber": 274381,
1252
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1253
+ "address": "0x0000000000000000000000000000000000008006",
1254
+ "topics": [
1255
+ "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
1256
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
1257
+ "0x0100015354c904f6ba1213c8014c56f4f9d36f53078337a1b563618a31e017f8",
1258
+ "0x0000000000000000000000009ec2db700a3c3d35888acca134f3f860b4a0b41a"
1259
+ ],
1260
+ "data": "0x",
1261
+ "logIndex": 6,
1262
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1263
+ },
1264
+ {
1265
+ "transactionIndex": 0,
1266
+ "blockNumber": 274381,
1267
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1268
+ "address": "0x000000000000000000000000000000000000800A",
1269
+ "topics": [
1270
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1271
+ "0x0000000000000000000000000000000000000000000000000000000000008001",
1272
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1273
+ ],
1274
+ "data": "0x0000000000000000000000000000000000000000000000000001078341a2a900",
1275
+ "logIndex": 7,
1276
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1277
+ }
1278
+ ],
1279
+ "blockNumber": 274381,
1280
+ "confirmations": 1,
1281
+ "cumulativeGasUsed": {
1282
+ "type": "BigNumber",
1283
+ "hex": "0x00"
1284
+ },
1285
+ "effectiveGasPrice": {
1286
+ "type": "BigNumber",
1287
+ "hex": "0x05f5e100"
1288
+ },
1289
+ "status": 1,
1290
+ "type": 113,
1291
+ "l2ToL1Logs": [],
1292
+ "byzantium": true,
1293
+ "events": [
1294
+ {
1295
+ "transactionIndex": 0,
1296
+ "blockNumber": 274381,
1297
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1298
+ "address": "0x000000000000000000000000000000000000800A",
1299
+ "topics": [
1300
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1301
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
1302
+ "0x0000000000000000000000000000000000000000000000000000000000008001"
1303
+ ],
1304
+ "data": "0x000000000000000000000000000000000000000000000000000198d625b8c500",
1305
+ "logIndex": 0,
1306
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1307
+ },
1308
+ {
1309
+ "transactionIndex": 0,
1310
+ "blockNumber": 274381,
1311
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1312
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1313
+ "topics": [
1314
+ "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
1315
+ "0x000000000000000000000000f3e37ca248ff739b8d0bebcceae1eeb199223dba"
1316
+ ],
1317
+ "data": "0x",
1318
+ "logIndex": 1,
1319
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4",
1320
+ "args": [
1321
+ "0xF3e37ca248Ff739b8d0BebCcEAe1eeB199223dba"
1322
+ ],
1323
+ "event": "Upgraded",
1324
+ "eventSignature": "Upgraded(address)"
1325
+ },
1326
+ {
1327
+ "transactionIndex": 0,
1328
+ "blockNumber": 274381,
1329
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1330
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1331
+ "topics": [
1332
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
1333
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
1334
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1335
+ ],
1336
+ "data": "0x",
1337
+ "logIndex": 2,
1338
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1339
+ },
1340
+ {
1341
+ "transactionIndex": 0,
1342
+ "blockNumber": 274381,
1343
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1344
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1345
+ "topics": [
1346
+ "0xb10786d0bfa68fb1aa29552d9203e5f545f7c073ff0784da1de1d800986f1023"
1347
+ ],
1348
+ "data": "0x0000000000000000000000009ec2db700a3c3d35888acca134f3f860b4a0b41a0000000000000000000000000000000000000000000000000000000000000001",
1349
+ "logIndex": 3,
1350
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1351
+ },
1352
+ {
1353
+ "transactionIndex": 0,
1354
+ "blockNumber": 274381,
1355
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1356
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1357
+ "topics": [
1358
+ "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
1359
+ ],
1360
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
1361
+ "logIndex": 4,
1362
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1363
+ },
1364
+ {
1365
+ "transactionIndex": 0,
1366
+ "blockNumber": 274381,
1367
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1368
+ "address": "0x9EC2DB700a3c3D35888acCa134F3f860B4a0b41a",
1369
+ "topics": [
1370
+ "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
1371
+ ],
1372
+ "data": "0x000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000fba3c4698e99307496ce94d7fae2ed69169c85f7",
1373
+ "logIndex": 5,
1374
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4",
1375
+ "args": [
1376
+ "0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF",
1377
+ "0xfBa3c4698e99307496CE94D7FAe2ed69169c85f7"
1378
+ ],
1379
+ "event": "AdminChanged",
1380
+ "eventSignature": "AdminChanged(address,address)"
1381
+ },
1382
+ {
1383
+ "transactionIndex": 0,
1384
+ "blockNumber": 274381,
1385
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1386
+ "address": "0x0000000000000000000000000000000000008006",
1387
+ "topics": [
1388
+ "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
1389
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
1390
+ "0x0100015354c904f6ba1213c8014c56f4f9d36f53078337a1b563618a31e017f8",
1391
+ "0x0000000000000000000000009ec2db700a3c3d35888acca134f3f860b4a0b41a"
1392
+ ],
1393
+ "data": "0x",
1394
+ "logIndex": 6,
1395
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1396
+ },
1397
+ {
1398
+ "transactionIndex": 0,
1399
+ "blockNumber": 274381,
1400
+ "transactionHash": "0xfd31f1a5d113963839644d2a5bff076daa40df79487fc39662da3a2d23c66791",
1401
+ "address": "0x000000000000000000000000000000000000800A",
1402
+ "topics": [
1403
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1404
+ "0x0000000000000000000000000000000000000000000000000000000000008001",
1405
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
1406
+ ],
1407
+ "data": "0x0000000000000000000000000000000000000000000000000001078341a2a900",
1408
+ "logIndex": 7,
1409
+ "blockHash": "0x5f3f7ccb33742537a5462bb29081fb8df2e3c6309b32688d3e852f68e6bee2f4"
1410
+ }
1411
+ ]
1412
+ },
1413
+ "args": [
1414
+ "0xF3e37ca248Ff739b8d0BebCcEAe1eeB199223dba",
1415
+ "0xfBa3c4698e99307496CE94D7FAe2ed69169c85f7",
1416
+ "0x1794bb3c000000000000000000000000c6d12200b743a8f7e6b7228b8e920a71d94fa7fb000000000000000000000000cf1bd69072be053eb87528a6a5ac20aec54047550000000000000000000000000000000000000000000000000de0b6b3a7640000"
1417
+ ],
1418
+ "numDeployments": 1,
1419
+ "bytecode": "0x00040000000000020009000000000002000000000301001900000060033002700000012f04300197000300000041035500020000000103550000012f0030019d000100000000001f00000080010000390000004003000039000000000013043500000000010000310000000102200190000000710000c13d000000040210008c000001db0000413d000800000003001d0000000209000367000000000209043b000000e002200270000001420320009c000000c40000613d000001430320009c000000e60000613d000001440120009c0000016c0000613d000001450120009c0000018e0000613d000001460120009c000001db0000c13d0000000001000416000000000110004c000001ef0000c13d000000040100008a00000000011000310000013002000041000000200310008c000000000300001900000000030240190000013001100197000000000410004c000000000200a019000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d00000004030000390000000201300367000000000201043b000001310120009c000001ef0000213d000700000003001d000900000002001d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b0000000801000029000001db0000c13d0000000003010433000001490130009c000000bc0000213d000000200130003900000008020000290000000000120435000600000003001d00000000000304350000013401000041000000000010043900000009010000290000000702000029000000000012043904b703290000040f000000000110004c000002080000613d0000013501000041000800000001001d04b704b50000040f00000136011001970000000902000029000000000121019f000000080200002904b704b30000040f0000012f0100004100000000020004140000012f0320009c0000000001024019000000c00110021000000137011001c70000800d0200003900000002030000390000013804000041000000090500002904b704a40000040f00000001012001900000000902000029000001ef0000613d00000006030000290000000001030433000000000110004c0000006d0000613d04b704090000040f00000000030100190000000901000029000000060200002904b704200000040f00000000010000190000000002000019000000000300001904b703380000040f000800000003001d000900000001001d04b7034b0000040f00000009080000290000001f0280018f00000002030003670000000504800270000000000540004c000000830000613d000000000500001900000005065002100000000007610019000000000663034f000000000606043b00000000006704350000000105500039000000000645004b0000007b0000413d000000000520004c000000920000613d0000000504400210000000000343034f00000000044100190000000302200210000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f000000000024043500000130020000410000005f0380008c000000000300001900000000030220190000013004800197000000000540004c0000000002008019000001300440009c000000000203c019000000000220004c000001ef0000613d0000000007010433000001310270009c000001ef0000213d00000020021000390000000006020433000001310260009c000001ef0000213d00000040021000390000000002020433000001320320009c000001ef0000213d000000000881001900000000091200190000001f019000390000013002000041000000000381004b0000000003000019000000000302801900000130011001970000013004800197000000000541004b0000000002008019000000000141013f000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d0000000003090433000001330130009c000001dc0000413d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f0000000001000416000000000110004c000001ef0000c13d000000040100008a00000000011000310000013002000041000000000310004c000000000300001900000000030240190000013001100197000000000410004c000000000200a019000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b0000000802000029000001db0000c13d0000013e0100004104b704b50000040f000000080200002900000000030204330000013101100197000000000013043500000020020000390000000001030019000000000300001904b703380000040f000000040210008a0000013003000041000000400420008c000000000400001900000000040340190000013002200197000000000520004c000000000300a019000001300220009c00000000020400190000000002036019000000000220004c000001ef0000c13d0000000402900370000000000802043b000001310280009c000001ef0000213d0000002402900370000000000202043b000001320320009c000001ef0000213d00000023032000390000013004000041000000000513004b0000000005000019000000000504801900000130061001970000013003300197000000000763004b0000000004008019000000000363013f000001300330009c00000000030500190000000003046019000000000330004c000001ef0000c13d0000000403200039000000000339034f000000000403043b000001320340009c000001ef0000213d00000024032000390000000002340019000000000112004b000001ef0000213d000600000003001d000700000004001d000900000008001d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b000001db0000c13d00000007010000290000003f01100039000000200200008a000000000121016f04b703f20000040f00000007080000290000001f0280018f0000000000810435000500000001001d0000002001100039000000060300002900000002033003670000000504800270000000000540004c000001340000613d000000000500001900000005065002100000000007610019000000000663034f000000000606043b00000000006704350000000105500039000000000645004b0000012c0000413d000000000520004c0000000906000029000001440000613d0000000504400210000000000343034f00000000044100190000000302200210000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f000000000024043500000000018100190000000000010435000001340100004100000000001004390000000401000039000000000061043904b703290000040f000000000110004c000002080000613d0000013501000041000800000001001d04b704b50000040f00000136011001970000000902000029000000000121019f000000080200002904b704b30000040f0000012f0100004100000000020004140000012f0320009c0000000001024019000000c00110021000000137011001c70000800d0200003900000002030000390000013804000041000000090500002904b704a40000040f00000001012001900000000901000029000001ef0000613d04b704090000040f00000000030100190000000901000029000000050200002904b704200000040f00000000010000190000000002000019000000000300001904b703380000040f0000000001000416000000000110004c000001ef0000c13d000000040100008a00000000011000310000013002000041000000000310004c000000000300001900000000030240190000013001100197000000000410004c000000000200a019000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b0000000802000029000001db0000c13d000001350100004104b704b50000040f000000080200002900000000030204330000013101100197000000000013043500000020020000390000000001030019000000000300001904b703380000040f0000000001000416000000000110004c000001ef0000c13d000000040100008a00000000011000310000013002000041000000200310008c000000000300001900000000030240190000013001100197000000000410004c000000000200a019000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d00000004010000390000000201100367000000000201043b000001310120009c000001ef0000213d000900000002001d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b0000000802000029000001db0000c13d0000013e0100004104b704b50000040f00000008020000290000000002020433000000200320003900000009040000290000000000430435000700000001001d000001310110019700000000001204350000012f0100004100000000030004140000012f0430009c00000000030180190000012f0420009c00000000010240190000004001100210000000c002300210000000000112019f0000013f011001c70000800d020000390000000103000039000001400400004104b704a40000040f00000001012001900000000902000029000001ef0000613d000000000120004c000002630000c13d000000080100002900000000010104330000006402100039000001470300004100000000003204350000004402100039000001480300004100000000003204350000002402100039000000260300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000840200003904b703420000040f04b7036e0000040f0000003f01300039000000200200008a000300000002001d000000000121016f000400000006001d000700000007001d000900000003001d000600000008001d000500000009001d04b7034b0000040f0000000907000029000000070500002900000000007104350000000502000029000000200620003900000000026700190000000603000029000000000232004b000001f20000a13d0000000001000019000000000200001904b703420000040f000600000001001d00000020011000390000000002000019000000000372004b000001fd0000813d00000000031200190000000004620019000000000404043300000000004304350000002002200039000001f50000013d000500000001001d00000000017100190000000000010435000001340100004100000000001004390000000401000039000900000001001d000000000051043904b703290000040f000000000110004c0000021a0000c13d0000000801000029000000000101043300000064021000390000014a03000041000000000032043500000044021000390000014b03000041000000000032043500000024021000390000002d0300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000840200003904b703420000040f0000013501000041000100000001001d04b704b50000040f00000007020000290000013102200197000200000002001d0000013601100197000000000121019f000000010200002904b704b30000040f0000012f0100004100000000020004140000012f0320009c0000000001024019000000c00110021000000137011001c70000800d0200003900000002030000390000013804000041000000020500002904b704a40000040f0000000101200190000000040600002900000007070000290000000603000029000001ef0000613d0000000001030433000000000110004c0000026c0000c13d0000013e0100004104b704b50000040f00000008020000290000000002020433000700000001001d00000131011001970000000000120435000000040100002900000131031001970000002001200039000900000003001d00000000003104350000012f0100004100000000030004140000012f0430009c00000000030180190000012f0420009c00000000010240190000004001100210000000c002300210000000000112019f0000013f011001c70000800d020000390000000103000039000001400400004104b704a40000040f0000000101200190000001ef0000613d0000000902000029000000000120004c000001c90000613d00000007010000290000013601100197000000000121019f0000013e0200004104b704b30000040f000000200200003900000100010000390000000000210439000001200200003900000000000204390000004002000039000001410300004104b703380000040f00000007010000290000013601100197000000000121019f0000013e0200004104b704b30000040f00000000010000190000000002000019000000000300001904b703380000040f00000008010000290000000008010433000001390180009c000000bc0000213d00000060018000390000000802000029000000000012043500000040018000390000013a0200004100000000002104350000002701000039000000000018043500000020028000390000013b01000041000200000002001d000000000012043500000001090000390000000001000414000000040270008c0000028b0000613d00000000040304330000000002070019000000050300002900000000050000190000000006000019000600000008001d04b702f40000040f000000060800002900000007070000290000000406000029000000000901001900000060010000390000000103000031000000000230004c000002aa0000c13d0000000002010433000000000390004c000002d90000c13d000000000320004c000002f20000c13d00000008010000290000000004010433000900000004001d0000013d0100004100000000001404350000000401400039000000200200003900000000002104350000000003080433000800000003001d000000240140003900000000003104350000004402400039000000020100002904b703620000040f00000008010000290000001f011000390000000302000029000000000121016f0000004402100039000000090100002904b703420000040f000500000009001d000001320130009c000000bc0000213d000600000008001d0000003f013000390000000302000029000000000121016f000100000003001d04b7034b0000040f000000010200002900000000002104350000002002100039000000030300036700000001050000310000001f0450018f0000000505500270000000000650004c000002c50000613d000000000600001900000005076002100000000008720019000000000773034f000000000707043b00000000007804350000000106600039000000000756004b000002bd0000413d000000000640004c00000004060000290000000707000029000000060800002900000005090000290000028f0000613d0000000505500210000000000353034f00000000025200190000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000028f0000013d000000000120004c000002370000c13d000001340100004100000000001004390000000901000029000000000071043904b703290000040f0000000406000029000000000110004c000002370000c13d0000000801000029000000000101043300000044021000390000013c03000041000000000032043500000024021000390000001d0300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000640200003904b703420000040f000000200110003904b703420000040f0002000000000002000200000006001d000100000005001d0000012f050000410000012f0630009c000000000305801900000040033002100000012f0640009c00000000040580190000006004400210000000000334019f0000012f0410009c0000000001058019000000c001100210000000000113019f04b704ae0000040f000000010800002900000002040000290000001f0340018f0000000504400270000000000540004c000003130000613d000000000500001900000005065002100000000007680019000000000661034f000000000606043b00000000006704350000000105500039000000000645004b0000030b0000413d000000010220018f000000000530004c000003230000613d0000000504400210000000000541034f00000000044800190000000303300210000000000604043300000000063601cf000000000636022f000000000505043b0000010003300089000000000535022f00000000033501cf000000000363019f0000000000340435000300000001035500000060011002700001012f0010019d00000000010200190000000200000005000000000001042d0000012f0100004100000000020004140000012f0320009c0000000001024019000000c0011002100000014d011001c7000080020200003904b704a90000040f0000000102200190000003350000613d000000000101043b000000000001042d0000000001000019000000000200001904b703420000040f0000012f040000410000012f0510009c0000000001048019000000400110021000000000013100190000012f0320009c000000000204801900000060022002100000000001210019000004b80001042e0000012f030000410000012f0420009c00000000020380190000012f0410009c000000000103801900000040011002100000006002200210000000000112019f000004b9000104300000001f01100039000000200200008a000000000321016f000000400200003900000000010204330000000003310019000000000413004b00000000040000190000000104004039000001320530009c0000035a0000213d00000001044001900000035a0000c13d0000000000320435000000000001042d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f0000000004000019000000000534004b0000036b0000813d00000000052400190000000006140019000000000606043300000000006504350000002004400039000003630000013d00000000012300190000000000010435000000000001042d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b000003890000c13d0000004001000039000000000101043300000084021000390000014e03000041000000000032043500000064021000390000014f0300004100000000003204350000004402100039000001500300004100000000003204350000002402100039000000420300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000a40200003904b703420000040f000001350100004104b704b50000040f000000020300036700000000050000310000001f0450018f00000131021001970000000501500270000000000510004c0000039a0000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000003930000413d000000000540004c000003a80000613d00000003044002100000000501100210000000000501043300000000054501cf000000000545022f000000000313034f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003104350000000001000414000000040320008c000003c80000c13d000000030100036700000001020000310000001f0320018f0000000502200270000000000420004c000003b90000613d00000000040000190000000505400210000000000651034f000000000606043b00000000006504350000000104400039000000000524004b000003b20000413d000000000430004c000003ee0000613d00000003033002100000000502200210000000000402043300000000043401cf000000000434022f000000000121034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000141019f0000000000120435000003ee0000013d000000000400003100000000030000190000000005000019000000000600001904b702f40000040f000000030200036700000001030000310000001f0430018f0000000503300270000000000530004c000003db0000613d00000000050000190000000506500210000000000762034f000000000707043b00000000007604350000000105500039000000000635004b000003d40000413d000000000540004c000003e90000613d00000003044002100000000503300210000000000503043300000000054501cf000000000545022f000000000232034f000000000202043b0000010004400089000000000242022f00000000024201cf000000000252019f0000000000230435000000000110004c000003ee0000c13d0000000102000031000000000100001904b703420000040f00000001020000310000000001000019000000000300001904b703380000040f0000001f01100039000000200200008a000000000321016f000000400200003900000000010204330000000003310019000000000413004b00000000040000190000000104004039000001320530009c000004010000213d0000000104400190000004010000c13d0000000000320435000000000001042d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f00000040020000390000000001020433000001510310009c000004180000813d0000006003100039000000000032043500000040021000390000013a03000041000000000032043500000020021000390000013b03000041000000000032043500000027020000390000000000210435000000000001042d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f0004000000000002000300000003001d000000000301001900000001060000390000000001000414000400000003001d000000040330008c0000042f0000613d0000000004020433000000200320003900000004020000290000000005000019000000000600001904b702f40000040f000000000601001900000060010000390000000103000031000000000230004c0000045d0000613d000200000006001d000001330130009c000004840000813d0000003f01300039000000200200008a000000000121016f000100000003001d04b703f20000040f000000010200002900000000002104350000002002100039000000030300036700000001050000310000001f0450018f0000000505500270000000000650004c0000044d0000613d000000000600001900000005076002100000000008720019000000000773034f000000000707043b00000000007804350000000106600039000000000756004b000004450000413d000000000640004c00000002060000290000045d0000613d0000000505500210000000000353034f00000000025200190000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000000002010433000000000360004c0000046c0000613d000000000120004c0000046a0000c13d0000013401000041000000000010043900000004010000390000000402000029000000000021043904b703290000040f000000000110004c000004950000613d0000000400000005000000000001042d000000000320004c0000048c0000c13d000000400100003900000000010104330000013d020000410000000000210435000000040210003900000020030000390000000000320435000000030200002900000000020204330000002403100039000000000023043500000044031000390000000004000019000000000524004b0000048e0000813d0000000005340019000000200440003900000003060000290000000006640019000000000606043300000000006504350000047b0000013d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f000000200110003904b703420000040f000000000332001900000000000304350000001f02200039000000200300008a000000000232016f000000440220003904b703420000040f0000004001000039000000000101043300000044021000390000013c03000041000000000032043500000024021000390000001d0300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000640200003904b703420000040f000004a7002104210000000102000039000000000001042d0000000002000019000000000001042d000004ac002104230000000102000039000000000001042d0000000002000019000000000001042d000004b1002104250000000102000039000000000001042d0000000002000019000000000001042d000000000012041b000000000001042d000000000101041a000000000001042d000004b700000432000004b80001042e000004b9000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff00000000000000000000000000000000000000000000000100000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b000000000000000000000000000000000000000000000000ffffffffffffff9f206661696c656400000000000000000000000000000000000000000000000000416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000008c379a000000000000000000000000000000000000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f851a440000000000000000000000000000000000000000000000000000000004f1ef286000000000000000000000000000000000000000000000000000000005c60da1b000000000000000000000000000000000000000000000000000000008f283970000000000000000000000000000000000000000000000000000000003659cfe66464726573730000000000000000000000000000000000000000000000000000455243313936373a206e65772061646d696e20697320746865207a65726f2061000000000000000000000000000000000000000000000000ffffffffffffffdf6f74206120636f6e747261637400000000000000000000000000000000000000455243313936373a206e657720696d706c656d656e746174696f6e206973206e4e487b710000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000240000000000000000000000006574000000000000000000000000000000000000000000000000000000000000696e2063616e6e6f742066616c6c6261636b20746f2070726f787920746172675472616e73706172656e745570677261646561626c6550726f78793a2061646d000000000000000000000000000000000000000000000000ffffffffffffffa00000000000000000000000000000000000000000000000000000000000000000",
1420
+ "deployedBytecode": "0x00040000000000020009000000000002000000000301001900000060033002700000012f04300197000300000041035500020000000103550000012f0030019d000100000000001f00000080010000390000004003000039000000000013043500000000010000310000000102200190000000710000c13d000000040210008c000001db0000413d000800000003001d0000000209000367000000000209043b000000e002200270000001420320009c000000c40000613d000001430320009c000000e60000613d000001440120009c0000016c0000613d000001450120009c0000018e0000613d000001460120009c000001db0000c13d0000000001000416000000000110004c000001ef0000c13d000000040100008a00000000011000310000013002000041000000200310008c000000000300001900000000030240190000013001100197000000000410004c000000000200a019000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d00000004030000390000000201300367000000000201043b000001310120009c000001ef0000213d000700000003001d000900000002001d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b0000000801000029000001db0000c13d0000000003010433000001490130009c000000bc0000213d000000200130003900000008020000290000000000120435000600000003001d00000000000304350000013401000041000000000010043900000009010000290000000702000029000000000012043904b703290000040f000000000110004c000002080000613d0000013501000041000800000001001d04b704b50000040f00000136011001970000000902000029000000000121019f000000080200002904b704b30000040f0000012f0100004100000000020004140000012f0320009c0000000001024019000000c00110021000000137011001c70000800d0200003900000002030000390000013804000041000000090500002904b704a40000040f00000001012001900000000902000029000001ef0000613d00000006030000290000000001030433000000000110004c0000006d0000613d04b704090000040f00000000030100190000000901000029000000060200002904b704200000040f00000000010000190000000002000019000000000300001904b703380000040f000800000003001d000900000001001d04b7034b0000040f00000009080000290000001f0280018f00000002030003670000000504800270000000000540004c000000830000613d000000000500001900000005065002100000000007610019000000000663034f000000000606043b00000000006704350000000105500039000000000645004b0000007b0000413d000000000520004c000000920000613d0000000504400210000000000343034f00000000044100190000000302200210000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f000000000024043500000130020000410000005f0380008c000000000300001900000000030220190000013004800197000000000540004c0000000002008019000001300440009c000000000203c019000000000220004c000001ef0000613d0000000007010433000001310270009c000001ef0000213d00000020021000390000000006020433000001310260009c000001ef0000213d00000040021000390000000002020433000001320320009c000001ef0000213d000000000881001900000000091200190000001f019000390000013002000041000000000381004b0000000003000019000000000302801900000130011001970000013004800197000000000541004b0000000002008019000000000141013f000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d0000000003090433000001330130009c000001dc0000413d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f0000000001000416000000000110004c000001ef0000c13d000000040100008a00000000011000310000013002000041000000000310004c000000000300001900000000030240190000013001100197000000000410004c000000000200a019000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b0000000802000029000001db0000c13d0000013e0100004104b704b50000040f000000080200002900000000030204330000013101100197000000000013043500000020020000390000000001030019000000000300001904b703380000040f000000040210008a0000013003000041000000400420008c000000000400001900000000040340190000013002200197000000000520004c000000000300a019000001300220009c00000000020400190000000002036019000000000220004c000001ef0000c13d0000000402900370000000000802043b000001310280009c000001ef0000213d0000002402900370000000000202043b000001320320009c000001ef0000213d00000023032000390000013004000041000000000513004b0000000005000019000000000504801900000130061001970000013003300197000000000763004b0000000004008019000000000363013f000001300330009c00000000030500190000000003046019000000000330004c000001ef0000c13d0000000403200039000000000339034f000000000403043b000001320340009c000001ef0000213d00000024032000390000000002340019000000000112004b000001ef0000213d000600000003001d000700000004001d000900000008001d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b000001db0000c13d00000007010000290000003f01100039000000200200008a000000000121016f04b703f20000040f00000007080000290000001f0280018f0000000000810435000500000001001d0000002001100039000000060300002900000002033003670000000504800270000000000540004c000001340000613d000000000500001900000005065002100000000007610019000000000663034f000000000606043b00000000006704350000000105500039000000000645004b0000012c0000413d000000000520004c0000000906000029000001440000613d0000000504400210000000000343034f00000000044100190000000302200210000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f000000000024043500000000018100190000000000010435000001340100004100000000001004390000000401000039000000000061043904b703290000040f000000000110004c000002080000613d0000013501000041000800000001001d04b704b50000040f00000136011001970000000902000029000000000121019f000000080200002904b704b30000040f0000012f0100004100000000020004140000012f0320009c0000000001024019000000c00110021000000137011001c70000800d0200003900000002030000390000013804000041000000090500002904b704a40000040f00000001012001900000000901000029000001ef0000613d04b704090000040f00000000030100190000000901000029000000050200002904b704200000040f00000000010000190000000002000019000000000300001904b703380000040f0000000001000416000000000110004c000001ef0000c13d000000040100008a00000000011000310000013002000041000000000310004c000000000300001900000000030240190000013001100197000000000410004c000000000200a019000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b0000000802000029000001db0000c13d000001350100004104b704b50000040f000000080200002900000000030204330000013101100197000000000013043500000020020000390000000001030019000000000300001904b703380000040f0000000001000416000000000110004c000001ef0000c13d000000040100008a00000000011000310000013002000041000000200310008c000000000300001900000000030240190000013001100197000000000410004c000000000200a019000001300110009c00000000010300190000000001026019000000000110004c000001ef0000c13d00000004010000390000000201100367000000000201043b000001310120009c000001ef0000213d000900000002001d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b0000000802000029000001db0000c13d0000013e0100004104b704b50000040f00000008020000290000000002020433000000200320003900000009040000290000000000430435000700000001001d000001310110019700000000001204350000012f0100004100000000030004140000012f0430009c00000000030180190000012f0420009c00000000010240190000004001100210000000c002300210000000000112019f0000013f011001c70000800d020000390000000103000039000001400400004104b704a40000040f00000001012001900000000902000029000001ef0000613d000000000120004c000002630000c13d000000080100002900000000010104330000006402100039000001470300004100000000003204350000004402100039000001480300004100000000003204350000002402100039000000260300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000840200003904b703420000040f04b7036e0000040f0000003f01300039000000200200008a000300000002001d000000000121016f000400000006001d000700000007001d000900000003001d000600000008001d000500000009001d04b7034b0000040f0000000907000029000000070500002900000000007104350000000502000029000000200620003900000000026700190000000603000029000000000232004b000001f20000a13d0000000001000019000000000200001904b703420000040f000600000001001d00000020011000390000000002000019000000000372004b000001fd0000813d00000000031200190000000004620019000000000404043300000000004304350000002002200039000001f50000013d000500000001001d00000000017100190000000000010435000001340100004100000000001004390000000401000039000900000001001d000000000051043904b703290000040f000000000110004c0000021a0000c13d0000000801000029000000000101043300000064021000390000014a03000041000000000032043500000044021000390000014b03000041000000000032043500000024021000390000002d0300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000840200003904b703420000040f0000013501000041000100000001001d04b704b50000040f00000007020000290000013102200197000200000002001d0000013601100197000000000121019f000000010200002904b704b30000040f0000012f0100004100000000020004140000012f0320009c0000000001024019000000c00110021000000137011001c70000800d0200003900000002030000390000013804000041000000020500002904b704a40000040f0000000101200190000000040600002900000007070000290000000603000029000001ef0000613d0000000001030433000000000110004c0000026c0000c13d0000013e0100004104b704b50000040f00000008020000290000000002020433000700000001001d00000131011001970000000000120435000000040100002900000131031001970000002001200039000900000003001d00000000003104350000012f0100004100000000030004140000012f0430009c00000000030180190000012f0420009c00000000010240190000004001100210000000c002300210000000000112019f0000013f011001c70000800d020000390000000103000039000001400400004104b704a40000040f0000000101200190000001ef0000613d0000000902000029000000000120004c000001c90000613d00000007010000290000013601100197000000000121019f0000013e0200004104b704b30000040f000000200200003900000100010000390000000000210439000001200200003900000000000204390000004002000039000001410300004104b703380000040f00000007010000290000013601100197000000000121019f0000013e0200004104b704b30000040f00000000010000190000000002000019000000000300001904b703380000040f00000008010000290000000008010433000001390180009c000000bc0000213d00000060018000390000000802000029000000000012043500000040018000390000013a0200004100000000002104350000002701000039000000000018043500000020028000390000013b01000041000200000002001d000000000012043500000001090000390000000001000414000000040270008c0000028b0000613d00000000040304330000000002070019000000050300002900000000050000190000000006000019000600000008001d04b702f40000040f000000060800002900000007070000290000000406000029000000000901001900000060010000390000000103000031000000000230004c000002aa0000c13d0000000002010433000000000390004c000002d90000c13d000000000320004c000002f20000c13d00000008010000290000000004010433000900000004001d0000013d0100004100000000001404350000000401400039000000200200003900000000002104350000000003080433000800000003001d000000240140003900000000003104350000004402400039000000020100002904b703620000040f00000008010000290000001f011000390000000302000029000000000121016f0000004402100039000000090100002904b703420000040f000500000009001d000001320130009c000000bc0000213d000600000008001d0000003f013000390000000302000029000000000121016f000100000003001d04b7034b0000040f000000010200002900000000002104350000002002100039000000030300036700000001050000310000001f0450018f0000000505500270000000000650004c000002c50000613d000000000600001900000005076002100000000008720019000000000773034f000000000707043b00000000007804350000000106600039000000000756004b000002bd0000413d000000000640004c00000004060000290000000707000029000000060800002900000005090000290000028f0000613d0000000505500210000000000353034f00000000025200190000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000028f0000013d000000000120004c000002370000c13d000001340100004100000000001004390000000901000029000000000071043904b703290000040f0000000406000029000000000110004c000002370000c13d0000000801000029000000000101043300000044021000390000013c03000041000000000032043500000024021000390000001d0300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000640200003904b703420000040f000000200110003904b703420000040f0002000000000002000200000006001d000100000005001d0000012f050000410000012f0630009c000000000305801900000040033002100000012f0640009c00000000040580190000006004400210000000000334019f0000012f0410009c0000000001058019000000c001100210000000000113019f04b704ae0000040f000000010800002900000002040000290000001f0340018f0000000504400270000000000540004c000003130000613d000000000500001900000005065002100000000007680019000000000661034f000000000606043b00000000006704350000000105500039000000000645004b0000030b0000413d000000010220018f000000000530004c000003230000613d0000000504400210000000000541034f00000000044800190000000303300210000000000604043300000000063601cf000000000636022f000000000505043b0000010003300089000000000535022f00000000033501cf000000000363019f0000000000340435000300000001035500000060011002700001012f0010019d00000000010200190000000200000005000000000001042d0000012f0100004100000000020004140000012f0320009c0000000001024019000000c0011002100000014d011001c7000080020200003904b704a90000040f0000000102200190000003350000613d000000000101043b000000000001042d0000000001000019000000000200001904b703420000040f0000012f040000410000012f0510009c0000000001048019000000400110021000000000013100190000012f0320009c000000000204801900000060022002100000000001210019000004b80001042e0000012f030000410000012f0420009c00000000020380190000012f0410009c000000000103801900000040011002100000006002200210000000000112019f000004b9000104300000001f01100039000000200200008a000000000321016f000000400200003900000000010204330000000003310019000000000413004b00000000040000190000000104004039000001320530009c0000035a0000213d00000001044001900000035a0000c13d0000000000320435000000000001042d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f0000000004000019000000000534004b0000036b0000813d00000000052400190000000006140019000000000606043300000000006504350000002004400039000003630000013d00000000012300190000000000010435000000000001042d0000013e0100004104b704b50000040f00000131011001970000000002000411000000000112004b000003890000c13d0000004001000039000000000101043300000084021000390000014e03000041000000000032043500000064021000390000014f0300004100000000003204350000004402100039000001500300004100000000003204350000002402100039000000420300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000a40200003904b703420000040f000001350100004104b704b50000040f000000020300036700000000050000310000001f0450018f00000131021001970000000501500270000000000510004c0000039a0000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000003930000413d000000000540004c000003a80000613d00000003044002100000000501100210000000000501043300000000054501cf000000000545022f000000000313034f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003104350000000001000414000000040320008c000003c80000c13d000000030100036700000001020000310000001f0320018f0000000502200270000000000420004c000003b90000613d00000000040000190000000505400210000000000651034f000000000606043b00000000006504350000000104400039000000000524004b000003b20000413d000000000430004c000003ee0000613d00000003033002100000000502200210000000000402043300000000043401cf000000000434022f000000000121034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000141019f0000000000120435000003ee0000013d000000000400003100000000030000190000000005000019000000000600001904b702f40000040f000000030200036700000001030000310000001f0430018f0000000503300270000000000530004c000003db0000613d00000000050000190000000506500210000000000762034f000000000707043b00000000007604350000000105500039000000000635004b000003d40000413d000000000540004c000003e90000613d00000003044002100000000503300210000000000503043300000000054501cf000000000545022f000000000232034f000000000202043b0000010004400089000000000242022f00000000024201cf000000000252019f0000000000230435000000000110004c000003ee0000c13d0000000102000031000000000100001904b703420000040f00000001020000310000000001000019000000000300001904b703380000040f0000001f01100039000000200200008a000000000321016f000000400200003900000000010204330000000003310019000000000413004b00000000040000190000000104004039000001320530009c000004010000213d0000000104400190000004010000c13d0000000000320435000000000001042d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f00000040020000390000000001020433000001510310009c000004180000813d0000006003100039000000000032043500000040021000390000013a03000041000000000032043500000020021000390000013b03000041000000000032043500000027020000390000000000210435000000000001042d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f0004000000000002000300000003001d000000000301001900000001060000390000000001000414000400000003001d000000040330008c0000042f0000613d0000000004020433000000200320003900000004020000290000000005000019000000000600001904b702f40000040f000000000601001900000060010000390000000103000031000000000230004c0000045d0000613d000200000006001d000001330130009c000004840000813d0000003f01300039000000200200008a000000000121016f000100000003001d04b703f20000040f000000010200002900000000002104350000002002100039000000030300036700000001050000310000001f0450018f0000000505500270000000000650004c0000044d0000613d000000000600001900000005076002100000000008720019000000000773034f000000000707043b00000000007804350000000106600039000000000756004b000004450000413d000000000640004c00000002060000290000045d0000613d0000000505500210000000000353034f00000000025200190000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000000002010433000000000360004c0000046c0000613d000000000120004c0000046a0000c13d0000013401000041000000000010043900000004010000390000000402000029000000000021043904b703290000040f000000000110004c000004950000613d0000000400000005000000000001042d000000000320004c0000048c0000c13d000000400100003900000000010104330000013d020000410000000000210435000000040210003900000020030000390000000000320435000000030200002900000000020204330000002403100039000000000023043500000044031000390000000004000019000000000524004b0000048e0000813d0000000005340019000000200440003900000003060000290000000006640019000000000606043300000000006504350000047b0000013d0000014c0100004100000000001004350000004101000039000000040200003900000000001204350000002402000039000000000100001904b703420000040f000000200110003904b703420000040f000000000332001900000000000304350000001f02200039000000200300008a000000000232016f000000440220003904b703420000040f0000004001000039000000000101043300000044021000390000013c03000041000000000032043500000024021000390000001d0300003900000000003204350000013d020000410000000000210435000000040210003900000020030000390000000000320435000000640200003904b703420000040f000004a7002104210000000102000039000000000001042d0000000002000019000000000001042d000004ac002104230000000102000039000000000001042d0000000002000019000000000001042d000004b1002104250000000102000039000000000001042d0000000002000019000000000001042d000000000012041b000000000001042d000000000101041a000000000001042d000004b700000432000004b80001042e000004b9000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff00000000000000000000000000000000000000000000000100000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b000000000000000000000000000000000000000000000000ffffffffffffff9f206661696c656400000000000000000000000000000000000000000000000000416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000008c379a000000000000000000000000000000000000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f851a440000000000000000000000000000000000000000000000000000000004f1ef286000000000000000000000000000000000000000000000000000000005c60da1b000000000000000000000000000000000000000000000000000000008f283970000000000000000000000000000000000000000000000000000000003659cfe66464726573730000000000000000000000000000000000000000000000000000455243313936373a206e65772061646d696e20697320746865207a65726f2061000000000000000000000000000000000000000000000000ffffffffffffffdf6f74206120636f6e747261637400000000000000000000000000000000000000455243313936373a206e657720696d706c656d656e746174696f6e206973206e4e487b710000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000240000000000000000000000006574000000000000000000000000000000000000000000000000000000000000696e2063616e6e6f742066616c6c6261636b20746f2070726f787920746172675472616e73706172656e745570677261646561626c6550726f78793a2061646d000000000000000000000000000000000000000000000000ffffffffffffffa00000000000000000000000000000000000000000000000000000000000000000",
1421
+ "implementation": "0xF3e37ca248Ff739b8d0BebCcEAe1eeB199223dba",
1422
+ "execute": {
1423
+ "methodName": "initialize",
1424
+ "args": [
1425
+ "0xC6d12200b743A8F7e6b7228B8E920A71d94FA7Fb",
1426
+ "0xcf1Bd69072Be053eb87528A6a5ac20AeC5404755",
1427
+ "1000000000000000000"
1428
+ ]
1429
+ }
1430
+ }