@pyratzlabs/react-fhevm-utils 3.4.6 → 3.4.7

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.
@@ -1,19 +1,7 @@
1
1
  export declare const encryptedABI: readonly [{
2
2
  readonly inputs: readonly [];
3
- readonly name: "AccessControlBadConfirmation";
4
- readonly type: "error";
5
- }, {
6
- readonly inputs: readonly [{
7
- readonly internalType: "address";
8
- readonly name: "account";
9
- readonly type: "address";
10
- }, {
11
- readonly internalType: "bytes32";
12
- readonly name: "neededRole";
13
- readonly type: "bytes32";
14
- }];
15
- readonly name: "AccessControlUnauthorizedAccount";
16
- readonly type: "error";
3
+ readonly stateMutability: "nonpayable";
4
+ readonly type: "constructor";
17
5
  }, {
18
6
  readonly inputs: readonly [{
19
7
  readonly internalType: "address";
@@ -22,6 +10,10 @@ export declare const encryptedABI: readonly [{
22
10
  }];
23
11
  readonly name: "AddressEmptyCode";
24
12
  readonly type: "error";
13
+ }, {
14
+ readonly inputs: readonly [];
15
+ readonly name: "CannotReceiveEthForTokenWrap";
16
+ readonly type: "error";
25
17
  }, {
26
18
  readonly inputs: readonly [{
27
19
  readonly internalType: "address";
@@ -34,70 +26,6 @@ export declare const encryptedABI: readonly [{
34
26
  readonly inputs: readonly [];
35
27
  readonly name: "ERC1967NonPayable";
36
28
  readonly type: "error";
37
- }, {
38
- readonly inputs: readonly [{
39
- readonly internalType: "address";
40
- readonly name: "spender";
41
- readonly type: "address";
42
- }, {
43
- readonly internalType: "uint256";
44
- readonly name: "allowance";
45
- readonly type: "uint256";
46
- }, {
47
- readonly internalType: "uint256";
48
- readonly name: "needed";
49
- readonly type: "uint256";
50
- }];
51
- readonly name: "ERC20InsufficientAllowance";
52
- readonly type: "error";
53
- }, {
54
- readonly inputs: readonly [{
55
- readonly internalType: "address";
56
- readonly name: "sender";
57
- readonly type: "address";
58
- }, {
59
- readonly internalType: "uint256";
60
- readonly name: "balance";
61
- readonly type: "uint256";
62
- }, {
63
- readonly internalType: "uint256";
64
- readonly name: "needed";
65
- readonly type: "uint256";
66
- }];
67
- readonly name: "ERC20InsufficientBalance";
68
- readonly type: "error";
69
- }, {
70
- readonly inputs: readonly [{
71
- readonly internalType: "address";
72
- readonly name: "approver";
73
- readonly type: "address";
74
- }];
75
- readonly name: "ERC20InvalidApprover";
76
- readonly type: "error";
77
- }, {
78
- readonly inputs: readonly [{
79
- readonly internalType: "address";
80
- readonly name: "receiver";
81
- readonly type: "address";
82
- }];
83
- readonly name: "ERC20InvalidReceiver";
84
- readonly type: "error";
85
- }, {
86
- readonly inputs: readonly [{
87
- readonly internalType: "address";
88
- readonly name: "sender";
89
- readonly type: "address";
90
- }];
91
- readonly name: "ERC20InvalidSender";
92
- readonly type: "error";
93
- }, {
94
- readonly inputs: readonly [{
95
- readonly internalType: "address";
96
- readonly name: "spender";
97
- readonly type: "address";
98
- }];
99
- readonly name: "ERC20InvalidSpender";
100
- readonly type: "error";
101
29
  }, {
102
30
  readonly inputs: readonly [{
103
31
  readonly internalType: "uint256";
@@ -130,6 +58,10 @@ export declare const encryptedABI: readonly [{
130
58
  }];
131
59
  readonly name: "ERC7984InvalidSender";
132
60
  readonly type: "error";
61
+ }, {
62
+ readonly inputs: readonly [];
63
+ readonly name: "ERC7984TotalSupplyOverflow";
64
+ readonly type: "error";
133
65
  }, {
134
66
  readonly inputs: readonly [{
135
67
  readonly internalType: "address";
@@ -172,39 +104,75 @@ export declare const encryptedABI: readonly [{
172
104
  readonly type: "error";
173
105
  }, {
174
106
  readonly inputs: readonly [];
175
- readonly name: "ETHTransferFailed";
107
+ readonly name: "EthFeeTransferFailed";
176
108
  readonly type: "error";
177
109
  }, {
178
110
  readonly inputs: readonly [];
179
- readonly name: "FHESenderNotAllowed";
111
+ readonly name: "FailedCall";
180
112
  readonly type: "error";
181
113
  }, {
182
114
  readonly inputs: readonly [];
183
- readonly name: "FailedCall";
115
+ readonly name: "IncorrectEthAmount";
184
116
  readonly type: "error";
185
117
  }, {
186
118
  readonly inputs: readonly [];
187
- readonly name: "HandlesAlreadySavedForRequestID";
119
+ readonly name: "InvalidInitialization";
188
120
  readonly type: "error";
189
121
  }, {
190
122
  readonly inputs: readonly [];
191
- readonly name: "IncorrectETHFeeAmount";
123
+ readonly name: "InvalidKMSSignatures";
192
124
  readonly type: "error";
193
125
  }, {
194
- readonly inputs: readonly [];
195
- readonly name: "InvalidInitialization";
126
+ readonly inputs: readonly [{
127
+ readonly internalType: "euint64";
128
+ readonly name: "amount";
129
+ readonly type: "bytes32";
130
+ }];
131
+ readonly name: "InvalidUnwrapRequest";
196
132
  readonly type: "error";
197
133
  }, {
198
134
  readonly inputs: readonly [];
199
- readonly name: "InvalidKMSSignatures";
135
+ readonly name: "NotInitializing";
200
136
  readonly type: "error";
201
137
  }, {
202
- readonly inputs: readonly [];
203
- readonly name: "NoHandleFoundForRequestID";
138
+ readonly inputs: readonly [{
139
+ readonly internalType: "address";
140
+ readonly name: "owner";
141
+ readonly type: "address";
142
+ }];
143
+ readonly name: "OwnableInvalidOwner";
144
+ readonly type: "error";
145
+ }, {
146
+ readonly inputs: readonly [{
147
+ readonly internalType: "address";
148
+ readonly name: "account";
149
+ readonly type: "address";
150
+ }];
151
+ readonly name: "OwnableUnauthorizedAccount";
204
152
  readonly type: "error";
205
153
  }, {
206
154
  readonly inputs: readonly [];
207
- readonly name: "NotInitializing";
155
+ readonly name: "ReentrancyGuardReentrantCall";
156
+ readonly type: "error";
157
+ }, {
158
+ readonly inputs: readonly [{
159
+ readonly internalType: "uint8";
160
+ readonly name: "bits";
161
+ readonly type: "uint8";
162
+ }, {
163
+ readonly internalType: "uint256";
164
+ readonly name: "value";
165
+ readonly type: "uint256";
166
+ }];
167
+ readonly name: "SafeCastOverflowedUintDowncast";
168
+ readonly type: "error";
169
+ }, {
170
+ readonly inputs: readonly [{
171
+ readonly internalType: "address";
172
+ readonly name: "token";
173
+ readonly type: "address";
174
+ }];
175
+ readonly name: "SafeERC20FailedOperation";
208
176
  readonly type: "error";
209
177
  }, {
210
178
  readonly inputs: readonly [{
@@ -214,6 +182,18 @@ export declare const encryptedABI: readonly [{
214
182
  }];
215
183
  readonly name: "SanctionedAddress";
216
184
  readonly type: "error";
185
+ }, {
186
+ readonly inputs: readonly [{
187
+ readonly internalType: "bytes32";
188
+ readonly name: "handle";
189
+ readonly type: "bytes32";
190
+ }, {
191
+ readonly internalType: "address";
192
+ readonly name: "sender";
193
+ readonly type: "address";
194
+ }];
195
+ readonly name: "SenderNotAllowedToUseHandle";
196
+ readonly type: "error";
217
197
  }, {
218
198
  readonly inputs: readonly [];
219
199
  readonly name: "UUPSUnauthorizedCallContext";
@@ -226,6 +206,49 @@ export declare const encryptedABI: readonly [{
226
206
  }];
227
207
  readonly name: "UUPSUnsupportedProxiableUUID";
228
208
  readonly type: "error";
209
+ }, {
210
+ readonly inputs: readonly [{
211
+ readonly internalType: "euint64";
212
+ readonly name: "burntAmount";
213
+ readonly type: "bytes32";
214
+ }, {
215
+ readonly internalType: "address";
216
+ readonly name: "caller";
217
+ readonly type: "address";
218
+ }, {
219
+ readonly internalType: "address";
220
+ readonly name: "unwrapInitiator";
221
+ readonly type: "address";
222
+ }];
223
+ readonly name: "UnauthorizedFinalizeUnwrapCaller";
224
+ readonly type: "error";
225
+ }, {
226
+ readonly inputs: readonly [];
227
+ readonly name: "WrapperBalanceExceedsMaxSupply";
228
+ readonly type: "error";
229
+ }, {
230
+ readonly inputs: readonly [];
231
+ readonly name: "ZamaProtocolUnsupported";
232
+ readonly type: "error";
233
+ }, {
234
+ readonly inputs: readonly [];
235
+ readonly name: "ZeroAddressDeploymentCoordinator";
236
+ readonly type: "error";
237
+ }, {
238
+ readonly anonymous: false;
239
+ readonly inputs: readonly [{
240
+ readonly indexed: true;
241
+ readonly internalType: "euint64";
242
+ readonly name: "encryptedAmount";
243
+ readonly type: "bytes32";
244
+ }, {
245
+ readonly indexed: true;
246
+ readonly internalType: "address";
247
+ readonly name: "requester";
248
+ readonly type: "address";
249
+ }];
250
+ readonly name: "AmountDiscloseRequested";
251
+ readonly type: "event";
229
252
  }, {
230
253
  readonly anonymous: false;
231
254
  readonly inputs: readonly [{
@@ -246,7 +269,7 @@ export declare const encryptedABI: readonly [{
246
269
  readonly inputs: readonly [{
247
270
  readonly indexed: true;
248
271
  readonly internalType: "address";
249
- readonly name: "to";
272
+ readonly name: "from";
250
273
  readonly type: "address";
251
274
  }, {
252
275
  readonly indexed: false;
@@ -285,11 +308,21 @@ export declare const encryptedABI: readonly [{
285
308
  readonly anonymous: false;
286
309
  readonly inputs: readonly [{
287
310
  readonly indexed: true;
288
- readonly internalType: "uint256";
289
- readonly name: "requestID";
290
- readonly type: "uint256";
311
+ readonly internalType: "address";
312
+ readonly name: "holder";
313
+ readonly type: "address";
314
+ }, {
315
+ readonly indexed: true;
316
+ readonly internalType: "address";
317
+ readonly name: "operator";
318
+ readonly type: "address";
319
+ }, {
320
+ readonly indexed: false;
321
+ readonly internalType: "uint48";
322
+ readonly name: "until";
323
+ readonly type: "uint48";
291
324
  }];
292
- readonly name: "DecryptionFulfilled";
325
+ readonly name: "FinalizeUnwrapOperatorSet";
293
326
  readonly type: "event";
294
327
  }, {
295
328
  readonly anonymous: false;
@@ -318,11 +351,6 @@ export declare const encryptedABI: readonly [{
318
351
  readonly internalType: "uint256";
319
352
  readonly name: "txId";
320
353
  readonly type: "uint256";
321
- }, {
322
- readonly indexed: false;
323
- readonly internalType: "bool";
324
- readonly name: "isFee";
325
- readonly type: "bool";
326
354
  }];
327
355
  readonly name: "MintInfo";
328
356
  readonly type: "event";
@@ -350,81 +378,61 @@ export declare const encryptedABI: readonly [{
350
378
  readonly anonymous: false;
351
379
  readonly inputs: readonly [{
352
380
  readonly indexed: true;
353
- readonly internalType: "bytes32";
354
- readonly name: "role";
355
- readonly type: "bytes32";
356
- }, {
357
- readonly indexed: true;
358
- readonly internalType: "bytes32";
359
- readonly name: "previousAdminRole";
360
- readonly type: "bytes32";
381
+ readonly internalType: "address";
382
+ readonly name: "previousOwner";
383
+ readonly type: "address";
361
384
  }, {
362
385
  readonly indexed: true;
363
- readonly internalType: "bytes32";
364
- readonly name: "newAdminRole";
365
- readonly type: "bytes32";
386
+ readonly internalType: "address";
387
+ readonly name: "newOwner";
388
+ readonly type: "address";
366
389
  }];
367
- readonly name: "RoleAdminChanged";
390
+ readonly name: "OwnershipTransferStarted";
368
391
  readonly type: "event";
369
392
  }, {
370
393
  readonly anonymous: false;
371
394
  readonly inputs: readonly [{
372
- readonly indexed: true;
373
- readonly internalType: "bytes32";
374
- readonly name: "role";
375
- readonly type: "bytes32";
376
- }, {
377
395
  readonly indexed: true;
378
396
  readonly internalType: "address";
379
- readonly name: "account";
397
+ readonly name: "previousOwner";
380
398
  readonly type: "address";
381
399
  }, {
382
400
  readonly indexed: true;
383
401
  readonly internalType: "address";
384
- readonly name: "sender";
402
+ readonly name: "newOwner";
385
403
  readonly type: "address";
386
404
  }];
387
- readonly name: "RoleGranted";
405
+ readonly name: "OwnershipTransferred";
388
406
  readonly type: "event";
389
407
  }, {
390
408
  readonly anonymous: false;
391
409
  readonly inputs: readonly [{
392
- readonly indexed: true;
393
- readonly internalType: "bytes32";
394
- readonly name: "role";
395
- readonly type: "bytes32";
396
- }, {
397
- readonly indexed: true;
398
- readonly internalType: "address";
399
- readonly name: "account";
400
- readonly type: "address";
410
+ readonly indexed: false;
411
+ readonly internalType: "bytes32[]";
412
+ readonly name: "handlesList";
413
+ readonly type: "bytes32[]";
401
414
  }, {
402
- readonly indexed: true;
403
- readonly internalType: "address";
404
- readonly name: "sender";
405
- readonly type: "address";
415
+ readonly indexed: false;
416
+ readonly internalType: "bytes";
417
+ readonly name: "abiEncodedCleartexts";
418
+ readonly type: "bytes";
406
419
  }];
407
- readonly name: "RoleRevoked";
420
+ readonly name: "PublicDecryptionVerified";
408
421
  readonly type: "event";
409
422
  }, {
410
423
  readonly anonymous: false;
411
424
  readonly inputs: readonly [{
412
425
  readonly indexed: true;
413
426
  readonly internalType: "address";
414
- readonly name: "from";
427
+ readonly name: "oldRegulator";
415
428
  readonly type: "address";
416
429
  }, {
417
430
  readonly indexed: true;
418
431
  readonly internalType: "address";
419
- readonly name: "to";
432
+ readonly name: "newRegulator";
420
433
  readonly type: "address";
421
- }, {
422
- readonly indexed: false;
423
- readonly internalType: "uint64";
424
- readonly name: "transferId";
425
- readonly type: "uint64";
426
434
  }];
427
- readonly name: "Transfer";
435
+ readonly name: "TokenRegulatorUpdated";
428
436
  readonly type: "event";
429
437
  }, {
430
438
  readonly anonymous: false;
@@ -438,30 +446,25 @@ export declare const encryptedABI: readonly [{
438
446
  readonly internalType: "address";
439
447
  readonly name: "to";
440
448
  readonly type: "address";
449
+ }, {
450
+ readonly indexed: false;
451
+ readonly internalType: "euint64";
452
+ readonly name: "encryptedAmount";
453
+ readonly type: "bytes32";
441
454
  }, {
442
455
  readonly indexed: false;
443
456
  readonly internalType: "uint256";
444
457
  readonly name: "txId";
445
458
  readonly type: "uint256";
446
- }, {
447
- readonly indexed: false;
448
- readonly internalType: "uint64";
449
- readonly name: "feeAmount";
450
- readonly type: "uint64";
451
459
  }];
452
- readonly name: "TransferFeeInfo";
460
+ readonly name: "TransferInfo";
453
461
  readonly type: "event";
454
462
  }, {
455
463
  readonly anonymous: false;
456
464
  readonly inputs: readonly [{
457
465
  readonly indexed: true;
458
466
  readonly internalType: "address";
459
- readonly name: "from";
460
- readonly type: "address";
461
- }, {
462
- readonly indexed: true;
463
- readonly internalType: "address";
464
- readonly name: "to";
467
+ readonly name: "receiver";
465
468
  readonly type: "address";
466
469
  }, {
467
470
  readonly indexed: false;
@@ -470,32 +473,147 @@ export declare const encryptedABI: readonly [{
470
473
  readonly type: "bytes32";
471
474
  }, {
472
475
  readonly indexed: false;
473
- readonly internalType: "uint256";
474
- readonly name: "txId";
475
- readonly type: "uint256";
476
+ readonly internalType: "uint64";
477
+ readonly name: "cleartextAmount";
478
+ readonly type: "uint64";
476
479
  }];
477
- readonly name: "TransferInfo";
480
+ readonly name: "UnwrapFinalized";
478
481
  readonly type: "event";
479
482
  }, {
480
483
  readonly anonymous: false;
481
484
  readonly inputs: readonly [{
482
485
  readonly indexed: true;
483
486
  readonly internalType: "address";
484
- readonly name: "implementation";
487
+ readonly name: "receiver";
485
488
  readonly type: "address";
489
+ }, {
490
+ readonly indexed: false;
491
+ readonly internalType: "euint64";
492
+ readonly name: "amount";
493
+ readonly type: "bytes32";
486
494
  }];
487
- readonly name: "Upgraded";
495
+ readonly name: "UnwrapRequested";
488
496
  readonly type: "event";
489
497
  }, {
490
- readonly inputs: readonly [];
491
- readonly name: "DEFAULT_ADMIN_ROLE";
492
- readonly outputs: readonly [{
493
- readonly internalType: "bytes32";
494
- readonly name: "";
495
- readonly type: "bytes32";
496
- }];
497
- readonly stateMutability: "view";
498
- readonly type: "function";
498
+ readonly anonymous: false;
499
+ readonly inputs: readonly [{
500
+ readonly indexed: true;
501
+ readonly internalType: "euint64";
502
+ readonly name: "burntAmountHandle";
503
+ readonly type: "bytes32";
504
+ }, {
505
+ readonly indexed: false;
506
+ readonly internalType: "bool";
507
+ readonly name: "finalizeSuccess";
508
+ readonly type: "bool";
509
+ }, {
510
+ readonly indexed: false;
511
+ readonly internalType: "bool";
512
+ readonly name: "feeTransferSuccess";
513
+ readonly type: "bool";
514
+ }, {
515
+ readonly indexed: false;
516
+ readonly internalType: "uint64";
517
+ readonly name: "burnAmount";
518
+ readonly type: "uint64";
519
+ }, {
520
+ readonly indexed: false;
521
+ readonly internalType: "uint256";
522
+ readonly name: "unwrapAmount";
523
+ readonly type: "uint256";
524
+ }, {
525
+ readonly indexed: false;
526
+ readonly internalType: "uint256";
527
+ readonly name: "feeAmount";
528
+ readonly type: "uint256";
529
+ }, {
530
+ readonly indexed: true;
531
+ readonly internalType: "uint256";
532
+ readonly name: "nextTxId";
533
+ readonly type: "uint256";
534
+ }];
535
+ readonly name: "UnwrappedFinalized";
536
+ readonly type: "event";
537
+ }, {
538
+ readonly anonymous: false;
539
+ readonly inputs: readonly [{
540
+ readonly indexed: false;
541
+ readonly internalType: "bool";
542
+ readonly name: "returnVal";
543
+ readonly type: "bool";
544
+ }, {
545
+ readonly indexed: true;
546
+ readonly internalType: "uint256";
547
+ readonly name: "requestId";
548
+ readonly type: "uint256";
549
+ }, {
550
+ readonly indexed: true;
551
+ readonly internalType: "uint256";
552
+ readonly name: "txId";
553
+ readonly type: "uint256";
554
+ }, {
555
+ readonly indexed: true;
556
+ readonly internalType: "address";
557
+ readonly name: "to";
558
+ readonly type: "address";
559
+ }, {
560
+ readonly indexed: false;
561
+ readonly internalType: "address";
562
+ readonly name: "refund";
563
+ readonly type: "address";
564
+ }, {
565
+ readonly indexed: false;
566
+ readonly internalType: "euint64";
567
+ readonly name: "requestedAmount";
568
+ readonly type: "bytes32";
569
+ }, {
570
+ readonly indexed: false;
571
+ readonly internalType: "euint64";
572
+ readonly name: "burnAmount";
573
+ readonly type: "bytes32";
574
+ }];
575
+ readonly name: "UnwrappedStarted";
576
+ readonly type: "event";
577
+ }, {
578
+ readonly anonymous: false;
579
+ readonly inputs: readonly [{
580
+ readonly indexed: true;
581
+ readonly internalType: "address";
582
+ readonly name: "implementation";
583
+ readonly type: "address";
584
+ }];
585
+ readonly name: "Upgraded";
586
+ readonly type: "event";
587
+ }, {
588
+ readonly anonymous: false;
589
+ readonly inputs: readonly [{
590
+ readonly indexed: false;
591
+ readonly internalType: "uint64";
592
+ readonly name: "mintAmount";
593
+ readonly type: "uint64";
594
+ }, {
595
+ readonly indexed: false;
596
+ readonly internalType: "uint256";
597
+ readonly name: "amountIn";
598
+ readonly type: "uint256";
599
+ }, {
600
+ readonly indexed: false;
601
+ readonly internalType: "uint256";
602
+ readonly name: "feeAmount";
603
+ readonly type: "uint256";
604
+ }, {
605
+ readonly indexed: true;
606
+ readonly internalType: "address";
607
+ readonly name: "to_";
608
+ readonly type: "address";
609
+ }, {
610
+ readonly indexed: true;
611
+ readonly internalType: "uint256";
612
+ readonly name: "mintTxId";
613
+ readonly type: "uint256";
614
+ }];
615
+ readonly name: "Wrapped";
616
+ readonly type: "event";
499
617
  }, {
500
618
  readonly inputs: readonly [];
501
619
  readonly name: "UPGRADE_INTERFACE_VERSION";
@@ -508,13 +626,9 @@ export declare const encryptedABI: readonly [{
508
626
  readonly type: "function";
509
627
  }, {
510
628
  readonly inputs: readonly [];
511
- readonly name: "WRAPPER_ROLE";
512
- readonly outputs: readonly [{
513
- readonly internalType: "bytes32";
514
- readonly name: "";
515
- readonly type: "bytes32";
516
- }];
517
- readonly stateMutability: "view";
629
+ readonly name: "acceptOwnership";
630
+ readonly outputs: readonly [];
631
+ readonly stateMutability: "nonpayable";
518
632
  readonly type: "function";
519
633
  }, {
520
634
  readonly inputs: readonly [];
@@ -528,33 +642,25 @@ export declare const encryptedABI: readonly [{
528
642
  readonly type: "function";
529
643
  }, {
530
644
  readonly inputs: readonly [{
531
- readonly internalType: "euint64";
532
- readonly name: "amount";
533
- readonly type: "bytes32";
534
- }, {
535
645
  readonly internalType: "address";
536
- readonly name: "proxyingFor";
646
+ readonly name: "account";
537
647
  readonly type: "address";
538
648
  }];
539
- readonly name: "burn";
649
+ readonly name: "confidentialBalanceOf";
540
650
  readonly outputs: readonly [{
541
651
  readonly internalType: "euint64";
542
652
  readonly name: "";
543
653
  readonly type: "bytes32";
544
654
  }];
545
- readonly stateMutability: "nonpayable";
655
+ readonly stateMutability: "view";
546
656
  readonly type: "function";
547
657
  }, {
548
- readonly inputs: readonly [{
549
- readonly internalType: "address";
550
- readonly name: "account";
551
- readonly type: "address";
552
- }];
553
- readonly name: "confidentialBalanceOf";
658
+ readonly inputs: readonly [];
659
+ readonly name: "confidentialProtocolId";
554
660
  readonly outputs: readonly [{
555
- readonly internalType: "euint64";
661
+ readonly internalType: "uint256";
556
662
  readonly name: "";
557
- readonly type: "bytes32";
663
+ readonly type: "uint256";
558
664
  }];
559
665
  readonly stateMutability: "view";
560
666
  readonly type: "function";
@@ -588,7 +694,7 @@ export declare const encryptedABI: readonly [{
588
694
  readonly name: "";
589
695
  readonly type: "bytes32";
590
696
  }];
591
- readonly stateMutability: "payable";
697
+ readonly stateMutability: "nonpayable";
592
698
  readonly type: "function";
593
699
  }, {
594
700
  readonly inputs: readonly [{
@@ -606,7 +712,7 @@ export declare const encryptedABI: readonly [{
606
712
  readonly name: "";
607
713
  readonly type: "bytes32";
608
714
  }];
609
- readonly stateMutability: "payable";
715
+ readonly stateMutability: "nonpayable";
610
716
  readonly type: "function";
611
717
  }, {
612
718
  readonly inputs: readonly [{
@@ -628,7 +734,7 @@ export declare const encryptedABI: readonly [{
628
734
  readonly name: "transferred";
629
735
  readonly type: "bytes32";
630
736
  }];
631
- readonly stateMutability: "payable";
737
+ readonly stateMutability: "nonpayable";
632
738
  readonly type: "function";
633
739
  }, {
634
740
  readonly inputs: readonly [{
@@ -654,7 +760,7 @@ export declare const encryptedABI: readonly [{
654
760
  readonly name: "transferred";
655
761
  readonly type: "bytes32";
656
762
  }];
657
- readonly stateMutability: "payable";
763
+ readonly stateMutability: "nonpayable";
658
764
  readonly type: "function";
659
765
  }, {
660
766
  readonly inputs: readonly [{
@@ -680,7 +786,7 @@ export declare const encryptedABI: readonly [{
680
786
  readonly name: "transferred";
681
787
  readonly type: "bytes32";
682
788
  }];
683
- readonly stateMutability: "payable";
789
+ readonly stateMutability: "nonpayable";
684
790
  readonly type: "function";
685
791
  }, {
686
792
  readonly inputs: readonly [{
@@ -702,7 +808,7 @@ export declare const encryptedABI: readonly [{
702
808
  readonly name: "transferred";
703
809
  readonly type: "bytes32";
704
810
  }];
705
- readonly stateMutability: "payable";
811
+ readonly stateMutability: "nonpayable";
706
812
  readonly type: "function";
707
813
  }, {
708
814
  readonly inputs: readonly [{
@@ -732,7 +838,7 @@ export declare const encryptedABI: readonly [{
732
838
  readonly name: "transferred";
733
839
  readonly type: "bytes32";
734
840
  }];
735
- readonly stateMutability: "payable";
841
+ readonly stateMutability: "nonpayable";
736
842
  readonly type: "function";
737
843
  }, {
738
844
  readonly inputs: readonly [{
@@ -758,7 +864,17 @@ export declare const encryptedABI: readonly [{
758
864
  readonly name: "transferred";
759
865
  readonly type: "bytes32";
760
866
  }];
761
- readonly stateMutability: "payable";
867
+ readonly stateMutability: "nonpayable";
868
+ readonly type: "function";
869
+ }, {
870
+ readonly inputs: readonly [];
871
+ readonly name: "contractURI";
872
+ readonly outputs: readonly [{
873
+ readonly internalType: "string";
874
+ readonly name: "";
875
+ readonly type: "string";
876
+ }];
877
+ readonly stateMutability: "view";
762
878
  readonly type: "function";
763
879
  }, {
764
880
  readonly inputs: readonly [];
@@ -771,76 +887,91 @@ export declare const encryptedABI: readonly [{
771
887
  readonly stateMutability: "view";
772
888
  readonly type: "function";
773
889
  }, {
774
- readonly inputs: readonly [{
775
- readonly internalType: "euint64";
776
- readonly name: "encryptedAmount";
777
- readonly type: "bytes32";
890
+ readonly inputs: readonly [];
891
+ readonly name: "deploymentCoordinator";
892
+ readonly outputs: readonly [{
893
+ readonly internalType: "contract IDeploymentCoordinator";
894
+ readonly name: "";
895
+ readonly type: "address";
778
896
  }];
779
- readonly name: "discloseEncryptedAmount";
780
- readonly outputs: readonly [];
781
- readonly stateMutability: "nonpayable";
897
+ readonly stateMutability: "view";
782
898
  readonly type: "function";
783
899
  }, {
784
900
  readonly inputs: readonly [{
785
- readonly internalType: "uint256";
786
- readonly name: "requestId";
787
- readonly type: "uint256";
901
+ readonly internalType: "euint64";
902
+ readonly name: "encryptedAmount";
903
+ readonly type: "bytes32";
788
904
  }, {
789
- readonly internalType: "bytes";
790
- readonly name: "cleartexts";
791
- readonly type: "bytes";
905
+ readonly internalType: "uint64";
906
+ readonly name: "cleartextAmount";
907
+ readonly type: "uint64";
792
908
  }, {
793
909
  readonly internalType: "bytes";
794
910
  readonly name: "decryptionProof";
795
911
  readonly type: "bytes";
796
912
  }];
797
- readonly name: "finalizeDiscloseEncryptedAmount";
913
+ readonly name: "discloseEncryptedAmount";
798
914
  readonly outputs: readonly [];
799
915
  readonly stateMutability: "nonpayable";
800
916
  readonly type: "function";
801
917
  }, {
802
918
  readonly inputs: readonly [{
803
- readonly internalType: "bytes32";
804
- readonly name: "role";
805
- readonly type: "bytes32";
806
- }];
807
- readonly name: "getRoleAdmin";
808
- readonly outputs: readonly [{
809
- readonly internalType: "bytes32";
810
- readonly name: "";
811
- readonly type: "bytes32";
812
- }];
813
- readonly stateMutability: "view";
814
- readonly type: "function";
815
- }, {
816
- readonly inputs: readonly [{
817
- readonly internalType: "bytes32";
818
- readonly name: "role";
919
+ readonly internalType: "euint64";
920
+ readonly name: "burntAmount";
819
921
  readonly type: "bytes32";
820
922
  }, {
821
- readonly internalType: "address";
822
- readonly name: "account";
823
- readonly type: "address";
923
+ readonly internalType: "uint64";
924
+ readonly name: "burntAmountCleartext";
925
+ readonly type: "uint64";
926
+ }, {
927
+ readonly internalType: "bytes";
928
+ readonly name: "decryptionProof";
929
+ readonly type: "bytes";
824
930
  }];
825
- readonly name: "grantRole";
931
+ readonly name: "finalizeUnwrap";
826
932
  readonly outputs: readonly [];
827
933
  readonly stateMutability: "nonpayable";
828
934
  readonly type: "function";
829
935
  }, {
830
936
  readonly inputs: readonly [{
831
- readonly internalType: "bytes32";
832
- readonly name: "role";
937
+ readonly internalType: "euint64";
938
+ readonly name: "burntAmount";
833
939
  readonly type: "bytes32";
834
- }, {
835
- readonly internalType: "address";
836
- readonly name: "account";
837
- readonly type: "address";
838
940
  }];
839
- readonly name: "hasRole";
941
+ readonly name: "getReceiverEntry";
840
942
  readonly outputs: readonly [{
841
- readonly internalType: "bool";
943
+ readonly components: readonly [{
944
+ readonly internalType: "address";
945
+ readonly name: "to";
946
+ readonly type: "address";
947
+ }, {
948
+ readonly internalType: "address";
949
+ readonly name: "refund";
950
+ readonly type: "address";
951
+ }, {
952
+ readonly internalType: "bytes";
953
+ readonly name: "callbackData";
954
+ readonly type: "bytes";
955
+ }, {
956
+ readonly internalType: "euint64";
957
+ readonly name: "expectedBurnAmount";
958
+ readonly type: "bytes32";
959
+ }, {
960
+ readonly internalType: "euint64";
961
+ readonly name: "actualBurnAmount";
962
+ readonly type: "bytes32";
963
+ }, {
964
+ readonly internalType: "uint64";
965
+ readonly name: "committedFeeBasisPoints";
966
+ readonly type: "uint64";
967
+ }, {
968
+ readonly internalType: "address";
969
+ readonly name: "from";
970
+ readonly type: "address";
971
+ }];
972
+ readonly internalType: "struct RegulatedERC7984ERC20WrapperWithFeesUpgradeable.ReceiverEntry";
842
973
  readonly name: "";
843
- readonly type: "bool";
974
+ readonly type: "tuple";
844
975
  }];
845
976
  readonly stateMutability: "view";
846
977
  readonly type: "function";
@@ -854,24 +985,20 @@ export declare const encryptedABI: readonly [{
854
985
  readonly name: "symbol_";
855
986
  readonly type: "string";
856
987
  }, {
857
- readonly internalType: "uint8";
858
- readonly name: "decimals_";
859
- readonly type: "uint8";
988
+ readonly internalType: "string";
989
+ readonly name: "contractURI_";
990
+ readonly type: "string";
860
991
  }, {
861
- readonly internalType: "address";
862
- readonly name: "admin_";
992
+ readonly internalType: "contract IERC20";
993
+ readonly name: "underlying_";
863
994
  readonly type: "address";
864
- }, {
865
- readonly internalType: "uint256";
866
- readonly name: "rate_";
867
- readonly type: "uint256";
868
995
  }, {
869
996
  readonly internalType: "address";
870
- readonly name: "underlying_";
997
+ readonly name: "owner_";
871
998
  readonly type: "address";
872
999
  }, {
873
- readonly internalType: "contract AdminProvider";
874
- readonly name: "adminProvider_";
1000
+ readonly internalType: "contract IDeploymentCoordinator";
1001
+ readonly name: "deploymentCoordinator_";
875
1002
  readonly type: "address";
876
1003
  }];
877
1004
  readonly name: "initialize";
@@ -879,8 +1006,16 @@ export declare const encryptedABI: readonly [{
879
1006
  readonly stateMutability: "nonpayable";
880
1007
  readonly type: "function";
881
1008
  }, {
882
- readonly inputs: readonly [];
883
- readonly name: "isNextTxIdLocked";
1009
+ readonly inputs: readonly [{
1010
+ readonly internalType: "address";
1011
+ readonly name: "holder";
1012
+ readonly type: "address";
1013
+ }, {
1014
+ readonly internalType: "address";
1015
+ readonly name: "operator";
1016
+ readonly type: "address";
1017
+ }];
1018
+ readonly name: "isFinalizeUnwrapOperator";
884
1019
  readonly outputs: readonly [{
885
1020
  readonly internalType: "bool";
886
1021
  readonly name: "";
@@ -907,22 +1042,14 @@ export declare const encryptedABI: readonly [{
907
1042
  readonly stateMutability: "view";
908
1043
  readonly type: "function";
909
1044
  }, {
910
- readonly inputs: readonly [{
911
- readonly internalType: "address";
912
- readonly name: "to";
913
- readonly type: "address";
914
- }, {
915
- readonly internalType: "uint64";
916
- readonly name: "amount";
917
- readonly type: "uint64";
918
- }, {
919
- readonly internalType: "bool";
920
- readonly name: "isFee";
921
- readonly type: "bool";
1045
+ readonly inputs: readonly [];
1046
+ readonly name: "maxTotalSupply";
1047
+ readonly outputs: readonly [{
1048
+ readonly internalType: "uint256";
1049
+ readonly name: "";
1050
+ readonly type: "uint256";
922
1051
  }];
923
- readonly name: "mint";
924
- readonly outputs: readonly [];
925
- readonly stateMutability: "nonpayable";
1052
+ readonly stateMutability: "view";
926
1053
  readonly type: "function";
927
1054
  }, {
928
1055
  readonly inputs: readonly [];
@@ -944,15 +1071,51 @@ export declare const encryptedABI: readonly [{
944
1071
  }];
945
1072
  readonly stateMutability: "view";
946
1073
  readonly type: "function";
1074
+ }, {
1075
+ readonly inputs: readonly [{
1076
+ readonly internalType: "address";
1077
+ readonly name: "";
1078
+ readonly type: "address";
1079
+ }, {
1080
+ readonly internalType: "address";
1081
+ readonly name: "from";
1082
+ readonly type: "address";
1083
+ }, {
1084
+ readonly internalType: "uint256";
1085
+ readonly name: "amount";
1086
+ readonly type: "uint256";
1087
+ }, {
1088
+ readonly internalType: "bytes";
1089
+ readonly name: "data";
1090
+ readonly type: "bytes";
1091
+ }];
1092
+ readonly name: "onTransferReceived";
1093
+ readonly outputs: readonly [{
1094
+ readonly internalType: "bytes4";
1095
+ readonly name: "";
1096
+ readonly type: "bytes4";
1097
+ }];
1098
+ readonly stateMutability: "nonpayable";
1099
+ readonly type: "function";
947
1100
  }, {
948
1101
  readonly inputs: readonly [];
949
- readonly name: "protocolId";
1102
+ readonly name: "owner";
950
1103
  readonly outputs: readonly [{
951
- readonly internalType: "uint256";
1104
+ readonly internalType: "address";
952
1105
  readonly name: "";
953
- readonly type: "uint256";
1106
+ readonly type: "address";
1107
+ }];
1108
+ readonly stateMutability: "view";
1109
+ readonly type: "function";
1110
+ }, {
1111
+ readonly inputs: readonly [];
1112
+ readonly name: "pendingOwner";
1113
+ readonly outputs: readonly [{
1114
+ readonly internalType: "address";
1115
+ readonly name: "";
1116
+ readonly type: "address";
954
1117
  }];
955
- readonly stateMutability: "pure";
1118
+ readonly stateMutability: "view";
956
1119
  readonly type: "function";
957
1120
  }, {
958
1121
  readonly inputs: readonly [];
@@ -985,50 +1148,42 @@ export declare const encryptedABI: readonly [{
985
1148
  readonly stateMutability: "view";
986
1149
  readonly type: "function";
987
1150
  }, {
988
- readonly inputs: readonly [{
989
- readonly internalType: "bytes32";
990
- readonly name: "role";
991
- readonly type: "bytes32";
992
- }, {
993
- readonly internalType: "address";
994
- readonly name: "callerConfirmation";
995
- readonly type: "address";
996
- }];
997
- readonly name: "renounceRole";
1151
+ readonly inputs: readonly [];
1152
+ readonly name: "renounceOwnership";
998
1153
  readonly outputs: readonly [];
999
1154
  readonly stateMutability: "nonpayable";
1000
1155
  readonly type: "function";
1001
1156
  }, {
1002
1157
  readonly inputs: readonly [{
1003
- readonly internalType: "bytes32";
1004
- readonly name: "role";
1158
+ readonly internalType: "euint64";
1159
+ readonly name: "encryptedAmount";
1005
1160
  readonly type: "bytes32";
1006
- }, {
1007
- readonly internalType: "address";
1008
- readonly name: "account";
1009
- readonly type: "address";
1010
1161
  }];
1011
- readonly name: "revokeRole";
1162
+ readonly name: "requestDiscloseEncryptedAmount";
1012
1163
  readonly outputs: readonly [];
1013
1164
  readonly stateMutability: "nonpayable";
1014
1165
  readonly type: "function";
1015
1166
  }, {
1016
- readonly inputs: readonly [{
1017
- readonly internalType: "bool";
1018
- readonly name: "isLocked";
1019
- readonly type: "bool";
1167
+ readonly inputs: readonly [];
1168
+ readonly name: "requestId";
1169
+ readonly outputs: readonly [{
1170
+ readonly internalType: "uint256";
1171
+ readonly name: "";
1172
+ readonly type: "uint256";
1020
1173
  }];
1021
- readonly name: "setIsNextTxIdLock";
1022
- readonly outputs: readonly [];
1023
- readonly stateMutability: "nonpayable";
1174
+ readonly stateMutability: "view";
1024
1175
  readonly type: "function";
1025
1176
  }, {
1026
1177
  readonly inputs: readonly [{
1027
- readonly internalType: "uint256";
1028
- readonly name: "newNextTxId";
1029
- readonly type: "uint256";
1178
+ readonly internalType: "address";
1179
+ readonly name: "operator";
1180
+ readonly type: "address";
1181
+ }, {
1182
+ readonly internalType: "uint48";
1183
+ readonly name: "until";
1184
+ readonly type: "uint48";
1030
1185
  }];
1031
- readonly name: "setNextTxId";
1186
+ readonly name: "setFinalizeUnwrapOperator";
1032
1187
  readonly outputs: readonly [];
1033
1188
  readonly stateMutability: "nonpayable";
1034
1189
  readonly type: "function";
@@ -1046,6 +1201,16 @@ export declare const encryptedABI: readonly [{
1046
1201
  readonly outputs: readonly [];
1047
1202
  readonly stateMutability: "nonpayable";
1048
1203
  readonly type: "function";
1204
+ }, {
1205
+ readonly inputs: readonly [{
1206
+ readonly internalType: "address";
1207
+ readonly name: "newRegulator";
1208
+ readonly type: "address";
1209
+ }];
1210
+ readonly name: "setTokenRegulator";
1211
+ readonly outputs: readonly [];
1212
+ readonly stateMutability: "nonpayable";
1213
+ readonly type: "function";
1049
1214
  }, {
1050
1215
  readonly inputs: readonly [{
1051
1216
  readonly internalType: "bytes4";
@@ -1072,14 +1237,34 @@ export declare const encryptedABI: readonly [{
1072
1237
  readonly type: "function";
1073
1238
  }, {
1074
1239
  readonly inputs: readonly [];
1075
- readonly name: "tokenURI";
1240
+ readonly name: "tokenRegulator";
1076
1241
  readonly outputs: readonly [{
1077
- readonly internalType: "string";
1242
+ readonly internalType: "address";
1078
1243
  readonly name: "";
1079
- readonly type: "string";
1244
+ readonly type: "address";
1080
1245
  }];
1081
1246
  readonly stateMutability: "view";
1082
1247
  readonly type: "function";
1248
+ }, {
1249
+ readonly inputs: readonly [];
1250
+ readonly name: "totalSupply";
1251
+ readonly outputs: readonly [{
1252
+ readonly internalType: "uint256";
1253
+ readonly name: "";
1254
+ readonly type: "uint256";
1255
+ }];
1256
+ readonly stateMutability: "view";
1257
+ readonly type: "function";
1258
+ }, {
1259
+ readonly inputs: readonly [{
1260
+ readonly internalType: "address";
1261
+ readonly name: "newOwner";
1262
+ readonly type: "address";
1263
+ }];
1264
+ readonly name: "transferOwnership";
1265
+ readonly outputs: readonly [];
1266
+ readonly stateMutability: "nonpayable";
1267
+ readonly type: "function";
1083
1268
  }, {
1084
1269
  readonly inputs: readonly [];
1085
1270
  readonly name: "underlying";
@@ -1090,6 +1275,150 @@ export declare const encryptedABI: readonly [{
1090
1275
  }];
1091
1276
  readonly stateMutability: "view";
1092
1277
  readonly type: "function";
1278
+ }, {
1279
+ readonly inputs: readonly [{
1280
+ readonly internalType: "address";
1281
+ readonly name: "from";
1282
+ readonly type: "address";
1283
+ }, {
1284
+ readonly internalType: "address";
1285
+ readonly name: "to";
1286
+ readonly type: "address";
1287
+ }, {
1288
+ readonly internalType: "externalEuint64";
1289
+ readonly name: "encryptedAmount";
1290
+ readonly type: "bytes32";
1291
+ }, {
1292
+ readonly internalType: "bytes";
1293
+ readonly name: "inputProof";
1294
+ readonly type: "bytes";
1295
+ }];
1296
+ readonly name: "unwrap";
1297
+ readonly outputs: readonly [];
1298
+ readonly stateMutability: "nonpayable";
1299
+ readonly type: "function";
1300
+ }, {
1301
+ readonly inputs: readonly [{
1302
+ readonly internalType: "address";
1303
+ readonly name: "from";
1304
+ readonly type: "address";
1305
+ }, {
1306
+ readonly internalType: "address";
1307
+ readonly name: "to";
1308
+ readonly type: "address";
1309
+ }, {
1310
+ readonly internalType: "euint64";
1311
+ readonly name: "amount";
1312
+ readonly type: "bytes32";
1313
+ }];
1314
+ readonly name: "unwrap";
1315
+ readonly outputs: readonly [];
1316
+ readonly stateMutability: "nonpayable";
1317
+ readonly type: "function";
1318
+ }, {
1319
+ readonly inputs: readonly [{
1320
+ readonly internalType: "address";
1321
+ readonly name: "from";
1322
+ readonly type: "address";
1323
+ }, {
1324
+ readonly internalType: "address";
1325
+ readonly name: "to";
1326
+ readonly type: "address";
1327
+ }, {
1328
+ readonly internalType: "euint64";
1329
+ readonly name: "amount";
1330
+ readonly type: "bytes32";
1331
+ }, {
1332
+ readonly internalType: "address";
1333
+ readonly name: "refund";
1334
+ readonly type: "address";
1335
+ }, {
1336
+ readonly internalType: "bytes";
1337
+ readonly name: "unwrapCallbackData";
1338
+ readonly type: "bytes";
1339
+ }];
1340
+ readonly name: "unwrapAndCall";
1341
+ readonly outputs: readonly [];
1342
+ readonly stateMutability: "nonpayable";
1343
+ readonly type: "function";
1344
+ }, {
1345
+ readonly inputs: readonly [{
1346
+ readonly internalType: "address";
1347
+ readonly name: "from";
1348
+ readonly type: "address";
1349
+ }, {
1350
+ readonly internalType: "address";
1351
+ readonly name: "to";
1352
+ readonly type: "address";
1353
+ }, {
1354
+ readonly internalType: "externalEuint64";
1355
+ readonly name: "encryptedAmount";
1356
+ readonly type: "bytes32";
1357
+ }, {
1358
+ readonly internalType: "bytes";
1359
+ readonly name: "inputProof";
1360
+ readonly type: "bytes";
1361
+ }, {
1362
+ readonly internalType: "address";
1363
+ readonly name: "refund";
1364
+ readonly type: "address";
1365
+ }, {
1366
+ readonly internalType: "bytes";
1367
+ readonly name: "unwrapCallbackData";
1368
+ readonly type: "bytes";
1369
+ }];
1370
+ readonly name: "unwrapAndCall";
1371
+ readonly outputs: readonly [];
1372
+ readonly stateMutability: "nonpayable";
1373
+ readonly type: "function";
1374
+ }, {
1375
+ readonly inputs: readonly [{
1376
+ readonly internalType: "address";
1377
+ readonly name: "from";
1378
+ readonly type: "address";
1379
+ }, {
1380
+ readonly internalType: "address";
1381
+ readonly name: "to";
1382
+ readonly type: "address";
1383
+ }, {
1384
+ readonly internalType: "euint64";
1385
+ readonly name: "amount";
1386
+ readonly type: "bytes32";
1387
+ }, {
1388
+ readonly internalType: "address";
1389
+ readonly name: "refund";
1390
+ readonly type: "address";
1391
+ }];
1392
+ readonly name: "unwrapWithRefund";
1393
+ readonly outputs: readonly [];
1394
+ readonly stateMutability: "nonpayable";
1395
+ readonly type: "function";
1396
+ }, {
1397
+ readonly inputs: readonly [{
1398
+ readonly internalType: "address";
1399
+ readonly name: "from";
1400
+ readonly type: "address";
1401
+ }, {
1402
+ readonly internalType: "address";
1403
+ readonly name: "to";
1404
+ readonly type: "address";
1405
+ }, {
1406
+ readonly internalType: "externalEuint64";
1407
+ readonly name: "encryptedAmount";
1408
+ readonly type: "bytes32";
1409
+ }, {
1410
+ readonly internalType: "bytes";
1411
+ readonly name: "inputProof";
1412
+ readonly type: "bytes";
1413
+ }, {
1414
+ readonly internalType: "address";
1415
+ readonly name: "refund";
1416
+ readonly type: "address";
1417
+ }];
1418
+ readonly name: "unwrapWithRefund";
1419
+ readonly outputs: readonly [];
1420
+ readonly stateMutability: "nonpayable";
1421
+ readonly type: "function";
1093
1422
  }, {
1094
1423
  readonly inputs: readonly [{
1095
1424
  readonly internalType: "address";
@@ -1104,4 +1433,32 @@ export declare const encryptedABI: readonly [{
1104
1433
  readonly outputs: readonly [];
1105
1434
  readonly stateMutability: "payable";
1106
1435
  readonly type: "function";
1436
+ }, {
1437
+ readonly inputs: readonly [{
1438
+ readonly internalType: "address";
1439
+ readonly name: "to";
1440
+ readonly type: "address";
1441
+ }, {
1442
+ readonly internalType: "uint256";
1443
+ readonly name: "amount";
1444
+ readonly type: "uint256";
1445
+ }];
1446
+ readonly name: "wrap";
1447
+ readonly outputs: readonly [];
1448
+ readonly stateMutability: "nonpayable";
1449
+ readonly type: "function";
1450
+ }, {
1451
+ readonly inputs: readonly [{
1452
+ readonly internalType: "address";
1453
+ readonly name: "to";
1454
+ readonly type: "address";
1455
+ }, {
1456
+ readonly internalType: "uint256";
1457
+ readonly name: "amount";
1458
+ readonly type: "uint256";
1459
+ }];
1460
+ readonly name: "wrapETH";
1461
+ readonly outputs: readonly [];
1462
+ readonly stateMutability: "payable";
1463
+ readonly type: "function";
1107
1464
  }];