@layerzerolabs/lz-evm-sdk-v2 2.1.20 → 2.1.22

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 (88) hide show
  1. package/artifacts/contracts/EndpointV2.sol/EndpointV2.json +2 -2
  2. package/artifacts/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2 -2
  3. package/artifacts/contracts/EndpointV2View.sol/EndpointV2View.json +2 -2
  4. package/artifacts/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +2 -2
  5. package/artifacts/contracts/libs/AddressCast.sol/AddressCast.json +2 -2
  6. package/artifacts/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +2 -2
  7. package/artifacts/contracts/libs/Errors.sol/Errors.json +2 -2
  8. package/artifacts/contracts/libs/GUID.sol/GUID.json +2 -2
  9. package/artifacts/contracts/libs/Transfer.sol/Transfer.json +2 -2
  10. package/artifacts/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +2 -2
  11. package/artifacts/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +2 -2
  12. package/artifacts/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +2 -2
  13. package/artifacts/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +2 -2
  14. package/artifacts/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +2 -2
  15. package/artifacts/contracts/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +2 -2
  16. package/deployments/hedera-testnet/DVN.json +1929 -0
  17. package/deployments/hedera-testnet/DVNFeeLib.json +398 -0
  18. package/deployments/hedera-testnet/DefaultProxyAdmin.json +258 -0
  19. package/deployments/hedera-testnet/EndpointV2.json +2946 -0
  20. package/deployments/hedera-testnet/EndpointV2View.json +429 -0
  21. package/deployments/hedera-testnet/EndpointV2View_Implementation.json +313 -0
  22. package/deployments/hedera-testnet/EndpointV2View_Proxy.json +230 -0
  23. package/deployments/hedera-testnet/Executor.json +1532 -0
  24. package/deployments/hedera-testnet/ExecutorFeeLib.json +423 -0
  25. package/deployments/hedera-testnet/ExecutorProxyAdmin.json +283 -0
  26. package/deployments/hedera-testnet/Executor_Implementation.json +1591 -0
  27. package/deployments/hedera-testnet/Executor_Proxy.json +365 -0
  28. package/deployments/hedera-testnet/LzExecutor.json +757 -0
  29. package/deployments/hedera-testnet/LzExecutor_Implementation.json +703 -0
  30. package/deployments/hedera-testnet/LzExecutor_Proxy.json +244 -0
  31. package/deployments/hedera-testnet/ReceiveUln301.json +1292 -0
  32. package/deployments/hedera-testnet/ReceiveUln301View.json +354 -0
  33. package/deployments/hedera-testnet/ReceiveUln301View_Implementation.json +231 -0
  34. package/deployments/hedera-testnet/ReceiveUln301View_Proxy.json +230 -0
  35. package/deployments/hedera-testnet/ReceiveUln302.json +1006 -0
  36. package/deployments/hedera-testnet/ReceiveUln302View.json +478 -0
  37. package/deployments/hedera-testnet/ReceiveUln302View_Implementation.json +384 -0
  38. package/deployments/hedera-testnet/ReceiveUln302View_Proxy.json +230 -0
  39. package/deployments/hedera-testnet/SendUln301.json +1569 -0
  40. package/deployments/hedera-testnet/SendUln302.json +1527 -0
  41. package/deployments/hedera-testnet/Treasury.json +412 -0
  42. package/deployments/hedera-testnet/TreasuryFeeHandler.json +125 -0
  43. package/deployments/merlin-testnet/DVN.json +1929 -0
  44. package/deployments/merlin-testnet/DVNFeeLib.json +398 -0
  45. package/deployments/merlin-testnet/DefaultProxyAdmin.json +258 -0
  46. package/deployments/merlin-testnet/EndpointV2.json +3001 -0
  47. package/deployments/merlin-testnet/EndpointV2View.json +435 -0
  48. package/deployments/merlin-testnet/EndpointV2View_Implementation.json +313 -0
  49. package/deployments/merlin-testnet/EndpointV2View_Proxy.json +230 -0
  50. package/deployments/merlin-testnet/Executor.json +1532 -0
  51. package/deployments/merlin-testnet/ExecutorFeeLib.json +423 -0
  52. package/deployments/merlin-testnet/ExecutorProxyAdmin.json +283 -0
  53. package/deployments/merlin-testnet/Executor_Implementation.json +1591 -0
  54. package/deployments/merlin-testnet/Executor_Proxy.json +365 -0
  55. package/deployments/merlin-testnet/LzExecutor.json +757 -0
  56. package/deployments/merlin-testnet/LzExecutor_Implementation.json +703 -0
  57. package/deployments/merlin-testnet/LzExecutor_Proxy.json +244 -0
  58. package/deployments/merlin-testnet/PriceFeed.json +934 -0
  59. package/deployments/merlin-testnet/PriceFeedProxyAdmin.json +283 -0
  60. package/deployments/merlin-testnet/PriceFeed_Implementation.json +976 -0
  61. package/deployments/merlin-testnet/PriceFeed_Proxy.json +244 -0
  62. package/deployments/merlin-testnet/ReceiveUln301.json +1292 -0
  63. package/deployments/merlin-testnet/ReceiveUln301View.json +354 -0
  64. package/deployments/merlin-testnet/ReceiveUln301View_Implementation.json +231 -0
  65. package/deployments/merlin-testnet/ReceiveUln301View_Proxy.json +230 -0
  66. package/deployments/merlin-testnet/ReceiveUln302.json +1006 -0
  67. package/deployments/merlin-testnet/ReceiveUln302View.json +478 -0
  68. package/deployments/merlin-testnet/ReceiveUln302View_Implementation.json +384 -0
  69. package/deployments/merlin-testnet/ReceiveUln302View_Proxy.json +230 -0
  70. package/deployments/merlin-testnet/SendUln301.json +1569 -0
  71. package/deployments/merlin-testnet/SendUln302.json +1527 -0
  72. package/deployments/merlin-testnet/Treasury.json +412 -0
  73. package/deployments/merlin-testnet/TreasuryFeeHandler.json +125 -0
  74. package/dist/{index-VXKdRwxd.d.mts → index-QJVkaD-8.d.mts} +11 -11
  75. package/dist/{index-VXKdRwxd.d.ts → index-QJVkaD-8.d.ts} +11 -11
  76. package/dist/index.browser.cjs +11 -11
  77. package/dist/index.browser.cjs.map +1 -1
  78. package/dist/index.browser.d.mts +1 -1
  79. package/dist/index.browser.d.ts +1 -1
  80. package/dist/index.browser.mjs +11 -11
  81. package/dist/index.browser.mjs.map +1 -1
  82. package/dist/index.cjs +11 -11
  83. package/dist/index.cjs.map +1 -1
  84. package/dist/index.d.mts +1 -1
  85. package/dist/index.d.ts +1 -1
  86. package/dist/index.mjs +11 -11
  87. package/dist/index.mjs.map +1 -1
  88. package/package.json +9 -9
@@ -0,0 +1,934 @@
1
+ {
2
+ "address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
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": "uint256",
118
+ "name": "provided",
119
+ "type": "uint256"
120
+ },
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "required",
124
+ "type": "uint256"
125
+ }
126
+ ],
127
+ "name": "LZ_PriceFeed_InsufficientFee",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [
132
+ {
133
+ "internalType": "uint32",
134
+ "name": "l2Eid",
135
+ "type": "uint32"
136
+ }
137
+ ],
138
+ "name": "LZ_PriceFeed_NotAnOPStack",
139
+ "type": "error"
140
+ },
141
+ {
142
+ "inputs": [],
143
+ "name": "LZ_PriceFeed_OnlyPriceUpdater",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [
148
+ {
149
+ "internalType": "address",
150
+ "name": "_to",
151
+ "type": "address"
152
+ },
153
+ {
154
+ "internalType": "uint256",
155
+ "name": "_value",
156
+ "type": "uint256"
157
+ }
158
+ ],
159
+ "name": "Transfer_NativeFailed",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "Transfer_ToAddressIsZero",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "anonymous": false,
169
+ "inputs": [
170
+ {
171
+ "indexed": false,
172
+ "internalType": "uint8",
173
+ "name": "version",
174
+ "type": "uint8"
175
+ }
176
+ ],
177
+ "name": "Initialized",
178
+ "type": "event"
179
+ },
180
+ {
181
+ "anonymous": false,
182
+ "inputs": [
183
+ {
184
+ "indexed": true,
185
+ "internalType": "address",
186
+ "name": "previousOwner",
187
+ "type": "address"
188
+ },
189
+ {
190
+ "indexed": true,
191
+ "internalType": "address",
192
+ "name": "newOwner",
193
+ "type": "address"
194
+ }
195
+ ],
196
+ "name": "OwnershipTransferred",
197
+ "type": "event"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "ARBITRUM_COMPRESSION_PERCENT",
202
+ "outputs": [
203
+ {
204
+ "internalType": "uint128",
205
+ "name": "",
206
+ "type": "uint128"
207
+ }
208
+ ],
209
+ "stateMutability": "view",
210
+ "type": "function"
211
+ },
212
+ {
213
+ "inputs": [],
214
+ "name": "arbitrumPriceExt",
215
+ "outputs": [
216
+ {
217
+ "components": [
218
+ {
219
+ "internalType": "uint64",
220
+ "name": "gasPerL2Tx",
221
+ "type": "uint64"
222
+ },
223
+ {
224
+ "internalType": "uint32",
225
+ "name": "gasPerL1CallDataByte",
226
+ "type": "uint32"
227
+ }
228
+ ],
229
+ "internalType": "struct ILayerZeroPriceFeed.ArbitrumPriceExt",
230
+ "name": "",
231
+ "type": "tuple"
232
+ }
233
+ ],
234
+ "stateMutability": "view",
235
+ "type": "function"
236
+ },
237
+ {
238
+ "inputs": [
239
+ {
240
+ "internalType": "uint32",
241
+ "name": "",
242
+ "type": "uint32"
243
+ }
244
+ ],
245
+ "name": "eidToModelType",
246
+ "outputs": [
247
+ {
248
+ "internalType": "enum ModelType",
249
+ "name": "",
250
+ "type": "uint8"
251
+ }
252
+ ],
253
+ "stateMutability": "view",
254
+ "type": "function"
255
+ },
256
+ {
257
+ "inputs": [],
258
+ "name": "endpoint",
259
+ "outputs": [
260
+ {
261
+ "internalType": "contract ILayerZeroEndpointV2",
262
+ "name": "",
263
+ "type": "address"
264
+ }
265
+ ],
266
+ "stateMutability": "view",
267
+ "type": "function"
268
+ },
269
+ {
270
+ "inputs": [
271
+ {
272
+ "internalType": "uint16",
273
+ "name": "_dstEid",
274
+ "type": "uint16"
275
+ },
276
+ {
277
+ "internalType": "uint256",
278
+ "name": "_callDataSize",
279
+ "type": "uint256"
280
+ },
281
+ {
282
+ "internalType": "uint256",
283
+ "name": "_gas",
284
+ "type": "uint256"
285
+ }
286
+ ],
287
+ "name": "estimateFeeByChain",
288
+ "outputs": [
289
+ {
290
+ "internalType": "uint256",
291
+ "name": "fee",
292
+ "type": "uint256"
293
+ },
294
+ {
295
+ "internalType": "uint128",
296
+ "name": "priceRatio",
297
+ "type": "uint128"
298
+ }
299
+ ],
300
+ "stateMutability": "view",
301
+ "type": "function"
302
+ },
303
+ {
304
+ "inputs": [
305
+ {
306
+ "internalType": "uint32",
307
+ "name": "_dstEid",
308
+ "type": "uint32"
309
+ },
310
+ {
311
+ "internalType": "uint256",
312
+ "name": "_callDataSize",
313
+ "type": "uint256"
314
+ },
315
+ {
316
+ "internalType": "uint256",
317
+ "name": "_gas",
318
+ "type": "uint256"
319
+ }
320
+ ],
321
+ "name": "estimateFeeByEid",
322
+ "outputs": [
323
+ {
324
+ "internalType": "uint256",
325
+ "name": "",
326
+ "type": "uint256"
327
+ },
328
+ {
329
+ "internalType": "uint128",
330
+ "name": "",
331
+ "type": "uint128"
332
+ },
333
+ {
334
+ "internalType": "uint128",
335
+ "name": "",
336
+ "type": "uint128"
337
+ },
338
+ {
339
+ "internalType": "uint128",
340
+ "name": "",
341
+ "type": "uint128"
342
+ }
343
+ ],
344
+ "stateMutability": "view",
345
+ "type": "function"
346
+ },
347
+ {
348
+ "inputs": [
349
+ {
350
+ "internalType": "uint32",
351
+ "name": "_dstEid",
352
+ "type": "uint32"
353
+ },
354
+ {
355
+ "internalType": "uint256",
356
+ "name": "_callDataSize",
357
+ "type": "uint256"
358
+ },
359
+ {
360
+ "internalType": "uint256",
361
+ "name": "_gas",
362
+ "type": "uint256"
363
+ }
364
+ ],
365
+ "name": "estimateFeeOnSend",
366
+ "outputs": [
367
+ {
368
+ "internalType": "uint256",
369
+ "name": "",
370
+ "type": "uint256"
371
+ },
372
+ {
373
+ "internalType": "uint128",
374
+ "name": "",
375
+ "type": "uint128"
376
+ },
377
+ {
378
+ "internalType": "uint128",
379
+ "name": "",
380
+ "type": "uint128"
381
+ },
382
+ {
383
+ "internalType": "uint128",
384
+ "name": "",
385
+ "type": "uint128"
386
+ }
387
+ ],
388
+ "stateMutability": "payable",
389
+ "type": "function"
390
+ },
391
+ {
392
+ "inputs": [
393
+ {
394
+ "internalType": "uint32",
395
+ "name": "",
396
+ "type": "uint32"
397
+ },
398
+ {
399
+ "internalType": "uint256",
400
+ "name": "",
401
+ "type": "uint256"
402
+ },
403
+ {
404
+ "internalType": "uint256",
405
+ "name": "",
406
+ "type": "uint256"
407
+ }
408
+ ],
409
+ "name": "getFee",
410
+ "outputs": [
411
+ {
412
+ "internalType": "uint256",
413
+ "name": "",
414
+ "type": "uint256"
415
+ }
416
+ ],
417
+ "stateMutability": "pure",
418
+ "type": "function"
419
+ },
420
+ {
421
+ "inputs": [
422
+ {
423
+ "internalType": "uint32",
424
+ "name": "_dstEid",
425
+ "type": "uint32"
426
+ }
427
+ ],
428
+ "name": "getPrice",
429
+ "outputs": [
430
+ {
431
+ "components": [
432
+ {
433
+ "internalType": "uint128",
434
+ "name": "priceRatio",
435
+ "type": "uint128"
436
+ },
437
+ {
438
+ "internalType": "uint64",
439
+ "name": "gasPriceInUnit",
440
+ "type": "uint64"
441
+ },
442
+ {
443
+ "internalType": "uint32",
444
+ "name": "gasPerByte",
445
+ "type": "uint32"
446
+ }
447
+ ],
448
+ "internalType": "struct ILayerZeroPriceFeed.Price",
449
+ "name": "price",
450
+ "type": "tuple"
451
+ }
452
+ ],
453
+ "stateMutability": "view",
454
+ "type": "function"
455
+ },
456
+ {
457
+ "inputs": [
458
+ {
459
+ "internalType": "uint16",
460
+ "name": "_dstEid",
461
+ "type": "uint16"
462
+ }
463
+ ],
464
+ "name": "getPrice",
465
+ "outputs": [
466
+ {
467
+ "components": [
468
+ {
469
+ "internalType": "uint128",
470
+ "name": "priceRatio",
471
+ "type": "uint128"
472
+ },
473
+ {
474
+ "internalType": "uint64",
475
+ "name": "gasPriceInUnit",
476
+ "type": "uint64"
477
+ },
478
+ {
479
+ "internalType": "uint32",
480
+ "name": "gasPerByte",
481
+ "type": "uint32"
482
+ }
483
+ ],
484
+ "internalType": "struct ILayerZeroPriceFeed.Price",
485
+ "name": "price",
486
+ "type": "tuple"
487
+ }
488
+ ],
489
+ "stateMutability": "view",
490
+ "type": "function"
491
+ },
492
+ {
493
+ "inputs": [],
494
+ "name": "getPriceRatioDenominator",
495
+ "outputs": [
496
+ {
497
+ "internalType": "uint128",
498
+ "name": "",
499
+ "type": "uint128"
500
+ }
501
+ ],
502
+ "stateMutability": "view",
503
+ "type": "function"
504
+ },
505
+ {
506
+ "inputs": [
507
+ {
508
+ "internalType": "address",
509
+ "name": "_priceUpdater",
510
+ "type": "address"
511
+ }
512
+ ],
513
+ "name": "initialize",
514
+ "outputs": [],
515
+ "stateMutability": "nonpayable",
516
+ "type": "function"
517
+ },
518
+ {
519
+ "inputs": [],
520
+ "name": "nativeTokenPriceUSD",
521
+ "outputs": [
522
+ {
523
+ "internalType": "uint128",
524
+ "name": "",
525
+ "type": "uint128"
526
+ }
527
+ ],
528
+ "stateMutability": "view",
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
+ {
547
+ "internalType": "address",
548
+ "name": "updater",
549
+ "type": "address"
550
+ }
551
+ ],
552
+ "name": "priceUpdater",
553
+ "outputs": [
554
+ {
555
+ "internalType": "bool",
556
+ "name": "active",
557
+ "type": "bool"
558
+ }
559
+ ],
560
+ "stateMutability": "view",
561
+ "type": "function"
562
+ },
563
+ {
564
+ "inputs": [],
565
+ "name": "renounceOwnership",
566
+ "outputs": [],
567
+ "stateMutability": "nonpayable",
568
+ "type": "function"
569
+ },
570
+ {
571
+ "inputs": [
572
+ {
573
+ "internalType": "uint128",
574
+ "name": "_compressionPercent",
575
+ "type": "uint128"
576
+ }
577
+ ],
578
+ "name": "setArbitrumCompressionPercent",
579
+ "outputs": [],
580
+ "stateMutability": "nonpayable",
581
+ "type": "function"
582
+ },
583
+ {
584
+ "inputs": [
585
+ {
586
+ "components": [
587
+ {
588
+ "internalType": "uint32",
589
+ "name": "dstEid",
590
+ "type": "uint32"
591
+ },
592
+ {
593
+ "internalType": "enum ModelType",
594
+ "name": "modelType",
595
+ "type": "uint8"
596
+ }
597
+ ],
598
+ "internalType": "struct SetEidToModelTypeParam[]",
599
+ "name": "_params",
600
+ "type": "tuple[]"
601
+ }
602
+ ],
603
+ "name": "setEidToModelType",
604
+ "outputs": [],
605
+ "stateMutability": "nonpayable",
606
+ "type": "function"
607
+ },
608
+ {
609
+ "inputs": [
610
+ {
611
+ "internalType": "address",
612
+ "name": "_endpoint",
613
+ "type": "address"
614
+ }
615
+ ],
616
+ "name": "setEndpoint",
617
+ "outputs": [],
618
+ "stateMutability": "nonpayable",
619
+ "type": "function"
620
+ },
621
+ {
622
+ "inputs": [
623
+ {
624
+ "internalType": "uint128",
625
+ "name": "_nativeTokenPriceUSD",
626
+ "type": "uint128"
627
+ }
628
+ ],
629
+ "name": "setNativeTokenPriceUSD",
630
+ "outputs": [],
631
+ "stateMutability": "nonpayable",
632
+ "type": "function"
633
+ },
634
+ {
635
+ "inputs": [
636
+ {
637
+ "components": [
638
+ {
639
+ "internalType": "uint32",
640
+ "name": "eid",
641
+ "type": "uint32"
642
+ },
643
+ {
644
+ "components": [
645
+ {
646
+ "internalType": "uint128",
647
+ "name": "priceRatio",
648
+ "type": "uint128"
649
+ },
650
+ {
651
+ "internalType": "uint64",
652
+ "name": "gasPriceInUnit",
653
+ "type": "uint64"
654
+ },
655
+ {
656
+ "internalType": "uint32",
657
+ "name": "gasPerByte",
658
+ "type": "uint32"
659
+ }
660
+ ],
661
+ "internalType": "struct ILayerZeroPriceFeed.Price",
662
+ "name": "price",
663
+ "type": "tuple"
664
+ }
665
+ ],
666
+ "internalType": "struct ILayerZeroPriceFeed.UpdatePrice[]",
667
+ "name": "_price",
668
+ "type": "tuple[]"
669
+ }
670
+ ],
671
+ "name": "setPrice",
672
+ "outputs": [],
673
+ "stateMutability": "nonpayable",
674
+ "type": "function"
675
+ },
676
+ {
677
+ "inputs": [
678
+ {
679
+ "components": [
680
+ {
681
+ "internalType": "uint32",
682
+ "name": "eid",
683
+ "type": "uint32"
684
+ },
685
+ {
686
+ "components": [
687
+ {
688
+ "internalType": "uint128",
689
+ "name": "priceRatio",
690
+ "type": "uint128"
691
+ },
692
+ {
693
+ "internalType": "uint64",
694
+ "name": "gasPriceInUnit",
695
+ "type": "uint64"
696
+ },
697
+ {
698
+ "internalType": "uint32",
699
+ "name": "gasPerByte",
700
+ "type": "uint32"
701
+ }
702
+ ],
703
+ "internalType": "struct ILayerZeroPriceFeed.Price",
704
+ "name": "price",
705
+ "type": "tuple"
706
+ },
707
+ {
708
+ "components": [
709
+ {
710
+ "internalType": "uint64",
711
+ "name": "gasPerL2Tx",
712
+ "type": "uint64"
713
+ },
714
+ {
715
+ "internalType": "uint32",
716
+ "name": "gasPerL1CallDataByte",
717
+ "type": "uint32"
718
+ }
719
+ ],
720
+ "internalType": "struct ILayerZeroPriceFeed.ArbitrumPriceExt",
721
+ "name": "extend",
722
+ "type": "tuple"
723
+ }
724
+ ],
725
+ "internalType": "struct ILayerZeroPriceFeed.UpdatePriceExt",
726
+ "name": "_update",
727
+ "type": "tuple"
728
+ }
729
+ ],
730
+ "name": "setPriceForArbitrum",
731
+ "outputs": [],
732
+ "stateMutability": "nonpayable",
733
+ "type": "function"
734
+ },
735
+ {
736
+ "inputs": [
737
+ {
738
+ "internalType": "uint128",
739
+ "name": "_denominator",
740
+ "type": "uint128"
741
+ }
742
+ ],
743
+ "name": "setPriceRatioDenominator",
744
+ "outputs": [],
745
+ "stateMutability": "nonpayable",
746
+ "type": "function"
747
+ },
748
+ {
749
+ "inputs": [
750
+ {
751
+ "internalType": "address",
752
+ "name": "_addr",
753
+ "type": "address"
754
+ },
755
+ {
756
+ "internalType": "bool",
757
+ "name": "_active",
758
+ "type": "bool"
759
+ }
760
+ ],
761
+ "name": "setPriceUpdater",
762
+ "outputs": [],
763
+ "stateMutability": "nonpayable",
764
+ "type": "function"
765
+ },
766
+ {
767
+ "inputs": [
768
+ {
769
+ "internalType": "address",
770
+ "name": "newOwner",
771
+ "type": "address"
772
+ }
773
+ ],
774
+ "name": "transferOwnership",
775
+ "outputs": [],
776
+ "stateMutability": "nonpayable",
777
+ "type": "function"
778
+ },
779
+ {
780
+ "inputs": [
781
+ {
782
+ "internalType": "address",
783
+ "name": "_to",
784
+ "type": "address"
785
+ },
786
+ {
787
+ "internalType": "uint256",
788
+ "name": "_amount",
789
+ "type": "uint256"
790
+ }
791
+ ],
792
+ "name": "withdrawFee",
793
+ "outputs": [],
794
+ "stateMutability": "nonpayable",
795
+ "type": "function"
796
+ },
797
+ {
798
+ "inputs": [
799
+ {
800
+ "internalType": "address",
801
+ "name": "_logic",
802
+ "type": "address"
803
+ },
804
+ {
805
+ "internalType": "address",
806
+ "name": "admin_",
807
+ "type": "address"
808
+ },
809
+ {
810
+ "internalType": "bytes",
811
+ "name": "_data",
812
+ "type": "bytes"
813
+ }
814
+ ],
815
+ "stateMutability": "payable",
816
+ "type": "constructor"
817
+ }
818
+ ],
819
+ "transactionHash": "0xd5a0235e5fa3f3eea81df1570489cc2795b7dc4f265486b8af833939be7adf96",
820
+ "receipt": {
821
+ "to": null,
822
+ "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
823
+ "contractAddress": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
824
+ "transactionIndex": 0,
825
+ "gasUsed": "738566",
826
+ "logsBloom": "0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000002000001001000000000000000000000000000020000030000000000000000000800000000800000000000000000000000400000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000002000000000020000000000000000000040000000000000400000000002000000020000000000000000000000000002000010000000000000000000000000000000000",
827
+ "blockHash": "0x6630b638f5bbb265c00df87ed6517af4a32519d3ef424008807512e9bd85127a",
828
+ "transactionHash": "0xd5a0235e5fa3f3eea81df1570489cc2795b7dc4f265486b8af833939be7adf96",
829
+ "logs": [
830
+ {
831
+ "transactionIndex": 0,
832
+ "blockNumber": 3600652,
833
+ "transactionHash": "0xd5a0235e5fa3f3eea81df1570489cc2795b7dc4f265486b8af833939be7adf96",
834
+ "address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
835
+ "topics": [
836
+ "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
837
+ "0x0000000000000000000000006ab5ae6822647046626e83ee6db8187151e1d5ab"
838
+ ],
839
+ "data": "0x",
840
+ "logIndex": 0,
841
+ "blockHash": "0x6630b638f5bbb265c00df87ed6517af4a32519d3ef424008807512e9bd85127a"
842
+ },
843
+ {
844
+ "transactionIndex": 0,
845
+ "blockNumber": 3600652,
846
+ "transactionHash": "0xd5a0235e5fa3f3eea81df1570489cc2795b7dc4f265486b8af833939be7adf96",
847
+ "address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
848
+ "topics": [
849
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
850
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
851
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
852
+ ],
853
+ "data": "0x",
854
+ "logIndex": 1,
855
+ "blockHash": "0x6630b638f5bbb265c00df87ed6517af4a32519d3ef424008807512e9bd85127a"
856
+ },
857
+ {
858
+ "transactionIndex": 0,
859
+ "blockNumber": 3600652,
860
+ "transactionHash": "0xd5a0235e5fa3f3eea81df1570489cc2795b7dc4f265486b8af833939be7adf96",
861
+ "address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
862
+ "topics": [
863
+ "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
864
+ ],
865
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
866
+ "logIndex": 2,
867
+ "blockHash": "0x6630b638f5bbb265c00df87ed6517af4a32519d3ef424008807512e9bd85127a"
868
+ },
869
+ {
870
+ "transactionIndex": 0,
871
+ "blockNumber": 3600652,
872
+ "transactionHash": "0xd5a0235e5fa3f3eea81df1570489cc2795b7dc4f265486b8af833939be7adf96",
873
+ "address": "0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
874
+ "topics": [
875
+ "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
876
+ ],
877
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ae92d5ad7583ad66e49a0c67bad18f6ba52dddc1",
878
+ "logIndex": 3,
879
+ "blockHash": "0x6630b638f5bbb265c00df87ed6517af4a32519d3ef424008807512e9bd85127a"
880
+ }
881
+ ],
882
+ "blockNumber": 3600652,
883
+ "cumulativeGasUsed": "738566",
884
+ "status": 1,
885
+ "byzantium": true
886
+ },
887
+ "args": [
888
+ "0x6aB5Ae6822647046626e83ee6dB8187151E1d5ab",
889
+ "0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1",
890
+ "0xc4d66de8000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a"
891
+ ],
892
+ "numDeployments": 1,
893
+ "solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
894
+ "bytecode": "0x60a060405260405162000f5f38038062000f5f83398101604081905262000026916200044a565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd6200052a565b60008051602062000f188339815191521462000075576200007562000550565b62000083828260006200013c565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61046200052a565b60008051602062000ef883398151915214620000d357620000d362000550565b6001600160a01b038216608081905260008051602062000ef88339815191528381556040805160008152602081019390935290917f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f910160405180910390a150505050620005b9565b620001478362000179565b600082511180620001555750805b156200017457620001728383620001bb60201b620002a91760201c565b505b505050565b6200018481620001ea565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e3838360405180606001604052806027815260200162000f3860279139620002b2565b9392505050565b62000200816200039860201b620002d51760201c565b620002685760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b806200029160008051602062000f1883398151915260001b620003a760201b620002411760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606001600160a01b0384163b6200031c5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200025f565b600080856001600160a01b03168560405162000339919062000566565b600060405180830381855af49150503d806000811462000376576040519150601f19603f3d011682016040523d82523d6000602084013e6200037b565b606091505b5090925090506200038e828286620003aa565b9695505050505050565b6001600160a01b03163b151590565b90565b60608315620003bb575081620001e3565b825115620003cc5782518084602001fd5b8160405162461bcd60e51b81526004016200025f919062000584565b80516001600160a01b03811681146200040057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620004385781810151838201526020016200041e565b83811115620001725750506000910152565b6000806000606084860312156200046057600080fd5b6200046b84620003e8565b92506200047b60208501620003e8565b60408501519092506001600160401b03808211156200049957600080fd5b818601915086601f830112620004ae57600080fd5b815181811115620004c357620004c362000405565b604051601f8201601f19908116603f01168101908382118183101715620004ee57620004ee62000405565b816040528281528960208487010111156200050857600080fd5b6200051b8360208301602088016200041b565b80955050505050509250925092565b6000828210156200054b57634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b600082516200057a8184602087016200041b565b9190910192915050565b6020815260008251806020840152620005a58160408501602087016200041b565b601f01601f19169190910160400192915050565b608051610900620005f86000396000818161011201528181610176015281816102060152818161025e01528181610287015261030901526109006000f3fe6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef2861461007a5780635c60da1b1461008d578063f851a440146100cb57610052565b36610052576100506100e0565b005b6100506100e0565b34801561006657600080fd5b5061005061007536600461076c565b6100fa565b610050610088366004610787565b61015e565b34801561009957600080fd5b506100a26101ec565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d757600080fd5b506100a2610244565b6100e86102f1565b6100f86100f36103e2565b610422565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101565761015381604051806020016040528060008152506000610446565b50565b6101536100e0565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101e4576101df8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610446915050565b505050565b6101df6100e0565b60003373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610239576102346103e2565b905090565b6102416100e0565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561023957507f000000000000000000000000000000000000000000000000000000000000000090565b60606102ce83836040518060600160405280602781526020016108a460279139610471565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156100f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102347f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e808015610441573d6000f35b3d6000fd5b61044f83610599565b60008251118061045c5750805b156101df5761046b83836102a9565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e7472616374000000000000000000000000000000000000000000000000000060648201526084016103d9565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161053f9190610836565b600060405180830381855af49150503d806000811461057a576040519150601f19603f3d011682016040523d82523d6000602084013e61057f565b606091505b509150915061058f8282866105e6565b9695505050505050565b6105a281610639565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606083156105f55750816102ce565b8251156106055782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d99190610852565b73ffffffffffffffffffffffffffffffffffffffff81163b6106dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e74726163740000000000000000000000000000000000000060648201526084016103d9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b803573ffffffffffffffffffffffffffffffffffffffff8116811461076757600080fd5b919050565b60006020828403121561077e57600080fd5b6102ce82610743565b60008060006040848603121561079c57600080fd5b6107a584610743565b9250602084013567ffffffffffffffff808211156107c257600080fd5b818601915086601f8301126107d657600080fd5b8135818111156107e557600080fd5b8760208285010111156107f757600080fd5b6020830194508093505050509250925092565b60005b8381101561082557818101518382015260200161080d565b8381111561046b5750506000910152565b6000825161084881846020870161080a565b9190910192915050565b602081526000825180602084015261087181604085016020870161080a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206f70214c51cdd41c05ba0ffeb72b309ca3c8be178fd6e73c12162330799984f364736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
895
+ "deployedBytecode": "0x6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef2861461007a5780635c60da1b1461008d578063f851a440146100cb57610052565b36610052576100506100e0565b005b6100506100e0565b34801561006657600080fd5b5061005061007536600461076c565b6100fa565b610050610088366004610787565b61015e565b34801561009957600080fd5b506100a26101ec565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b3480156100d757600080fd5b506100a2610244565b6100e86102f1565b6100f86100f36103e2565b610422565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101565761015381604051806020016040528060008152506000610446565b50565b6101536100e0565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101e4576101df8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610446915050565b505050565b6101df6100e0565b60003373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610239576102346103e2565b905090565b6102416100e0565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561023957507f000000000000000000000000000000000000000000000000000000000000000090565b60606102ce83836040518060600160405280602781526020016108a460279139610471565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156100f8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102347f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e808015610441573d6000f35b3d6000fd5b61044f83610599565b60008251118061045c5750805b156101df5761046b83836102a9565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610517576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e7472616374000000000000000000000000000000000000000000000000000060648201526084016103d9565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161053f9190610836565b600060405180830381855af49150503d806000811461057a576040519150601f19603f3d011682016040523d82523d6000602084013e61057f565b606091505b509150915061058f8282866105e6565b9695505050505050565b6105a281610639565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b606083156105f55750816102ce565b8251156106055782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103d99190610852565b73ffffffffffffffffffffffffffffffffffffffff81163b6106dd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e74726163740000000000000000000000000000000000000060648201526084016103d9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b803573ffffffffffffffffffffffffffffffffffffffff8116811461076757600080fd5b919050565b60006020828403121561077e57600080fd5b6102ce82610743565b60008060006040848603121561079c57600080fd5b6107a584610743565b9250602084013567ffffffffffffffff808211156107c257600080fd5b818601915086601f8301126107d657600080fd5b8135818111156107e557600080fd5b8760208285010111156107f757600080fd5b6020830194508093505050509250925092565b60005b8381101561082557818101518382015260200161080d565b8381111561046b5750506000910152565b6000825161084881846020870161080a565b9190910192915050565b602081526000825180602084015261087181604085016020870161080a565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206f70214c51cdd41c05ba0ffeb72b309ca3c8be178fd6e73c12162330799984f364736f6c634300080a0033",
896
+ "execute": {
897
+ "methodName": "initialize",
898
+ "args": [
899
+ "0xF5E8A439C599205C1aB06b535DE46681Aed1007a"
900
+ ]
901
+ },
902
+ "implementation": "0x6aB5Ae6822647046626e83ee6dB8187151E1d5ab",
903
+ "devdoc": {
904
+ "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.",
905
+ "kind": "dev",
906
+ "methods": {
907
+ "admin()": {
908
+ "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`"
909
+ },
910
+ "constructor": {
911
+ "details": "Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."
912
+ },
913
+ "implementation()": {
914
+ "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`"
915
+ },
916
+ "upgradeTo(address)": {
917
+ "details": "Upgrade the implementation of the proxy. NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}."
918
+ },
919
+ "upgradeToAndCall(address,bytes)": {
920
+ "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}."
921
+ }
922
+ },
923
+ "version": 1
924
+ },
925
+ "userdoc": {
926
+ "kind": "user",
927
+ "methods": {},
928
+ "version": 1
929
+ },
930
+ "storageLayout": {
931
+ "storage": [],
932
+ "types": null
933
+ }
934
+ }