@pendle/core-v2 5.8.0-bera → 5.8.0

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.
@@ -0,0 +1,3907 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
5
+ import { Provider, TransactionRequest } from "@ethersproject/providers";
6
+ import type {
7
+ SDKErrorsDirectory,
8
+ SDKErrorsDirectoryInterface,
9
+ } from "../SDKErrorsDirectory";
10
+
11
+ const _abi = [
12
+ {
13
+ inputs: [],
14
+ name: "ADDRESS_NULL",
15
+ type: "error",
16
+ },
17
+ {
18
+ inputs: [],
19
+ name: "AERC20_ALREADY_REGISTERED",
20
+ type: "error",
21
+ },
22
+ {
23
+ inputs: [],
24
+ name: "AERC20_NOT_REGISTERED",
25
+ type: "error",
26
+ },
27
+ {
28
+ inputs: [],
29
+ name: "AMOUNT_IN_NOT_EQUAL_OR_LOWER_THAN_BALANCE",
30
+ type: "error",
31
+ },
32
+ {
33
+ inputs: [],
34
+ name: "AMOUNT_NULL",
35
+ type: "error",
36
+ },
37
+ {
38
+ inputs: [],
39
+ name: "ARRAY_LENGTH_MISMATCH",
40
+ type: "error",
41
+ },
42
+ {
43
+ inputs: [],
44
+ name: "ASSETS_RECEIVED_OUT_OF_SLIPPAGE",
45
+ type: "error",
46
+ },
47
+ {
48
+ inputs: [],
49
+ name: "AboveInflationLimit",
50
+ type: "error",
51
+ },
52
+ {
53
+ inputs: [],
54
+ name: "AboveMax",
55
+ type: "error",
56
+ },
57
+ {
58
+ inputs: [],
59
+ name: "AccessControlBadConfirmation",
60
+ type: "error",
61
+ },
62
+ {
63
+ inputs: [
64
+ {
65
+ internalType: "address",
66
+ name: "account",
67
+ type: "address",
68
+ },
69
+ {
70
+ internalType: "bytes32",
71
+ name: "neededRole",
72
+ type: "bytes32",
73
+ },
74
+ ],
75
+ name: "AccessControlUnauthorizedAccount",
76
+ type: "error",
77
+ },
78
+ {
79
+ inputs: [
80
+ {
81
+ internalType: "uint32",
82
+ name: "duration",
83
+ type: "uint32",
84
+ },
85
+ ],
86
+ name: "AdditionalWaitRequired",
87
+ type: "error",
88
+ },
89
+ {
90
+ inputs: [
91
+ {
92
+ internalType: "address",
93
+ name: "target",
94
+ type: "address",
95
+ },
96
+ ],
97
+ name: "AddressEmptyCode",
98
+ type: "error",
99
+ },
100
+ {
101
+ inputs: [
102
+ {
103
+ internalType: "address",
104
+ name: "account",
105
+ type: "address",
106
+ },
107
+ ],
108
+ name: "AddressInsufficientBalance",
109
+ type: "error",
110
+ },
111
+ {
112
+ inputs: [],
113
+ name: "AddressZero",
114
+ type: "error",
115
+ },
116
+ {
117
+ inputs: [],
118
+ name: "AlreadyAdded",
119
+ type: "error",
120
+ },
121
+ {
122
+ inputs: [
123
+ {
124
+ internalType: "uint256",
125
+ name: "approxGuessMin",
126
+ type: "uint256",
127
+ },
128
+ {
129
+ internalType: "uint256",
130
+ name: "approxGuessMax",
131
+ type: "uint256",
132
+ },
133
+ {
134
+ internalType: "uint256",
135
+ name: "minGuessMin",
136
+ type: "uint256",
137
+ },
138
+ {
139
+ internalType: "uint256",
140
+ name: "maxGuessMax",
141
+ type: "uint256",
142
+ },
143
+ ],
144
+ name: "ApproxBinarySearchInputInvalid",
145
+ type: "error",
146
+ },
147
+ {
148
+ inputs: [],
149
+ name: "ApproxDstExecutionGasNotSet",
150
+ type: "error",
151
+ },
152
+ {
153
+ inputs: [],
154
+ name: "ApproxFail",
155
+ type: "error",
156
+ },
157
+ {
158
+ inputs: [
159
+ {
160
+ internalType: "uint256",
161
+ name: "guessMin",
162
+ type: "uint256",
163
+ },
164
+ {
165
+ internalType: "uint256",
166
+ name: "guessMax",
167
+ type: "uint256",
168
+ },
169
+ {
170
+ internalType: "uint256",
171
+ name: "eps",
172
+ type: "uint256",
173
+ },
174
+ ],
175
+ name: "ApproxParamsInvalid",
176
+ type: "error",
177
+ },
178
+ {
179
+ inputs: [],
180
+ name: "ApxETHNotEnoughBuffer",
181
+ type: "error",
182
+ },
183
+ {
184
+ inputs: [],
185
+ name: "ArrayEmpty",
186
+ type: "error",
187
+ },
188
+ {
189
+ inputs: [],
190
+ name: "ArrayLengthMismatch",
191
+ type: "error",
192
+ },
193
+ {
194
+ inputs: [],
195
+ name: "ArrayOutOfBounds",
196
+ type: "error",
197
+ },
198
+ {
199
+ inputs: [],
200
+ name: "AstherusYieldProxyActivitiesOnGoing",
201
+ type: "error",
202
+ },
203
+ {
204
+ inputs: [
205
+ {
206
+ internalType: "uint256",
207
+ name: "epoch",
208
+ type: "uint256",
209
+ },
210
+ {
211
+ internalType: "uint256",
212
+ name: "startTime",
213
+ type: "uint256",
214
+ },
215
+ ],
216
+ name: "BDInvalidEpoch",
217
+ type: "error",
218
+ },
219
+ {
220
+ inputs: [],
221
+ name: "BLACKLISTED_ROUTE_ID",
222
+ type: "error",
223
+ },
224
+ {
225
+ inputs: [],
226
+ name: "BLACKLISTED_SELECTOR",
227
+ type: "error",
228
+ },
229
+ {
230
+ inputs: [],
231
+ name: "BLOCK_CHAIN_ID_OUT_OF_BOUNDS",
232
+ type: "error",
233
+ },
234
+ {
235
+ inputs: [],
236
+ name: "BRIDGE_TOKENS_PENDING",
237
+ type: "error",
238
+ },
239
+ {
240
+ inputs: [],
241
+ name: "BelowMin",
242
+ type: "error",
243
+ },
244
+ {
245
+ inputs: [
246
+ {
247
+ internalType: "uint256",
248
+ name: "actualRate",
249
+ type: "uint256",
250
+ },
251
+ {
252
+ internalType: "uint256",
253
+ name: "currentRate",
254
+ type: "uint256",
255
+ },
256
+ {
257
+ internalType: "uint256",
258
+ name: "eps",
259
+ type: "uint256",
260
+ },
261
+ ],
262
+ name: "BulkBadRateSyToToken",
263
+ type: "error",
264
+ },
265
+ {
266
+ inputs: [
267
+ {
268
+ internalType: "uint256",
269
+ name: "actualRate",
270
+ type: "uint256",
271
+ },
272
+ {
273
+ internalType: "uint256",
274
+ name: "currentRate",
275
+ type: "uint256",
276
+ },
277
+ {
278
+ internalType: "uint256",
279
+ name: "eps",
280
+ type: "uint256",
281
+ },
282
+ ],
283
+ name: "BulkBadRateTokenToSy",
284
+ type: "error",
285
+ },
286
+ {
287
+ inputs: [
288
+ {
289
+ internalType: "uint256",
290
+ name: "actualSyOut",
291
+ type: "uint256",
292
+ },
293
+ {
294
+ internalType: "uint256",
295
+ name: "requiredSyOut",
296
+ type: "uint256",
297
+ },
298
+ ],
299
+ name: "BulkInSufficientSyOut",
300
+ type: "error",
301
+ },
302
+ {
303
+ inputs: [
304
+ {
305
+ internalType: "uint256",
306
+ name: "actualTokenOut",
307
+ type: "uint256",
308
+ },
309
+ {
310
+ internalType: "uint256",
311
+ name: "requiredTokenOut",
312
+ type: "uint256",
313
+ },
314
+ ],
315
+ name: "BulkInSufficientTokenOut",
316
+ type: "error",
317
+ },
318
+ {
319
+ inputs: [
320
+ {
321
+ internalType: "uint256",
322
+ name: "currentAmount",
323
+ type: "uint256",
324
+ },
325
+ {
326
+ internalType: "uint256",
327
+ name: "requiredAmount",
328
+ type: "uint256",
329
+ },
330
+ ],
331
+ name: "BulkInsufficientSyForTrade",
332
+ type: "error",
333
+ },
334
+ {
335
+ inputs: [
336
+ {
337
+ internalType: "uint256",
338
+ name: "actualBalance",
339
+ type: "uint256",
340
+ },
341
+ {
342
+ internalType: "uint256",
343
+ name: "requiredBalance",
344
+ type: "uint256",
345
+ },
346
+ ],
347
+ name: "BulkInsufficientSyReceived",
348
+ type: "error",
349
+ },
350
+ {
351
+ inputs: [
352
+ {
353
+ internalType: "uint256",
354
+ name: "currentAmount",
355
+ type: "uint256",
356
+ },
357
+ {
358
+ internalType: "uint256",
359
+ name: "requiredAmount",
360
+ type: "uint256",
361
+ },
362
+ ],
363
+ name: "BulkInsufficientTokenForTrade",
364
+ type: "error",
365
+ },
366
+ {
367
+ inputs: [],
368
+ name: "BulkNotAdmin",
369
+ type: "error",
370
+ },
371
+ {
372
+ inputs: [],
373
+ name: "BulkNotMaintainer",
374
+ type: "error",
375
+ },
376
+ {
377
+ inputs: [
378
+ {
379
+ internalType: "address",
380
+ name: "token",
381
+ type: "address",
382
+ },
383
+ {
384
+ internalType: "address",
385
+ name: "SY",
386
+ type: "address",
387
+ },
388
+ {
389
+ internalType: "address",
390
+ name: "bulk",
391
+ type: "address",
392
+ },
393
+ ],
394
+ name: "BulkSellerAlreadyExisted",
395
+ type: "error",
396
+ },
397
+ {
398
+ inputs: [
399
+ {
400
+ internalType: "address",
401
+ name: "token",
402
+ type: "address",
403
+ },
404
+ {
405
+ internalType: "address",
406
+ name: "SY",
407
+ type: "address",
408
+ },
409
+ ],
410
+ name: "BulkSellerInvalidToken",
411
+ type: "error",
412
+ },
413
+ {
414
+ inputs: [],
415
+ name: "BytesZero",
416
+ type: "error",
417
+ },
418
+ {
419
+ inputs: [],
420
+ name: "CALLER_NOT_ENDPOINT",
421
+ type: "error",
422
+ },
423
+ {
424
+ inputs: [],
425
+ name: "CALLER_NOT_MAILBOX",
426
+ type: "error",
427
+ },
428
+ {
429
+ inputs: [],
430
+ name: "CALLER_NOT_RELAYER",
431
+ type: "error",
432
+ },
433
+ {
434
+ inputs: [],
435
+ name: "CANNOT_DECODE_FINAL_SWAP_OUTPUT_TOKEN",
436
+ type: "error",
437
+ },
438
+ {
439
+ inputs: [],
440
+ name: "CANNOT_FORWARD_4646_TOKEN",
441
+ type: "error",
442
+ },
443
+ {
444
+ inputs: [],
445
+ name: "CANNOT_REVOKE_LAST_ADMIN",
446
+ type: "error",
447
+ },
448
+ {
449
+ inputs: [],
450
+ name: "CANNOT_REVOKE_NON_BROADCASTABLE_ROLES",
451
+ type: "error",
452
+ },
453
+ {
454
+ inputs: [],
455
+ name: "CANNOT_UPDATE_WITHDRAW_TX_DATA",
456
+ type: "error",
457
+ },
458
+ {
459
+ inputs: [],
460
+ name: "CHAINLINK_INCOMPLETE_ROUND",
461
+ type: "error",
462
+ },
463
+ {
464
+ inputs: [],
465
+ name: "CHAINLINK_MALFUNCTION",
466
+ type: "error",
467
+ },
468
+ {
469
+ inputs: [],
470
+ name: "CHAINLINK_UNSUPPORTED_DECIMAL",
471
+ type: "error",
472
+ },
473
+ {
474
+ inputs: [
475
+ {
476
+ internalType: "bool",
477
+ name: "success",
478
+ type: "bool",
479
+ },
480
+ {
481
+ internalType: "bytes",
482
+ name: "res",
483
+ type: "bytes",
484
+ },
485
+ ],
486
+ name: "CallThenRevertError",
487
+ type: "error",
488
+ },
489
+ {
490
+ inputs: [
491
+ {
492
+ internalType: "uint256",
493
+ name: "chainId",
494
+ type: "uint256",
495
+ },
496
+ ],
497
+ name: "ChainNotSupported",
498
+ type: "error",
499
+ },
500
+ {
501
+ inputs: [],
502
+ name: "CooldownNotComplete",
503
+ type: "error",
504
+ },
505
+ {
506
+ inputs: [],
507
+ name: "DECREASED_ALLOWANCE_BELOW_ZERO",
508
+ type: "error",
509
+ },
510
+ {
511
+ inputs: [],
512
+ name: "DELAY_NOT_SET",
513
+ type: "error",
514
+ },
515
+ {
516
+ inputs: [],
517
+ name: "DIFFERENT_PAYLOAD_UPDATE_AMOUNTS_LENGTH",
518
+ type: "error",
519
+ },
520
+ {
521
+ inputs: [],
522
+ name: "DIFFERENT_PAYLOAD_UPDATE_TX_DATA_LENGTH",
523
+ type: "error",
524
+ },
525
+ {
526
+ inputs: [],
527
+ name: "DIFFERENT_TOKENS",
528
+ type: "error",
529
+ },
530
+ {
531
+ inputs: [],
532
+ name: "DIRECT_DEPOSIT_SWAP_FAILED",
533
+ type: "error",
534
+ },
535
+ {
536
+ inputs: [],
537
+ name: "DIRECT_WITHDRAW_INVALID_LIQ_REQUEST",
538
+ type: "error",
539
+ },
540
+ {
541
+ inputs: [],
542
+ name: "DISABLED",
543
+ type: "error",
544
+ },
545
+ {
546
+ inputs: [],
547
+ name: "DISPUTE_TIME_ELAPSED",
548
+ type: "error",
549
+ },
550
+ {
551
+ inputs: [],
552
+ name: "DST_SWAP_ALREADY_PROCESSED",
553
+ type: "error",
554
+ },
555
+ {
556
+ inputs: [],
557
+ name: "DUPLICATE_FINAL_SUPERFORM_IDS",
558
+ type: "error",
559
+ },
560
+ {
561
+ inputs: [],
562
+ name: "DUPLICATE_INDEX",
563
+ type: "error",
564
+ },
565
+ {
566
+ inputs: [],
567
+ name: "DUPLICATE_PAYLOAD",
568
+ type: "error",
569
+ },
570
+ {
571
+ inputs: [],
572
+ name: "DUPLICATE_SUPERFORM_IDS_REBALANCE_FROM",
573
+ type: "error",
574
+ },
575
+ {
576
+ inputs: [],
577
+ name: "DYNAMIC_URI_FROZEN",
578
+ type: "error",
579
+ },
580
+ {
581
+ inputs: [],
582
+ name: "Deadline",
583
+ type: "error",
584
+ },
585
+ {
586
+ inputs: [],
587
+ name: "ECDSAInvalidSignature",
588
+ type: "error",
589
+ },
590
+ {
591
+ inputs: [
592
+ {
593
+ internalType: "uint256",
594
+ name: "length",
595
+ type: "uint256",
596
+ },
597
+ ],
598
+ name: "ECDSAInvalidSignatureLength",
599
+ type: "error",
600
+ },
601
+ {
602
+ inputs: [
603
+ {
604
+ internalType: "bytes32",
605
+ name: "s",
606
+ type: "bytes32",
607
+ },
608
+ ],
609
+ name: "ECDSAInvalidSignatureS",
610
+ type: "error",
611
+ },
612
+ {
613
+ inputs: [],
614
+ name: "EMERGENCY_WITHDRAW_NOT_QUEUED",
615
+ type: "error",
616
+ },
617
+ {
618
+ inputs: [],
619
+ name: "EMERGENCY_WITHDRAW_PROCESSED_ALREADY",
620
+ type: "error",
621
+ },
622
+ {
623
+ inputs: [],
624
+ name: "EMPTY_AMOUNTS_REBALANCE_FROM",
625
+ type: "error",
626
+ },
627
+ {
628
+ inputs: [],
629
+ name: "EMPTY_FINAL_SUPERFORM_IDS",
630
+ type: "error",
631
+ },
632
+ {
633
+ inputs: [
634
+ {
635
+ internalType: "address",
636
+ name: "sender",
637
+ type: "address",
638
+ },
639
+ {
640
+ internalType: "uint256",
641
+ name: "balance",
642
+ type: "uint256",
643
+ },
644
+ {
645
+ internalType: "uint256",
646
+ name: "needed",
647
+ type: "uint256",
648
+ },
649
+ {
650
+ internalType: "uint256",
651
+ name: "tokenId",
652
+ type: "uint256",
653
+ },
654
+ ],
655
+ name: "ERC1155InsufficientBalance",
656
+ type: "error",
657
+ },
658
+ {
659
+ inputs: [
660
+ {
661
+ internalType: "address",
662
+ name: "approver",
663
+ type: "address",
664
+ },
665
+ ],
666
+ name: "ERC1155InvalidApprover",
667
+ type: "error",
668
+ },
669
+ {
670
+ inputs: [
671
+ {
672
+ internalType: "uint256",
673
+ name: "idsLength",
674
+ type: "uint256",
675
+ },
676
+ {
677
+ internalType: "uint256",
678
+ name: "valuesLength",
679
+ type: "uint256",
680
+ },
681
+ ],
682
+ name: "ERC1155InvalidArrayLength",
683
+ type: "error",
684
+ },
685
+ {
686
+ inputs: [
687
+ {
688
+ internalType: "address",
689
+ name: "operator",
690
+ type: "address",
691
+ },
692
+ ],
693
+ name: "ERC1155InvalidOperator",
694
+ type: "error",
695
+ },
696
+ {
697
+ inputs: [
698
+ {
699
+ internalType: "address",
700
+ name: "receiver",
701
+ type: "address",
702
+ },
703
+ ],
704
+ name: "ERC1155InvalidReceiver",
705
+ type: "error",
706
+ },
707
+ {
708
+ inputs: [
709
+ {
710
+ internalType: "address",
711
+ name: "sender",
712
+ type: "address",
713
+ },
714
+ ],
715
+ name: "ERC1155InvalidSender",
716
+ type: "error",
717
+ },
718
+ {
719
+ inputs: [
720
+ {
721
+ internalType: "address",
722
+ name: "operator",
723
+ type: "address",
724
+ },
725
+ {
726
+ internalType: "address",
727
+ name: "owner",
728
+ type: "address",
729
+ },
730
+ ],
731
+ name: "ERC1155MissingApprovalForAll",
732
+ type: "error",
733
+ },
734
+ {
735
+ inputs: [],
736
+ name: "ERC165_UNSUPPORTED",
737
+ type: "error",
738
+ },
739
+ {
740
+ inputs: [
741
+ {
742
+ internalType: "address",
743
+ name: "admin",
744
+ type: "address",
745
+ },
746
+ ],
747
+ name: "ERC1967InvalidAdmin",
748
+ type: "error",
749
+ },
750
+ {
751
+ inputs: [
752
+ {
753
+ internalType: "address",
754
+ name: "beacon",
755
+ type: "address",
756
+ },
757
+ ],
758
+ name: "ERC1967InvalidBeacon",
759
+ type: "error",
760
+ },
761
+ {
762
+ inputs: [
763
+ {
764
+ internalType: "address",
765
+ name: "implementation",
766
+ type: "address",
767
+ },
768
+ ],
769
+ name: "ERC1967InvalidImplementation",
770
+ type: "error",
771
+ },
772
+ {
773
+ inputs: [],
774
+ name: "ERC1967NonPayable",
775
+ type: "error",
776
+ },
777
+ {
778
+ inputs: [
779
+ {
780
+ internalType: "address",
781
+ name: "",
782
+ type: "address",
783
+ },
784
+ {
785
+ internalType: "uint256",
786
+ name: "",
787
+ type: "uint256",
788
+ },
789
+ {
790
+ internalType: "uint256",
791
+ name: "",
792
+ type: "uint256",
793
+ },
794
+ ],
795
+ name: "ERC20InsufficientAllowance",
796
+ type: "error",
797
+ },
798
+ {
799
+ inputs: [
800
+ {
801
+ internalType: "address",
802
+ name: "",
803
+ type: "address",
804
+ },
805
+ {
806
+ internalType: "uint256",
807
+ name: "",
808
+ type: "uint256",
809
+ },
810
+ {
811
+ internalType: "uint256",
812
+ name: "",
813
+ type: "uint256",
814
+ },
815
+ ],
816
+ name: "ERC20InsufficientBalance",
817
+ type: "error",
818
+ },
819
+ {
820
+ inputs: [
821
+ {
822
+ internalType: "address",
823
+ name: "approver",
824
+ type: "address",
825
+ },
826
+ ],
827
+ name: "ERC20InvalidApprover",
828
+ type: "error",
829
+ },
830
+ {
831
+ inputs: [
832
+ {
833
+ internalType: "address",
834
+ name: "receiver",
835
+ type: "address",
836
+ },
837
+ ],
838
+ name: "ERC20InvalidReceiver",
839
+ type: "error",
840
+ },
841
+ {
842
+ inputs: [
843
+ {
844
+ internalType: "address",
845
+ name: "sender",
846
+ type: "address",
847
+ },
848
+ ],
849
+ name: "ERC20InvalidSender",
850
+ type: "error",
851
+ },
852
+ {
853
+ inputs: [
854
+ {
855
+ internalType: "address",
856
+ name: "spender",
857
+ type: "address",
858
+ },
859
+ ],
860
+ name: "ERC20InvalidSpender",
861
+ type: "error",
862
+ },
863
+ {
864
+ inputs: [
865
+ {
866
+ internalType: "uint256",
867
+ name: "deadline",
868
+ type: "uint256",
869
+ },
870
+ ],
871
+ name: "ERC2612ExpiredSignature",
872
+ type: "error",
873
+ },
874
+ {
875
+ inputs: [
876
+ {
877
+ internalType: "address",
878
+ name: "signer",
879
+ type: "address",
880
+ },
881
+ {
882
+ internalType: "address",
883
+ name: "owner",
884
+ type: "address",
885
+ },
886
+ ],
887
+ name: "ERC2612InvalidSigner",
888
+ type: "error",
889
+ },
890
+ {
891
+ inputs: [],
892
+ name: "ERC4626ExceededMaxDeposit",
893
+ type: "error",
894
+ },
895
+ {
896
+ inputs: [],
897
+ name: "ERC4626ExceededMaxMint",
898
+ type: "error",
899
+ },
900
+ {
901
+ inputs: [],
902
+ name: "ERC4626ExceededMaxRedeem",
903
+ type: "error",
904
+ },
905
+ {
906
+ inputs: [],
907
+ name: "ERC4626ExceededMaxWithdraw",
908
+ type: "error",
909
+ },
910
+ {
911
+ inputs: [
912
+ {
913
+ internalType: "address",
914
+ name: "sender",
915
+ type: "address",
916
+ },
917
+ {
918
+ internalType: "uint256",
919
+ name: "tokenId",
920
+ type: "uint256",
921
+ },
922
+ {
923
+ internalType: "address",
924
+ name: "owner",
925
+ type: "address",
926
+ },
927
+ ],
928
+ name: "ERC721IncorrectOwner",
929
+ type: "error",
930
+ },
931
+ {
932
+ inputs: [
933
+ {
934
+ internalType: "address",
935
+ name: "operator",
936
+ type: "address",
937
+ },
938
+ {
939
+ internalType: "uint256",
940
+ name: "tokenId",
941
+ type: "uint256",
942
+ },
943
+ ],
944
+ name: "ERC721InsufficientApproval",
945
+ type: "error",
946
+ },
947
+ {
948
+ inputs: [
949
+ {
950
+ internalType: "address",
951
+ name: "approver",
952
+ type: "address",
953
+ },
954
+ ],
955
+ name: "ERC721InvalidApprover",
956
+ type: "error",
957
+ },
958
+ {
959
+ inputs: [
960
+ {
961
+ internalType: "address",
962
+ name: "operator",
963
+ type: "address",
964
+ },
965
+ ],
966
+ name: "ERC721InvalidOperator",
967
+ type: "error",
968
+ },
969
+ {
970
+ inputs: [
971
+ {
972
+ internalType: "address",
973
+ name: "owner",
974
+ type: "address",
975
+ },
976
+ ],
977
+ name: "ERC721InvalidOwner",
978
+ type: "error",
979
+ },
980
+ {
981
+ inputs: [
982
+ {
983
+ internalType: "address",
984
+ name: "receiver",
985
+ type: "address",
986
+ },
987
+ ],
988
+ name: "ERC721InvalidReceiver",
989
+ type: "error",
990
+ },
991
+ {
992
+ inputs: [
993
+ {
994
+ internalType: "address",
995
+ name: "sender",
996
+ type: "address",
997
+ },
998
+ ],
999
+ name: "ERC721InvalidSender",
1000
+ type: "error",
1001
+ },
1002
+ {
1003
+ inputs: [
1004
+ {
1005
+ internalType: "uint256",
1006
+ name: "tokenId",
1007
+ type: "uint256",
1008
+ },
1009
+ ],
1010
+ name: "ERC721NonexistentToken",
1011
+ type: "error",
1012
+ },
1013
+ {
1014
+ inputs: [],
1015
+ name: "EmergencyEnabled",
1016
+ type: "error",
1017
+ },
1018
+ {
1019
+ inputs: [],
1020
+ name: "EndOfEpoch",
1021
+ type: "error",
1022
+ },
1023
+ {
1024
+ inputs: [],
1025
+ name: "EnforcedPause",
1026
+ type: "error",
1027
+ },
1028
+ {
1029
+ inputs: [],
1030
+ name: "ErrorNotEnoughAllowance",
1031
+ type: "error",
1032
+ },
1033
+ {
1034
+ inputs: [],
1035
+ name: "ExpectedPause",
1036
+ type: "error",
1037
+ },
1038
+ {
1039
+ inputs: [],
1040
+ name: "Expired",
1041
+ type: "error",
1042
+ },
1043
+ {
1044
+ inputs: [
1045
+ {
1046
+ internalType: "uint256",
1047
+ name: "expiry",
1048
+ type: "uint256",
1049
+ },
1050
+ ],
1051
+ name: "ExpiryInThePast",
1052
+ type: "error",
1053
+ },
1054
+ {
1055
+ inputs: [],
1056
+ name: "FAILED_DST_SWAP_ALREADY_UPDATED",
1057
+ type: "error",
1058
+ },
1059
+ {
1060
+ inputs: [
1061
+ {
1062
+ internalType: "address",
1063
+ name: "token",
1064
+ type: "address",
1065
+ },
1066
+ ],
1067
+ name: "FAILED_TO_EXECUTE_TXDATA",
1068
+ type: "error",
1069
+ },
1070
+ {
1071
+ inputs: [],
1072
+ name: "FAILED_TO_SEND_NATIVE",
1073
+ type: "error",
1074
+ },
1075
+ {
1076
+ inputs: [],
1077
+ name: "FDEpochLengthMismatch",
1078
+ type: "error",
1079
+ },
1080
+ {
1081
+ inputs: [
1082
+ {
1083
+ internalType: "uint256",
1084
+ name: "lastFunded",
1085
+ type: "uint256",
1086
+ },
1087
+ {
1088
+ internalType: "uint256",
1089
+ name: "currentWTime",
1090
+ type: "uint256",
1091
+ },
1092
+ ],
1093
+ name: "FDFutureFunding",
1094
+ type: "error",
1095
+ },
1096
+ {
1097
+ inputs: [
1098
+ {
1099
+ internalType: "uint256",
1100
+ name: "oldFinishedEpoch",
1101
+ type: "uint256",
1102
+ },
1103
+ {
1104
+ internalType: "uint256",
1105
+ name: "newFinishedEpoch",
1106
+ type: "uint256",
1107
+ },
1108
+ ],
1109
+ name: "FDInvalidNewFinishedEpoch",
1110
+ type: "error",
1111
+ },
1112
+ {
1113
+ inputs: [
1114
+ {
1115
+ internalType: "address",
1116
+ name: "pool",
1117
+ type: "address",
1118
+ },
1119
+ ],
1120
+ name: "FDInvalidPool",
1121
+ type: "error",
1122
+ },
1123
+ {
1124
+ inputs: [
1125
+ {
1126
+ internalType: "uint256",
1127
+ name: "startEpoch",
1128
+ type: "uint256",
1129
+ },
1130
+ ],
1131
+ name: "FDInvalidStartEpoch",
1132
+ type: "error",
1133
+ },
1134
+ {
1135
+ inputs: [
1136
+ {
1137
+ internalType: "uint256",
1138
+ name: "lastFunded",
1139
+ type: "uint256",
1140
+ },
1141
+ {
1142
+ internalType: "uint256",
1143
+ name: "wTime",
1144
+ type: "uint256",
1145
+ },
1146
+ ],
1147
+ name: "FDInvalidWTimeFund",
1148
+ type: "error",
1149
+ },
1150
+ {
1151
+ inputs: [
1152
+ {
1153
+ internalType: "address",
1154
+ name: "pool",
1155
+ type: "address",
1156
+ },
1157
+ ],
1158
+ name: "FDPoolAlreadyExists",
1159
+ type: "error",
1160
+ },
1161
+ {
1162
+ inputs: [
1163
+ {
1164
+ internalType: "uint256",
1165
+ name: "actualTotalAmount",
1166
+ type: "uint256",
1167
+ },
1168
+ {
1169
+ internalType: "uint256",
1170
+ name: "expectedTotalAmount",
1171
+ type: "uint256",
1172
+ },
1173
+ ],
1174
+ name: "FDTotalAmountFundedNotMatch",
1175
+ type: "error",
1176
+ },
1177
+ {
1178
+ inputs: [],
1179
+ name: "FORM_DOES_NOT_EXIST",
1180
+ type: "error",
1181
+ },
1182
+ {
1183
+ inputs: [],
1184
+ name: "FORM_IMPLEMENTATION_ALREADY_EXISTS",
1185
+ type: "error",
1186
+ },
1187
+ {
1188
+ inputs: [],
1189
+ name: "FORM_IMPLEMENTATION_ID_ALREADY_EXISTS",
1190
+ type: "error",
1191
+ },
1192
+ {
1193
+ inputs: [],
1194
+ name: "FORM_INTERFACE_UNSUPPORTED",
1195
+ type: "error",
1196
+ },
1197
+ {
1198
+ inputs: [],
1199
+ name: "FailToAdd",
1200
+ type: "error",
1201
+ },
1202
+ {
1203
+ inputs: [],
1204
+ name: "FailToRemove",
1205
+ type: "error",
1206
+ },
1207
+ {
1208
+ inputs: [],
1209
+ name: "FailedInnerCall",
1210
+ type: "error",
1211
+ },
1212
+ {
1213
+ inputs: [],
1214
+ name: "FailedToSendEther",
1215
+ type: "error",
1216
+ },
1217
+ {
1218
+ inputs: [],
1219
+ name: "FarmNotFound",
1220
+ type: "error",
1221
+ },
1222
+ {
1223
+ inputs: [
1224
+ {
1225
+ internalType: "uint256",
1226
+ name: "errCode",
1227
+ type: "uint256",
1228
+ },
1229
+ ],
1230
+ name: "FluxLendingError",
1231
+ type: "error",
1232
+ },
1233
+ {
1234
+ inputs: [],
1235
+ name: "Forbidden",
1236
+ type: "error",
1237
+ },
1238
+ {
1239
+ inputs: [
1240
+ {
1241
+ internalType: "address",
1242
+ name: "caller",
1243
+ type: "address",
1244
+ },
1245
+ ],
1246
+ name: "GCNotPendleMarket",
1247
+ type: "error",
1248
+ },
1249
+ {
1250
+ inputs: [
1251
+ {
1252
+ internalType: "address",
1253
+ name: "caller",
1254
+ type: "address",
1255
+ },
1256
+ ],
1257
+ name: "GCNotVotingController",
1258
+ type: "error",
1259
+ },
1260
+ {
1261
+ inputs: [],
1262
+ name: "GnsPriceCallFailed",
1263
+ type: "error",
1264
+ },
1265
+ {
1266
+ inputs: [],
1267
+ name: "GnsTokenPriceZero",
1268
+ type: "error",
1269
+ },
1270
+ {
1271
+ inputs: [],
1272
+ name: "ID_NOT_MINTED_YET",
1273
+ type: "error",
1274
+ },
1275
+ {
1276
+ inputs: [],
1277
+ name: "INDEX_OUT_OF_BOUNDS",
1278
+ type: "error",
1279
+ },
1280
+ {
1281
+ inputs: [],
1282
+ name: "INSUFFICIENT_ALLOWANCE_FOR_DEPOSIT",
1283
+ type: "error",
1284
+ },
1285
+ {
1286
+ inputs: [],
1287
+ name: "INSUFFICIENT_BALANCE",
1288
+ type: "error",
1289
+ },
1290
+ {
1291
+ inputs: [],
1292
+ name: "INSUFFICIENT_NATIVE_AMOUNT",
1293
+ type: "error",
1294
+ },
1295
+ {
1296
+ inputs: [],
1297
+ name: "INSUFFICIENT_QUORUM",
1298
+ type: "error",
1299
+ },
1300
+ {
1301
+ inputs: [],
1302
+ name: "INVALID_ACTION",
1303
+ type: "error",
1304
+ },
1305
+ {
1306
+ inputs: [],
1307
+ name: "INVALID_BRIDGE_ID",
1308
+ type: "error",
1309
+ },
1310
+ {
1311
+ inputs: [],
1312
+ name: "INVALID_BROADCAST_FEE",
1313
+ type: "error",
1314
+ },
1315
+ {
1316
+ inputs: [],
1317
+ name: "INVALID_BROADCAST_FINALITY",
1318
+ type: "error",
1319
+ },
1320
+ {
1321
+ inputs: [],
1322
+ name: "INVALID_BROADCAST_PAYLOAD",
1323
+ type: "error",
1324
+ },
1325
+ {
1326
+ inputs: [],
1327
+ name: "INVALID_CHAIN_ID",
1328
+ type: "error",
1329
+ },
1330
+ {
1331
+ inputs: [],
1332
+ name: "INVALID_DEPOSIT_LIQ_DST_CHAIN_ID",
1333
+ type: "error",
1334
+ },
1335
+ {
1336
+ inputs: [],
1337
+ name: "INVALID_DEPOSIT_SELECTOR",
1338
+ type: "error",
1339
+ },
1340
+ {
1341
+ inputs: [],
1342
+ name: "INVALID_DEPOSIT_TOKEN",
1343
+ type: "error",
1344
+ },
1345
+ {
1346
+ inputs: [],
1347
+ name: "INVALID_DST_SWAPPER_FAILED_SWAP",
1348
+ type: "error",
1349
+ },
1350
+ {
1351
+ inputs: [],
1352
+ name: "INVALID_DST_SWAPPER_FAILED_SWAP_NO_NATIVE_BALANCE",
1353
+ type: "error",
1354
+ },
1355
+ {
1356
+ inputs: [],
1357
+ name: "INVALID_DST_SWAPPER_FAILED_SWAP_NO_TOKEN_BALANCE",
1358
+ type: "error",
1359
+ },
1360
+ {
1361
+ inputs: [],
1362
+ name: "INVALID_DST_SWAP_AMOUNT",
1363
+ type: "error",
1364
+ },
1365
+ {
1366
+ inputs: [],
1367
+ name: "INVALID_FEE",
1368
+ type: "error",
1369
+ },
1370
+ {
1371
+ inputs: [],
1372
+ name: "INVALID_FORM_ID",
1373
+ type: "error",
1374
+ },
1375
+ {
1376
+ inputs: [],
1377
+ name: "INVALID_FORM_REGISTRY_ID",
1378
+ type: "error",
1379
+ },
1380
+ {
1381
+ inputs: [],
1382
+ name: "INVALID_GLOBAL_SLIPPAGE",
1383
+ type: "error",
1384
+ },
1385
+ {
1386
+ inputs: [],
1387
+ name: "INVALID_INDEX",
1388
+ type: "error",
1389
+ },
1390
+ {
1391
+ inputs: [],
1392
+ name: "INVALID_INTERIM_TOKEN",
1393
+ type: "error",
1394
+ },
1395
+ {
1396
+ inputs: [],
1397
+ name: "INVALID_INTERNAL_CALL",
1398
+ type: "error",
1399
+ },
1400
+ {
1401
+ inputs: [],
1402
+ name: "INVALID_MESSAGE_TYPE",
1403
+ type: "error",
1404
+ },
1405
+ {
1406
+ inputs: [],
1407
+ name: "INVALID_NATIVE_TOKEN_PRICE",
1408
+ type: "error",
1409
+ },
1410
+ {
1411
+ inputs: [],
1412
+ name: "INVALID_PAYLOAD",
1413
+ type: "error",
1414
+ },
1415
+ {
1416
+ inputs: [],
1417
+ name: "INVALID_PAYLOAD_HASH",
1418
+ type: "error",
1419
+ },
1420
+ {
1421
+ inputs: [],
1422
+ name: "INVALID_PAYLOAD_ID",
1423
+ type: "error",
1424
+ },
1425
+ {
1426
+ inputs: [],
1427
+ name: "INVALID_PAYLOAD_STATUS",
1428
+ type: "error",
1429
+ },
1430
+ {
1431
+ inputs: [],
1432
+ name: "INVALID_PAYLOAD_TYPE",
1433
+ type: "error",
1434
+ },
1435
+ {
1436
+ inputs: [],
1437
+ name: "INVALID_PAYLOAD_UPDATE_REQUEST",
1438
+ type: "error",
1439
+ },
1440
+ {
1441
+ inputs: [],
1442
+ name: "INVALID_PROOF_BRIDGE_ID",
1443
+ type: "error",
1444
+ },
1445
+ {
1446
+ inputs: [],
1447
+ name: "INVALID_PROOF_BRIDGE_IDS",
1448
+ type: "error",
1449
+ },
1450
+ {
1451
+ inputs: [],
1452
+ name: "INVALID_REBALANCE_FROM_SELECTOR",
1453
+ type: "error",
1454
+ },
1455
+ {
1456
+ inputs: [],
1457
+ name: "INVALID_REBALANCE_SELECTOR",
1458
+ type: "error",
1459
+ },
1460
+ {
1461
+ inputs: [],
1462
+ name: "INVALID_REGISTRY_ID",
1463
+ type: "error",
1464
+ },
1465
+ {
1466
+ inputs: [],
1467
+ name: "INVALID_RESCUE_DATA",
1468
+ type: "error",
1469
+ },
1470
+ {
1471
+ inputs: [],
1472
+ name: "INVALID_RETRY_FEE",
1473
+ type: "error",
1474
+ },
1475
+ {
1476
+ inputs: [
1477
+ {
1478
+ internalType: "uint256",
1479
+ name: "superformId",
1480
+ type: "uint256",
1481
+ },
1482
+ ],
1483
+ name: "INVALID_SP_FULL_REBALANCE",
1484
+ type: "error",
1485
+ },
1486
+ {
1487
+ inputs: [],
1488
+ name: "INVALID_SRC_SENDER",
1489
+ type: "error",
1490
+ },
1491
+ {
1492
+ inputs: [],
1493
+ name: "INVALID_SUPERFORMS_DATA",
1494
+ type: "error",
1495
+ },
1496
+ {
1497
+ inputs: [],
1498
+ name: "INVALID_SUPERFORM_ID_REBALANCE_FROM",
1499
+ type: "error",
1500
+ },
1501
+ {
1502
+ inputs: [],
1503
+ name: "INVALID_SWAP_OUTPUT",
1504
+ type: "error",
1505
+ },
1506
+ {
1507
+ inputs: [],
1508
+ name: "INVALID_TIMELOCK_DELAY",
1509
+ type: "error",
1510
+ },
1511
+ {
1512
+ inputs: [],
1513
+ name: "INVALID_TXDATA_CHAIN_ID",
1514
+ type: "error",
1515
+ },
1516
+ {
1517
+ inputs: [],
1518
+ name: "INVALID_TXDATA_NO_DESTINATIONCALL_ALLOWED",
1519
+ type: "error",
1520
+ },
1521
+ {
1522
+ inputs: [],
1523
+ name: "INVALID_TXDATA_RECEIVER",
1524
+ type: "error",
1525
+ },
1526
+ {
1527
+ inputs: [],
1528
+ name: "INVALID_TXDATA_TOKEN",
1529
+ type: "error",
1530
+ },
1531
+ {
1532
+ inputs: [],
1533
+ name: "INVALID_UPDATE_FINAL_TOKEN",
1534
+ type: "error",
1535
+ },
1536
+ {
1537
+ inputs: [],
1538
+ name: "INVALID_WEIGHTS",
1539
+ type: "error",
1540
+ },
1541
+ {
1542
+ inputs: [],
1543
+ name: "IXERC20_NotHighEnoughLimits",
1544
+ type: "error",
1545
+ },
1546
+ {
1547
+ inputs: [
1548
+ {
1549
+ internalType: "uint16",
1550
+ name: "cardinalityRequired",
1551
+ type: "uint16",
1552
+ },
1553
+ ],
1554
+ name: "IncreaseCardinalityRequired",
1555
+ type: "error",
1556
+ },
1557
+ {
1558
+ inputs: [],
1559
+ name: "InsufficientAmount",
1560
+ type: "error",
1561
+ },
1562
+ {
1563
+ inputs: [],
1564
+ name: "InsufficientBalance",
1565
+ type: "error",
1566
+ },
1567
+ {
1568
+ inputs: [
1569
+ {
1570
+ internalType: "uint256",
1571
+ name: "currentFee",
1572
+ type: "uint256",
1573
+ },
1574
+ {
1575
+ internalType: "uint256",
1576
+ name: "requiredFee",
1577
+ type: "uint256",
1578
+ },
1579
+ ],
1580
+ name: "InsufficientFeeToSendMsg",
1581
+ type: "error",
1582
+ },
1583
+ {
1584
+ inputs: [],
1585
+ name: "InsufficientLpAmount",
1586
+ type: "error",
1587
+ },
1588
+ {
1589
+ inputs: [
1590
+ {
1591
+ internalType: "address",
1592
+ name: "account",
1593
+ type: "address",
1594
+ },
1595
+ {
1596
+ internalType: "uint256",
1597
+ name: "currentNonce",
1598
+ type: "uint256",
1599
+ },
1600
+ ],
1601
+ name: "InvalidAccountNonce",
1602
+ type: "error",
1603
+ },
1604
+ {
1605
+ inputs: [],
1606
+ name: "InvalidAmountToDeposit",
1607
+ type: "error",
1608
+ },
1609
+ {
1610
+ inputs: [
1611
+ {
1612
+ internalType: "uint256",
1613
+ name: "blockCycleNumerator",
1614
+ type: "uint256",
1615
+ },
1616
+ ],
1617
+ name: "InvalidBlockRate",
1618
+ type: "error",
1619
+ },
1620
+ {
1621
+ inputs: [],
1622
+ name: "InvalidDelay",
1623
+ type: "error",
1624
+ },
1625
+ {
1626
+ inputs: [],
1627
+ name: "InvalidDelegate",
1628
+ type: "error",
1629
+ },
1630
+ {
1631
+ inputs: [],
1632
+ name: "InvalidDepositAmount",
1633
+ type: "error",
1634
+ },
1635
+ {
1636
+ inputs: [],
1637
+ name: "InvalidEndpointCall",
1638
+ type: "error",
1639
+ },
1640
+ {
1641
+ inputs: [],
1642
+ name: "InvalidFarm",
1643
+ type: "error",
1644
+ },
1645
+ {
1646
+ inputs: [],
1647
+ name: "InvalidInitialization",
1648
+ type: "error",
1649
+ },
1650
+ {
1651
+ inputs: [],
1652
+ name: "InvalidInput",
1653
+ type: "error",
1654
+ },
1655
+ {
1656
+ inputs: [],
1657
+ name: "InvalidLength",
1658
+ type: "error",
1659
+ },
1660
+ {
1661
+ inputs: [],
1662
+ name: "InvalidLocalDecimals",
1663
+ type: "error",
1664
+ },
1665
+ {
1666
+ inputs: [],
1667
+ name: "InvalidMerkleProof",
1668
+ type: "error",
1669
+ },
1670
+ {
1671
+ inputs: [
1672
+ {
1673
+ components: [
1674
+ {
1675
+ internalType: "uint128",
1676
+ name: "rate",
1677
+ type: "uint128",
1678
+ },
1679
+ {
1680
+ internalType: "uint64",
1681
+ name: "dataBlock",
1682
+ type: "uint64",
1683
+ },
1684
+ {
1685
+ internalType: "uint32",
1686
+ name: "dataTimestamp",
1687
+ type: "uint32",
1688
+ },
1689
+ {
1690
+ internalType: "uint32",
1691
+ name: "updatedAt",
1692
+ type: "uint32",
1693
+ },
1694
+ ],
1695
+ internalType: "struct SDKErrorsDirectory.ExchangeRateData",
1696
+ name: "data",
1697
+ type: "tuple",
1698
+ },
1699
+ ],
1700
+ name: "InvalidMetadata",
1701
+ type: "error",
1702
+ },
1703
+ {
1704
+ inputs: [
1705
+ {
1706
+ internalType: "uint256",
1707
+ name: "tokenId",
1708
+ type: "uint256",
1709
+ },
1710
+ ],
1711
+ name: "InvalidNft",
1712
+ type: "error",
1713
+ },
1714
+ {
1715
+ inputs: [],
1716
+ name: "InvalidRange",
1717
+ type: "error",
1718
+ },
1719
+ {
1720
+ inputs: [],
1721
+ name: "InvalidRetryData",
1722
+ type: "error",
1723
+ },
1724
+ {
1725
+ inputs: [],
1726
+ name: "InvalidReward",
1727
+ type: "error",
1728
+ },
1729
+ {
1730
+ inputs: [],
1731
+ name: "InvalidRoundId",
1732
+ type: "error",
1733
+ },
1734
+ {
1735
+ inputs: [],
1736
+ name: "InvalidShortString",
1737
+ type: "error",
1738
+ },
1739
+ {
1740
+ inputs: [],
1741
+ name: "InvalidState",
1742
+ type: "error",
1743
+ },
1744
+ {
1745
+ inputs: [],
1746
+ name: "InvalidTime",
1747
+ type: "error",
1748
+ },
1749
+ {
1750
+ inputs: [],
1751
+ name: "InvalidTimestamp",
1752
+ type: "error",
1753
+ },
1754
+ {
1755
+ inputs: [],
1756
+ name: "InvalidToken",
1757
+ type: "error",
1758
+ },
1759
+ {
1760
+ inputs: [
1761
+ {
1762
+ internalType: "uint256",
1763
+ name: "tokenId",
1764
+ type: "uint256",
1765
+ },
1766
+ {
1767
+ internalType: "uint256",
1768
+ name: "positionId",
1769
+ type: "uint256",
1770
+ },
1771
+ ],
1772
+ name: "InvalidTokenId",
1773
+ type: "error",
1774
+ },
1775
+ {
1776
+ inputs: [],
1777
+ name: "InvalidTotalSupply",
1778
+ type: "error",
1779
+ },
1780
+ {
1781
+ inputs: [
1782
+ {
1783
+ internalType: "uint256",
1784
+ name: "wTime",
1785
+ type: "uint256",
1786
+ },
1787
+ ],
1788
+ name: "InvalidWTime",
1789
+ type: "error",
1790
+ },
1791
+ {
1792
+ inputs: [],
1793
+ name: "InvalidWithdrawalFee",
1794
+ type: "error",
1795
+ },
1796
+ {
1797
+ inputs: [
1798
+ {
1799
+ internalType: "uint256",
1800
+ name: "assetLimit",
1801
+ type: "uint256",
1802
+ },
1803
+ {
1804
+ internalType: "uint256",
1805
+ name: "totalAsset",
1806
+ type: "uint256",
1807
+ },
1808
+ {
1809
+ internalType: "uint256",
1810
+ name: "amountAssetToDeposit",
1811
+ type: "uint256",
1812
+ },
1813
+ ],
1814
+ name: "KarakVaultAssetLimitExceeded",
1815
+ type: "error",
1816
+ },
1817
+ {
1818
+ inputs: [],
1819
+ name: "LENGTH_MISMATCH",
1820
+ type: "error",
1821
+ },
1822
+ {
1823
+ inputs: [],
1824
+ name: "LOCKED",
1825
+ type: "error",
1826
+ },
1827
+ {
1828
+ inputs: [],
1829
+ name: "LimitOverflow",
1830
+ type: "error",
1831
+ },
1832
+ {
1833
+ inputs: [],
1834
+ name: "LiquidityNotMatch",
1835
+ type: "error",
1836
+ },
1837
+ {
1838
+ inputs: [
1839
+ {
1840
+ internalType: "uint256",
1841
+ name: "remainingStake",
1842
+ type: "uint256",
1843
+ },
1844
+ {
1845
+ internalType: "uint256",
1846
+ name: "amountStaking",
1847
+ type: "uint256",
1848
+ },
1849
+ ],
1850
+ name: "LombardStakeLimitExceed",
1851
+ type: "error",
1852
+ },
1853
+ {
1854
+ inputs: [],
1855
+ name: "LzTokenUnavailable",
1856
+ type: "error",
1857
+ },
1858
+ {
1859
+ inputs: [
1860
+ {
1861
+ internalType: "address",
1862
+ name: "addr",
1863
+ type: "address",
1864
+ },
1865
+ ],
1866
+ name: "MFNotPendleMarket",
1867
+ type: "error",
1868
+ },
1869
+ {
1870
+ inputs: [],
1871
+ name: "MSG_VALUE_NOT_ZERO",
1872
+ type: "error",
1873
+ },
1874
+ {
1875
+ inputs: [
1876
+ {
1877
+ internalType: "int256",
1878
+ name: "exchangeRate",
1879
+ type: "int256",
1880
+ },
1881
+ ],
1882
+ name: "MarketExchangeRateBelowOne",
1883
+ type: "error",
1884
+ },
1885
+ {
1886
+ inputs: [],
1887
+ name: "MarketExpired",
1888
+ type: "error",
1889
+ },
1890
+ {
1891
+ inputs: [],
1892
+ name: "MarketFactoryExpiredPt",
1893
+ type: "error",
1894
+ },
1895
+ {
1896
+ inputs: [
1897
+ {
1898
+ internalType: "int256",
1899
+ name: "initialAnchor",
1900
+ type: "int256",
1901
+ },
1902
+ {
1903
+ internalType: "int256",
1904
+ name: "minInitialAnchor",
1905
+ type: "int256",
1906
+ },
1907
+ ],
1908
+ name: "MarketFactoryInitialAnchorTooLow",
1909
+ type: "error",
1910
+ },
1911
+ {
1912
+ inputs: [],
1913
+ name: "MarketFactoryInvalidPt",
1914
+ type: "error",
1915
+ },
1916
+ {
1917
+ inputs: [
1918
+ {
1919
+ internalType: "uint80",
1920
+ name: "lnFeeRateRoot",
1921
+ type: "uint80",
1922
+ },
1923
+ {
1924
+ internalType: "uint256",
1925
+ name: "maxLnFeeRateRoot",
1926
+ type: "uint256",
1927
+ },
1928
+ ],
1929
+ name: "MarketFactoryLnFeeRateRootTooHigh",
1930
+ type: "error",
1931
+ },
1932
+ {
1933
+ inputs: [],
1934
+ name: "MarketFactoryMarketExists",
1935
+ type: "error",
1936
+ },
1937
+ {
1938
+ inputs: [
1939
+ {
1940
+ internalType: "uint80",
1941
+ name: "overriddenFee",
1942
+ type: "uint80",
1943
+ },
1944
+ {
1945
+ internalType: "uint256",
1946
+ name: "marketLnFeeRateRoot",
1947
+ type: "uint256",
1948
+ },
1949
+ ],
1950
+ name: "MarketFactoryOverriddenFeeTooHigh",
1951
+ type: "error",
1952
+ },
1953
+ {
1954
+ inputs: [
1955
+ {
1956
+ internalType: "uint8",
1957
+ name: "reserveFeePercent",
1958
+ type: "uint8",
1959
+ },
1960
+ {
1961
+ internalType: "uint8",
1962
+ name: "maxReserveFeePercent",
1963
+ type: "uint8",
1964
+ },
1965
+ ],
1966
+ name: "MarketFactoryReserveFeePercentTooHigh",
1967
+ type: "error",
1968
+ },
1969
+ {
1970
+ inputs: [],
1971
+ name: "MarketFactoryZeroTreasury",
1972
+ type: "error",
1973
+ },
1974
+ {
1975
+ inputs: [
1976
+ {
1977
+ internalType: "int256",
1978
+ name: "currentAmount",
1979
+ type: "int256",
1980
+ },
1981
+ {
1982
+ internalType: "int256",
1983
+ name: "requiredAmount",
1984
+ type: "int256",
1985
+ },
1986
+ ],
1987
+ name: "MarketInsufficientPtForTrade",
1988
+ type: "error",
1989
+ },
1990
+ {
1991
+ inputs: [
1992
+ {
1993
+ internalType: "uint256",
1994
+ name: "actualBalance",
1995
+ type: "uint256",
1996
+ },
1997
+ {
1998
+ internalType: "uint256",
1999
+ name: "requiredBalance",
2000
+ type: "uint256",
2001
+ },
2002
+ ],
2003
+ name: "MarketInsufficientPtReceived",
2004
+ type: "error",
2005
+ },
2006
+ {
2007
+ inputs: [
2008
+ {
2009
+ internalType: "uint256",
2010
+ name: "actualBalance",
2011
+ type: "uint256",
2012
+ },
2013
+ {
2014
+ internalType: "uint256",
2015
+ name: "requiredBalance",
2016
+ type: "uint256",
2017
+ },
2018
+ ],
2019
+ name: "MarketInsufficientSyReceived",
2020
+ type: "error",
2021
+ },
2022
+ {
2023
+ inputs: [],
2024
+ name: "MarketProportionMustNotEqualOne",
2025
+ type: "error",
2026
+ },
2027
+ {
2028
+ inputs: [
2029
+ {
2030
+ internalType: "int256",
2031
+ name: "proportion",
2032
+ type: "int256",
2033
+ },
2034
+ {
2035
+ internalType: "int256",
2036
+ name: "maxProportion",
2037
+ type: "int256",
2038
+ },
2039
+ ],
2040
+ name: "MarketProportionTooHigh",
2041
+ type: "error",
2042
+ },
2043
+ {
2044
+ inputs: [
2045
+ {
2046
+ internalType: "int256",
2047
+ name: "rateScalar",
2048
+ type: "int256",
2049
+ },
2050
+ ],
2051
+ name: "MarketRateScalarBelowZero",
2052
+ type: "error",
2053
+ },
2054
+ {
2055
+ inputs: [
2056
+ {
2057
+ internalType: "int256",
2058
+ name: "scalarRoot",
2059
+ type: "int256",
2060
+ },
2061
+ ],
2062
+ name: "MarketScalarRootBelowZero",
2063
+ type: "error",
2064
+ },
2065
+ {
2066
+ inputs: [],
2067
+ name: "MarketZeroAmountsInput",
2068
+ type: "error",
2069
+ },
2070
+ {
2071
+ inputs: [],
2072
+ name: "MarketZeroAmountsOutput",
2073
+ type: "error",
2074
+ },
2075
+ {
2076
+ inputs: [],
2077
+ name: "MarketZeroLnImpliedRate",
2078
+ type: "error",
2079
+ },
2080
+ {
2081
+ inputs: [
2082
+ {
2083
+ internalType: "int256",
2084
+ name: "totalPt",
2085
+ type: "int256",
2086
+ },
2087
+ {
2088
+ internalType: "int256",
2089
+ name: "totalAsset",
2090
+ type: "int256",
2091
+ },
2092
+ ],
2093
+ name: "MarketZeroTotalPtOrTotalAsset",
2094
+ type: "error",
2095
+ },
2096
+ {
2097
+ inputs: [],
2098
+ name: "MathOverflowedMulDiv",
2099
+ type: "error",
2100
+ },
2101
+ {
2102
+ inputs: [],
2103
+ name: "MaxDailyPnl",
2104
+ type: "error",
2105
+ },
2106
+ {
2107
+ inputs: [
2108
+ {
2109
+ internalType: "uint256",
2110
+ name: "amountTaoToWrap",
2111
+ type: "uint256",
2112
+ },
2113
+ {
2114
+ internalType: "uint256",
2115
+ name: "maxTaoForWrap",
2116
+ type: "uint256",
2117
+ },
2118
+ ],
2119
+ name: "MaxStTAOSupplyExceeded",
2120
+ type: "error",
2121
+ },
2122
+ {
2123
+ inputs: [],
2124
+ name: "MellowVaultHasInvalidAssets",
2125
+ type: "error",
2126
+ },
2127
+ {
2128
+ inputs: [
2129
+ {
2130
+ internalType: "uint256",
2131
+ name: "amountToRedeem",
2132
+ type: "uint256",
2133
+ },
2134
+ {
2135
+ internalType: "uint256",
2136
+ name: "minimumRedeemAmount",
2137
+ type: "uint256",
2138
+ },
2139
+ ],
2140
+ name: "MinimumRedeemAmountNotReached",
2141
+ type: "error",
2142
+ },
2143
+ {
2144
+ inputs: [
2145
+ {
2146
+ internalType: "uint256",
2147
+ name: "amountToStake",
2148
+ type: "uint256",
2149
+ },
2150
+ {
2151
+ internalType: "uint256",
2152
+ name: "minimumStakeAmount",
2153
+ type: "uint256",
2154
+ },
2155
+ ],
2156
+ name: "MinimumStakeAmountNotReached",
2157
+ type: "error",
2158
+ },
2159
+ {
2160
+ inputs: [
2161
+ {
2162
+ internalType: "uint256",
2163
+ name: "errorCode",
2164
+ type: "uint256",
2165
+ },
2166
+ ],
2167
+ name: "MoonwellMintError",
2168
+ type: "error",
2169
+ },
2170
+ {
2171
+ inputs: [
2172
+ {
2173
+ internalType: "uint256",
2174
+ name: "errorCode",
2175
+ type: "uint256",
2176
+ },
2177
+ ],
2178
+ name: "MoonwellRedeemError",
2179
+ type: "error",
2180
+ },
2181
+ {
2182
+ inputs: [
2183
+ {
2184
+ internalType: "address",
2185
+ name: "sender",
2186
+ type: "address",
2187
+ },
2188
+ ],
2189
+ name: "MsgNotFromReceiveEndpoint",
2190
+ type: "error",
2191
+ },
2192
+ {
2193
+ inputs: [
2194
+ {
2195
+ internalType: "uint16",
2196
+ name: "srcChainId",
2197
+ type: "uint16",
2198
+ },
2199
+ {
2200
+ internalType: "bytes",
2201
+ name: "path",
2202
+ type: "bytes",
2203
+ },
2204
+ ],
2205
+ name: "MsgNotFromSendEndpoint",
2206
+ type: "error",
2207
+ },
2208
+ {
2209
+ inputs: [],
2210
+ name: "NEGATIVE_SLIPPAGE",
2211
+ type: "error",
2212
+ },
2213
+ {
2214
+ inputs: [],
2215
+ name: "NOT_ALLOWED_BROADCASTER",
2216
+ type: "error",
2217
+ },
2218
+ {
2219
+ inputs: [],
2220
+ name: "NOT_AMB_IMPLEMENTATION",
2221
+ type: "error",
2222
+ },
2223
+ {
2224
+ inputs: [],
2225
+ name: "NOT_BLACKLISTED_ROUTE_ID",
2226
+ type: "error",
2227
+ },
2228
+ {
2229
+ inputs: [],
2230
+ name: "NOT_BLACKLISTED_SELECTOR",
2231
+ type: "error",
2232
+ },
2233
+ {
2234
+ inputs: [],
2235
+ name: "NOT_BROADCAST_AMB_IMPLEMENTATION",
2236
+ type: "error",
2237
+ },
2238
+ {
2239
+ inputs: [],
2240
+ name: "NOT_BROADCAST_REGISTRY",
2241
+ type: "error",
2242
+ },
2243
+ {
2244
+ inputs: [],
2245
+ name: "NOT_CORE_STATE_REGISTRY",
2246
+ type: "error",
2247
+ },
2248
+ {
2249
+ inputs: [],
2250
+ name: "NOT_EMERGENCY_ADMIN",
2251
+ type: "error",
2252
+ },
2253
+ {
2254
+ inputs: [],
2255
+ name: "NOT_EMERGENCY_QUEUE",
2256
+ type: "error",
2257
+ },
2258
+ {
2259
+ inputs: [],
2260
+ name: "NOT_IMPLEMENTED",
2261
+ type: "error",
2262
+ },
2263
+ {
2264
+ inputs: [],
2265
+ name: "NOT_MINTER",
2266
+ type: "error",
2267
+ },
2268
+ {
2269
+ inputs: [],
2270
+ name: "NOT_MINTER_STATE_REGISTRY_ROLE",
2271
+ type: "error",
2272
+ },
2273
+ {
2274
+ inputs: [],
2275
+ name: "NOT_PAYMASTER",
2276
+ type: "error",
2277
+ },
2278
+ {
2279
+ inputs: [],
2280
+ name: "NOT_PAYMENT_ADMIN",
2281
+ type: "error",
2282
+ },
2283
+ {
2284
+ inputs: [],
2285
+ name: "NOT_PENDING_MANAGEMENT",
2286
+ type: "error",
2287
+ },
2288
+ {
2289
+ inputs: [
2290
+ {
2291
+ internalType: "bytes32",
2292
+ name: "role",
2293
+ type: "bytes32",
2294
+ },
2295
+ ],
2296
+ name: "NOT_PRIVILEGED_CALLER",
2297
+ type: "error",
2298
+ },
2299
+ {
2300
+ inputs: [],
2301
+ name: "NOT_PROTOCOL_ADMIN",
2302
+ type: "error",
2303
+ },
2304
+ {
2305
+ inputs: [],
2306
+ name: "NOT_STATE_REGISTRY",
2307
+ type: "error",
2308
+ },
2309
+ {
2310
+ inputs: [],
2311
+ name: "NOT_SUPERFORM",
2312
+ type: "error",
2313
+ },
2314
+ {
2315
+ inputs: [],
2316
+ name: "NOT_SUPERFORM_FACTORY",
2317
+ type: "error",
2318
+ },
2319
+ {
2320
+ inputs: [],
2321
+ name: "NOT_SUPERFORM_ROUTER",
2322
+ type: "error",
2323
+ },
2324
+ {
2325
+ inputs: [],
2326
+ name: "NOT_SUPER_REGISTRY",
2327
+ type: "error",
2328
+ },
2329
+ {
2330
+ inputs: [],
2331
+ name: "NOT_SUPER_VAULTS_STRATEGIST",
2332
+ type: "error",
2333
+ },
2334
+ {
2335
+ inputs: [],
2336
+ name: "NOT_TIMELOCK_STATE_REGISTRY",
2337
+ type: "error",
2338
+ },
2339
+ {
2340
+ inputs: [],
2341
+ name: "NOT_TIMELOCK_SUPERFORM",
2342
+ type: "error",
2343
+ },
2344
+ {
2345
+ inputs: [],
2346
+ name: "NOT_VALID_DISPUTER",
2347
+ type: "error",
2348
+ },
2349
+ {
2350
+ inputs: [],
2351
+ name: "NOT_VAULT_MANAGER",
2352
+ type: "error",
2353
+ },
2354
+ {
2355
+ inputs: [],
2356
+ name: "NO_TXDATA_PRESENT",
2357
+ type: "error",
2358
+ },
2359
+ {
2360
+ inputs: [],
2361
+ name: "NO_VALID_KYC_TOKEN",
2362
+ type: "error",
2363
+ },
2364
+ {
2365
+ inputs: [],
2366
+ name: "NoActiveDiscount",
2367
+ type: "error",
2368
+ },
2369
+ {
2370
+ inputs: [],
2371
+ name: "NoDiscount",
2372
+ type: "error",
2373
+ },
2374
+ {
2375
+ inputs: [
2376
+ {
2377
+ internalType: "uint32",
2378
+ name: "eid",
2379
+ type: "uint32",
2380
+ },
2381
+ ],
2382
+ name: "NoPeer",
2383
+ type: "error",
2384
+ },
2385
+ {
2386
+ inputs: [],
2387
+ name: "NonZeroValue",
2388
+ type: "error",
2389
+ },
2390
+ {
2391
+ inputs: [],
2392
+ name: "NotAllowed",
2393
+ type: "error",
2394
+ },
2395
+ {
2396
+ inputs: [],
2397
+ name: "NotEnoughAssets",
2398
+ type: "error",
2399
+ },
2400
+ {
2401
+ inputs: [],
2402
+ name: "NotEnoughLiquidity",
2403
+ type: "error",
2404
+ },
2405
+ {
2406
+ inputs: [
2407
+ {
2408
+ internalType: "uint256",
2409
+ name: "msgValue",
2410
+ type: "uint256",
2411
+ },
2412
+ ],
2413
+ name: "NotEnoughNative",
2414
+ type: "error",
2415
+ },
2416
+ {
2417
+ inputs: [
2418
+ {
2419
+ internalType: "uint16",
2420
+ name: "srcChainId",
2421
+ type: "uint16",
2422
+ },
2423
+ {
2424
+ internalType: "bytes",
2425
+ name: "path",
2426
+ type: "bytes",
2427
+ },
2428
+ ],
2429
+ name: "NotFromTrustedRemote",
2430
+ type: "error",
2431
+ },
2432
+ {
2433
+ inputs: [],
2434
+ name: "NotInitializing",
2435
+ type: "error",
2436
+ },
2437
+ {
2438
+ inputs: [],
2439
+ name: "NotOwner",
2440
+ type: "error",
2441
+ },
2442
+ {
2443
+ inputs: [],
2444
+ name: "NotUnderCollateralized",
2445
+ type: "error",
2446
+ },
2447
+ {
2448
+ inputs: [],
2449
+ name: "NotUnlocked",
2450
+ type: "error",
2451
+ },
2452
+ {
2453
+ inputs: [],
2454
+ name: "OnlyLayerZeroEndpoint",
2455
+ type: "error",
2456
+ },
2457
+ {
2458
+ inputs: [],
2459
+ name: "OnlyManager",
2460
+ type: "error",
2461
+ },
2462
+ {
2463
+ inputs: [
2464
+ {
2465
+ internalType: "uint32",
2466
+ name: "eid",
2467
+ type: "uint32",
2468
+ },
2469
+ {
2470
+ internalType: "bytes32",
2471
+ name: "sender",
2472
+ type: "bytes32",
2473
+ },
2474
+ ],
2475
+ name: "OnlyPeer",
2476
+ type: "error",
2477
+ },
2478
+ {
2479
+ inputs: [],
2480
+ name: "OnlyPnlFeed",
2481
+ type: "error",
2482
+ },
2483
+ {
2484
+ inputs: [],
2485
+ name: "OnlyTradingPnlHandler",
2486
+ type: "error",
2487
+ },
2488
+ {
2489
+ inputs: [],
2490
+ name: "OnlyWhitelisted",
2491
+ type: "error",
2492
+ },
2493
+ {
2494
+ inputs: [],
2495
+ name: "OnlyYCFactory",
2496
+ type: "error",
2497
+ },
2498
+ {
2499
+ inputs: [],
2500
+ name: "OnlyYT",
2501
+ type: "error",
2502
+ },
2503
+ {
2504
+ inputs: [],
2505
+ name: "OperationNotAllowed",
2506
+ type: "error",
2507
+ },
2508
+ {
2509
+ inputs: [],
2510
+ name: "OracleAlreadyExists",
2511
+ type: "error",
2512
+ },
2513
+ {
2514
+ inputs: [
2515
+ {
2516
+ internalType: "uint32",
2517
+ name: "cardinalityRequired",
2518
+ type: "uint32",
2519
+ },
2520
+ ],
2521
+ name: "OracleIncreaseCardinalityRequired",
2522
+ type: "error",
2523
+ },
2524
+ {
2525
+ inputs: [
2526
+ {
2527
+ internalType: "bool",
2528
+ name: "increaseCardinalityRequired",
2529
+ type: "bool",
2530
+ },
2531
+ {
2532
+ internalType: "bool",
2533
+ name: "oldestObservationSatisfied",
2534
+ type: "bool",
2535
+ },
2536
+ ],
2537
+ name: "OracleNotReady",
2538
+ type: "error",
2539
+ },
2540
+ {
2541
+ inputs: [],
2542
+ name: "OracleOldestObservationNotSatisfied",
2543
+ type: "error",
2544
+ },
2545
+ {
2546
+ inputs: [
2547
+ {
2548
+ internalType: "uint32",
2549
+ name: "target",
2550
+ type: "uint32",
2551
+ },
2552
+ {
2553
+ internalType: "uint32",
2554
+ name: "oldest",
2555
+ type: "uint32",
2556
+ },
2557
+ ],
2558
+ name: "OracleTargetTooOld",
2559
+ type: "error",
2560
+ },
2561
+ {
2562
+ inputs: [],
2563
+ name: "OracleUninitialized",
2564
+ type: "error",
2565
+ },
2566
+ {
2567
+ inputs: [],
2568
+ name: "OracleZeroCardinality",
2569
+ type: "error",
2570
+ },
2571
+ {
2572
+ inputs: [
2573
+ {
2574
+ internalType: "address",
2575
+ name: "owner",
2576
+ type: "address",
2577
+ },
2578
+ ],
2579
+ name: "OwnableInvalidOwner",
2580
+ type: "error",
2581
+ },
2582
+ {
2583
+ inputs: [
2584
+ {
2585
+ internalType: "address",
2586
+ name: "account",
2587
+ type: "address",
2588
+ },
2589
+ ],
2590
+ name: "OwnableUnauthorizedAccount",
2591
+ type: "error",
2592
+ },
2593
+ {
2594
+ inputs: [],
2595
+ name: "PAUSED",
2596
+ type: "error",
2597
+ },
2598
+ {
2599
+ inputs: [],
2600
+ name: "PAYLOAD_ALREADY_PROCESSED",
2601
+ type: "error",
2602
+ },
2603
+ {
2604
+ inputs: [],
2605
+ name: "PAYLOAD_ALREADY_UPDATED",
2606
+ type: "error",
2607
+ },
2608
+ {
2609
+ inputs: [],
2610
+ name: "PAYLOAD_NOT_UPDATED",
2611
+ type: "error",
2612
+ },
2613
+ {
2614
+ inputs: [
2615
+ {
2616
+ internalType: "address",
2617
+ name: "rewardToken",
2618
+ type: "address",
2619
+ },
2620
+ {
2621
+ internalType: "uint256",
2622
+ name: "amount",
2623
+ type: "uint256",
2624
+ },
2625
+ ],
2626
+ name: "PendingRewardNonZero",
2627
+ type: "error",
2628
+ },
2629
+ {
2630
+ inputs: [],
2631
+ name: "PendingWithdrawal",
2632
+ type: "error",
2633
+ },
2634
+ {
2635
+ inputs: [],
2636
+ name: "PhaseSettled",
2637
+ type: "error",
2638
+ },
2639
+ {
2640
+ inputs: [],
2641
+ name: "PoolIdDoesNotExit",
2642
+ type: "error",
2643
+ },
2644
+ {
2645
+ inputs: [],
2646
+ name: "PositionNotEligible",
2647
+ type: "error",
2648
+ },
2649
+ {
2650
+ inputs: [],
2651
+ name: "PriceZero",
2652
+ type: "error",
2653
+ },
2654
+ {
2655
+ inputs: [],
2656
+ name: "REBALANCE_FROM_ID_NOT_FOUND_IN_FINAL_IDS",
2657
+ type: "error",
2658
+ },
2659
+ {
2660
+ inputs: [],
2661
+ name: "REBALANCE_MULTI_POSITIONS_DIFFERENT_AMOUNTS",
2662
+ type: "error",
2663
+ },
2664
+ {
2665
+ inputs: [],
2666
+ name: "REBALANCE_MULTI_POSITIONS_DIFFERENT_CHAIN",
2667
+ type: "error",
2668
+ },
2669
+ {
2670
+ inputs: [],
2671
+ name: "REBALANCE_MULTI_POSITIONS_DIFFERENT_TOKEN",
2672
+ type: "error",
2673
+ },
2674
+ {
2675
+ inputs: [],
2676
+ name: "REBALANCE_MULTI_POSITIONS_UNEXPECTED_RECEIVER_ADDRESS",
2677
+ type: "error",
2678
+ },
2679
+ {
2680
+ inputs: [],
2681
+ name: "REBALANCE_SINGLE_POSITIONS_DIFFERENT_AMOUNT",
2682
+ type: "error",
2683
+ },
2684
+ {
2685
+ inputs: [],
2686
+ name: "REBALANCE_SINGLE_POSITIONS_DIFFERENT_CHAIN",
2687
+ type: "error",
2688
+ },
2689
+ {
2690
+ inputs: [],
2691
+ name: "REBALANCE_SINGLE_POSITIONS_DIFFERENT_TOKEN",
2692
+ type: "error",
2693
+ },
2694
+ {
2695
+ inputs: [],
2696
+ name: "REBALANCE_SINGLE_POSITIONS_UNEXPECTED_RECEIVER_ADDRESS",
2697
+ type: "error",
2698
+ },
2699
+ {
2700
+ inputs: [],
2701
+ name: "REBALANCE_XCHAIN_INVALID_RECEIVER_ADDRESS",
2702
+ type: "error",
2703
+ },
2704
+ {
2705
+ inputs: [],
2706
+ name: "RECEIVER_ADDRESS_NOT_SET",
2707
+ type: "error",
2708
+ },
2709
+ {
2710
+ inputs: [],
2711
+ name: "REFUND_CHAIN_ID_NOT_SET",
2712
+ type: "error",
2713
+ },
2714
+ {
2715
+ inputs: [],
2716
+ name: "RELAYER_NOT_SET",
2717
+ type: "error",
2718
+ },
2719
+ {
2720
+ inputs: [],
2721
+ name: "RESCUE_ALREADY_PROPOSED",
2722
+ type: "error",
2723
+ },
2724
+ {
2725
+ inputs: [],
2726
+ name: "RESCUE_LOCKED",
2727
+ type: "error",
2728
+ },
2729
+ {
2730
+ inputs: [],
2731
+ name: "ROLE_NOT_ASSIGNED",
2732
+ type: "error",
2733
+ },
2734
+ {
2735
+ inputs: [],
2736
+ name: "RangeNotFound",
2737
+ type: "error",
2738
+ },
2739
+ {
2740
+ inputs: [],
2741
+ name: "RangeNotMatch",
2742
+ type: "error",
2743
+ },
2744
+ {
2745
+ inputs: [
2746
+ {
2747
+ internalType: "uint256",
2748
+ name: "oldRate",
2749
+ type: "uint256",
2750
+ },
2751
+ {
2752
+ internalType: "uint256",
2753
+ name: "newRate",
2754
+ type: "uint256",
2755
+ },
2756
+ {
2757
+ internalType: "enum SDKErrorsDirectory.RateRejectReason",
2758
+ name: "reason",
2759
+ type: "uint8",
2760
+ },
2761
+ ],
2762
+ name: "RateRejected",
2763
+ type: "error",
2764
+ },
2765
+ {
2766
+ inputs: [],
2767
+ name: "ReentrancyGuardReentrantCall",
2768
+ type: "error",
2769
+ },
2770
+ {
2771
+ inputs: [],
2772
+ name: "ReturnAmountIsNotEnough",
2773
+ type: "error",
2774
+ },
2775
+ {
2776
+ inputs: [
2777
+ {
2778
+ internalType: "address",
2779
+ name: "caller",
2780
+ type: "address",
2781
+ },
2782
+ ],
2783
+ name: "RouterCallbackNotPendleMarket",
2784
+ type: "error",
2785
+ },
2786
+ {
2787
+ inputs: [
2788
+ {
2789
+ internalType: "uint256",
2790
+ name: "actualPtIn",
2791
+ type: "uint256",
2792
+ },
2793
+ {
2794
+ internalType: "uint256",
2795
+ name: "limitPtIn",
2796
+ type: "uint256",
2797
+ },
2798
+ ],
2799
+ name: "RouterExceededLimitPtIn",
2800
+ type: "error",
2801
+ },
2802
+ {
2803
+ inputs: [
2804
+ {
2805
+ internalType: "uint256",
2806
+ name: "actualSyIn",
2807
+ type: "uint256",
2808
+ },
2809
+ {
2810
+ internalType: "uint256",
2811
+ name: "limitSyIn",
2812
+ type: "uint256",
2813
+ },
2814
+ ],
2815
+ name: "RouterExceededLimitSyIn",
2816
+ type: "error",
2817
+ },
2818
+ {
2819
+ inputs: [
2820
+ {
2821
+ internalType: "uint256",
2822
+ name: "actualYtIn",
2823
+ type: "uint256",
2824
+ },
2825
+ {
2826
+ internalType: "uint256",
2827
+ name: "limitYtIn",
2828
+ type: "uint256",
2829
+ },
2830
+ ],
2831
+ name: "RouterExceededLimitYtIn",
2832
+ type: "error",
2833
+ },
2834
+ {
2835
+ inputs: [
2836
+ {
2837
+ internalType: "uint256",
2838
+ name: "actualLpOut",
2839
+ type: "uint256",
2840
+ },
2841
+ {
2842
+ internalType: "uint256",
2843
+ name: "requiredLpOut",
2844
+ type: "uint256",
2845
+ },
2846
+ ],
2847
+ name: "RouterInsufficientLpOut",
2848
+ type: "error",
2849
+ },
2850
+ {
2851
+ inputs: [
2852
+ {
2853
+ internalType: "uint256",
2854
+ name: "actualPYOut",
2855
+ type: "uint256",
2856
+ },
2857
+ {
2858
+ internalType: "uint256",
2859
+ name: "requiredPYOut",
2860
+ type: "uint256",
2861
+ },
2862
+ ],
2863
+ name: "RouterInsufficientPYOut",
2864
+ type: "error",
2865
+ },
2866
+ {
2867
+ inputs: [
2868
+ {
2869
+ internalType: "uint256",
2870
+ name: "actualPtOut",
2871
+ type: "uint256",
2872
+ },
2873
+ {
2874
+ internalType: "uint256",
2875
+ name: "requiredPtOut",
2876
+ type: "uint256",
2877
+ },
2878
+ ],
2879
+ name: "RouterInsufficientPtOut",
2880
+ type: "error",
2881
+ },
2882
+ {
2883
+ inputs: [
2884
+ {
2885
+ internalType: "uint256",
2886
+ name: "actualPtRepay",
2887
+ type: "uint256",
2888
+ },
2889
+ {
2890
+ internalType: "uint256",
2891
+ name: "requiredPtRepay",
2892
+ type: "uint256",
2893
+ },
2894
+ ],
2895
+ name: "RouterInsufficientPtRepay",
2896
+ type: "error",
2897
+ },
2898
+ {
2899
+ inputs: [
2900
+ {
2901
+ internalType: "uint256",
2902
+ name: "actualSyOut",
2903
+ type: "uint256",
2904
+ },
2905
+ {
2906
+ internalType: "uint256",
2907
+ name: "requiredSyOut",
2908
+ type: "uint256",
2909
+ },
2910
+ ],
2911
+ name: "RouterInsufficientSyOut",
2912
+ type: "error",
2913
+ },
2914
+ {
2915
+ inputs: [
2916
+ {
2917
+ internalType: "uint256",
2918
+ name: "actualSyRepay",
2919
+ type: "uint256",
2920
+ },
2921
+ {
2922
+ internalType: "uint256",
2923
+ name: "requiredSyRepay",
2924
+ type: "uint256",
2925
+ },
2926
+ ],
2927
+ name: "RouterInsufficientSyRepay",
2928
+ type: "error",
2929
+ },
2930
+ {
2931
+ inputs: [
2932
+ {
2933
+ internalType: "uint256",
2934
+ name: "actualTokenOut",
2935
+ type: "uint256",
2936
+ },
2937
+ {
2938
+ internalType: "uint256",
2939
+ name: "requiredTokenOut",
2940
+ type: "uint256",
2941
+ },
2942
+ ],
2943
+ name: "RouterInsufficientTokenOut",
2944
+ type: "error",
2945
+ },
2946
+ {
2947
+ inputs: [
2948
+ {
2949
+ internalType: "uint256",
2950
+ name: "actualYtOut",
2951
+ type: "uint256",
2952
+ },
2953
+ {
2954
+ internalType: "uint256",
2955
+ name: "requiredYtOut",
2956
+ type: "uint256",
2957
+ },
2958
+ ],
2959
+ name: "RouterInsufficientYtOut",
2960
+ type: "error",
2961
+ },
2962
+ {
2963
+ inputs: [
2964
+ {
2965
+ internalType: "bytes4",
2966
+ name: "selector",
2967
+ type: "bytes4",
2968
+ },
2969
+ ],
2970
+ name: "RouterInvalidAction",
2971
+ type: "error",
2972
+ },
2973
+ {
2974
+ inputs: [
2975
+ {
2976
+ internalType: "address",
2977
+ name: "facet",
2978
+ type: "address",
2979
+ },
2980
+ ],
2981
+ name: "RouterInvalidFacet",
2982
+ type: "error",
2983
+ },
2984
+ {
2985
+ inputs: [],
2986
+ name: "RouterKyberSwapDataZero",
2987
+ type: "error",
2988
+ },
2989
+ {
2990
+ inputs: [
2991
+ {
2992
+ internalType: "uint256",
2993
+ name: "netSyDesired",
2994
+ type: "uint256",
2995
+ },
2996
+ {
2997
+ internalType: "uint256",
2998
+ name: "netSyUsed",
2999
+ type: "uint256",
3000
+ },
3001
+ ],
3002
+ name: "RouterNotAllSyUsed",
3003
+ type: "error",
3004
+ },
3005
+ {
3006
+ inputs: [],
3007
+ name: "RouterTimeRangeZero",
3008
+ type: "error",
3009
+ },
3010
+ {
3011
+ inputs: [
3012
+ {
3013
+ internalType: "address",
3014
+ name: "tokenIn",
3015
+ type: "address",
3016
+ },
3017
+ {
3018
+ internalType: "uint256",
3019
+ name: "amountExpected",
3020
+ type: "uint256",
3021
+ },
3022
+ {
3023
+ internalType: "uint256",
3024
+ name: "amountActual",
3025
+ type: "uint256",
3026
+ },
3027
+ ],
3028
+ name: "SAInsufficientTokenIn",
3029
+ type: "error",
3030
+ },
3031
+ {
3032
+ inputs: [],
3033
+ name: "SLIPPAGE_OUT_OF_BOUNDS",
3034
+ type: "error",
3035
+ },
3036
+ {
3037
+ inputs: [],
3038
+ name: "SRC_SENDER_MISMATCH",
3039
+ type: "error",
3040
+ },
3041
+ {
3042
+ inputs: [],
3043
+ name: "SRC_TX_TYPE_MISMATCH",
3044
+ type: "error",
3045
+ },
3046
+ {
3047
+ inputs: [
3048
+ {
3049
+ internalType: "uint256",
3050
+ name: "superformId",
3051
+ type: "uint256",
3052
+ },
3053
+ ],
3054
+ name: "SUPERFORM_DOES_NOT_EXIST",
3055
+ type: "error",
3056
+ },
3057
+ {
3058
+ inputs: [],
3059
+ name: "SUPERFORM_DOES_NOT_SUPPORT_ASSET",
3060
+ type: "error",
3061
+ },
3062
+ {
3063
+ inputs: [],
3064
+ name: "SUPERFORM_ID_NONEXISTENT",
3065
+ type: "error",
3066
+ },
3067
+ {
3068
+ inputs: [],
3069
+ name: "SUPERFORM_NOT_WHITELISTED",
3070
+ type: "error",
3071
+ },
3072
+ {
3073
+ inputs: [
3074
+ {
3075
+ internalType: "uint256",
3076
+ name: "amountDeposited",
3077
+ type: "uint256",
3078
+ },
3079
+ ],
3080
+ name: "SYApeDepositAmountTooSmall",
3081
+ type: "error",
3082
+ },
3083
+ {
3084
+ inputs: [],
3085
+ name: "SYBalancerInvalidPid",
3086
+ type: "error",
3087
+ },
3088
+ {
3089
+ inputs: [],
3090
+ name: "SYBalancerReentrancy",
3091
+ type: "error",
3092
+ },
3093
+ {
3094
+ inputs: [],
3095
+ name: "SYCurve3crvPoolNotFound",
3096
+ type: "error",
3097
+ },
3098
+ {
3099
+ inputs: [],
3100
+ name: "SYCurveInvalidPid",
3101
+ type: "error",
3102
+ },
3103
+ {
3104
+ inputs: [
3105
+ {
3106
+ internalType: "uint256",
3107
+ name: "actualSharesOut",
3108
+ type: "uint256",
3109
+ },
3110
+ {
3111
+ internalType: "uint256",
3112
+ name: "requiredSharesOut",
3113
+ type: "uint256",
3114
+ },
3115
+ ],
3116
+ name: "SYInsufficientSharesOut",
3117
+ type: "error",
3118
+ },
3119
+ {
3120
+ inputs: [
3121
+ {
3122
+ internalType: "uint256",
3123
+ name: "actualTokenOut",
3124
+ type: "uint256",
3125
+ },
3126
+ {
3127
+ internalType: "uint256",
3128
+ name: "requiredTokenOut",
3129
+ type: "uint256",
3130
+ },
3131
+ ],
3132
+ name: "SYInsufficientTokenOut",
3133
+ type: "error",
3134
+ },
3135
+ {
3136
+ inputs: [
3137
+ {
3138
+ internalType: "address",
3139
+ name: "token",
3140
+ type: "address",
3141
+ },
3142
+ ],
3143
+ name: "SYInvalidRewardToken",
3144
+ type: "error",
3145
+ },
3146
+ {
3147
+ inputs: [
3148
+ {
3149
+ internalType: "address",
3150
+ name: "token",
3151
+ type: "address",
3152
+ },
3153
+ ],
3154
+ name: "SYInvalidTokenIn",
3155
+ type: "error",
3156
+ },
3157
+ {
3158
+ inputs: [
3159
+ {
3160
+ internalType: "address",
3161
+ name: "token",
3162
+ type: "address",
3163
+ },
3164
+ ],
3165
+ name: "SYInvalidTokenOut",
3166
+ type: "error",
3167
+ },
3168
+ {
3169
+ inputs: [
3170
+ {
3171
+ internalType: "uint256",
3172
+ name: "borrowRate",
3173
+ type: "uint256",
3174
+ },
3175
+ {
3176
+ internalType: "uint256",
3177
+ name: "borrowRateMax",
3178
+ type: "uint256",
3179
+ },
3180
+ ],
3181
+ name: "SYQiTokenBorrowRateTooHigh",
3182
+ type: "error",
3183
+ },
3184
+ {
3185
+ inputs: [
3186
+ {
3187
+ internalType: "uint256",
3188
+ name: "errCode",
3189
+ type: "uint256",
3190
+ },
3191
+ ],
3192
+ name: "SYQiTokenMintFailed",
3193
+ type: "error",
3194
+ },
3195
+ {
3196
+ inputs: [
3197
+ {
3198
+ internalType: "uint256",
3199
+ name: "errCode",
3200
+ type: "uint256",
3201
+ },
3202
+ ],
3203
+ name: "SYQiTokenRedeemFailed",
3204
+ type: "error",
3205
+ },
3206
+ {
3207
+ inputs: [
3208
+ {
3209
+ internalType: "uint256",
3210
+ name: "rewardAccruedType0",
3211
+ type: "uint256",
3212
+ },
3213
+ {
3214
+ internalType: "uint256",
3215
+ name: "rewardAccruedType1",
3216
+ type: "uint256",
3217
+ },
3218
+ ],
3219
+ name: "SYQiTokenRedeemRewardsFailed",
3220
+ type: "error",
3221
+ },
3222
+ {
3223
+ inputs: [
3224
+ {
3225
+ internalType: "uint256",
3226
+ name: "amountLpDesired",
3227
+ type: "uint256",
3228
+ },
3229
+ {
3230
+ internalType: "uint256",
3231
+ name: "amountLpRedeemable",
3232
+ type: "uint256",
3233
+ },
3234
+ ],
3235
+ name: "SYStargateRedeemCapExceeded",
3236
+ type: "error",
3237
+ },
3238
+ {
3239
+ inputs: [],
3240
+ name: "SYZeroDeposit",
3241
+ type: "error",
3242
+ },
3243
+ {
3244
+ inputs: [],
3245
+ name: "SYZeroRedeem",
3246
+ type: "error",
3247
+ },
3248
+ {
3249
+ inputs: [
3250
+ {
3251
+ internalType: "address",
3252
+ name: "spender",
3253
+ type: "address",
3254
+ },
3255
+ {
3256
+ internalType: "uint256",
3257
+ name: "currentAllowance",
3258
+ type: "uint256",
3259
+ },
3260
+ {
3261
+ internalType: "uint256",
3262
+ name: "requestedDecrease",
3263
+ type: "uint256",
3264
+ },
3265
+ ],
3266
+ name: "SafeERC20FailedDecreaseAllowance",
3267
+ type: "error",
3268
+ },
3269
+ {
3270
+ inputs: [
3271
+ {
3272
+ internalType: "address",
3273
+ name: "token",
3274
+ type: "address",
3275
+ },
3276
+ ],
3277
+ name: "SafeERC20FailedOperation",
3278
+ type: "error",
3279
+ },
3280
+ {
3281
+ inputs: [],
3282
+ name: "SameIncentiveController",
3283
+ type: "error",
3284
+ },
3285
+ {
3286
+ inputs: [],
3287
+ name: "SenderNotSolventAfterTransfer",
3288
+ type: "error",
3289
+ },
3290
+ {
3291
+ inputs: [],
3292
+ name: "ShareTransferNotAllowed",
3293
+ type: "error",
3294
+ },
3295
+ {
3296
+ inputs: [
3297
+ {
3298
+ internalType: "bool",
3299
+ name: "success",
3300
+ type: "bool",
3301
+ },
3302
+ {
3303
+ internalType: "bytes",
3304
+ name: "res",
3305
+ type: "bytes",
3306
+ },
3307
+ ],
3308
+ name: "SimulationResults",
3309
+ type: "error",
3310
+ },
3311
+ {
3312
+ inputs: [
3313
+ {
3314
+ internalType: "uint256",
3315
+ name: "amountLD",
3316
+ type: "uint256",
3317
+ },
3318
+ {
3319
+ internalType: "uint256",
3320
+ name: "minAmountLD",
3321
+ type: "uint256",
3322
+ },
3323
+ ],
3324
+ name: "SlippageExceeded",
3325
+ type: "error",
3326
+ },
3327
+ {
3328
+ inputs: [
3329
+ {
3330
+ internalType: "uint256",
3331
+ name: "amountToDeposit",
3332
+ type: "uint256",
3333
+ },
3334
+ {
3335
+ internalType: "uint256",
3336
+ name: "maxDeposit",
3337
+ type: "uint256",
3338
+ },
3339
+ ],
3340
+ name: "StaderMaxDepositExceed",
3341
+ type: "error",
3342
+ },
3343
+ {
3344
+ inputs: [
3345
+ {
3346
+ internalType: "uint256",
3347
+ name: "amountToDeposit",
3348
+ type: "uint256",
3349
+ },
3350
+ {
3351
+ internalType: "uint256",
3352
+ name: "minDeposit",
3353
+ type: "uint256",
3354
+ },
3355
+ ],
3356
+ name: "StaderMinDepositUnreached",
3357
+ type: "error",
3358
+ },
3359
+ {
3360
+ inputs: [],
3361
+ name: "StakeNotFound",
3362
+ type: "error",
3363
+ },
3364
+ {
3365
+ inputs: [
3366
+ {
3367
+ internalType: "string",
3368
+ name: "str",
3369
+ type: "string",
3370
+ },
3371
+ ],
3372
+ name: "StringTooLong",
3373
+ type: "error",
3374
+ },
3375
+ {
3376
+ inputs: [
3377
+ {
3378
+ internalType: "uint256",
3379
+ name: "value",
3380
+ type: "uint256",
3381
+ },
3382
+ {
3383
+ internalType: "uint256",
3384
+ name: "length",
3385
+ type: "uint256",
3386
+ },
3387
+ ],
3388
+ name: "StringsInsufficientHexLength",
3389
+ type: "error",
3390
+ },
3391
+ {
3392
+ inputs: [
3393
+ {
3394
+ internalType: "uint256",
3395
+ name: "totalSupply",
3396
+ type: "uint256",
3397
+ },
3398
+ {
3399
+ internalType: "uint256",
3400
+ name: "supplyCap",
3401
+ type: "uint256",
3402
+ },
3403
+ ],
3404
+ name: "SupplyCapExceeded",
3405
+ type: "error",
3406
+ },
3407
+ {
3408
+ inputs: [
3409
+ {
3410
+ internalType: "address",
3411
+ name: "token",
3412
+ type: "address",
3413
+ },
3414
+ ],
3415
+ name: "TOKEN_NOT_ALLOWED",
3416
+ type: "error",
3417
+ },
3418
+ {
3419
+ inputs: [],
3420
+ name: "TOLERANCE_EXCEEDED",
3421
+ type: "error",
3422
+ },
3423
+ {
3424
+ inputs: [],
3425
+ name: "TRANSFER_TO_ADDRESS_ZERO",
3426
+ type: "error",
3427
+ },
3428
+ {
3429
+ inputs: [],
3430
+ name: "TX_HISTORY_NOT_FOUND",
3431
+ type: "error",
3432
+ },
3433
+ {
3434
+ inputs: [],
3435
+ name: "TellerWithMultiAssetSupport__AssetNotSupported",
3436
+ type: "error",
3437
+ },
3438
+ {
3439
+ inputs: [],
3440
+ name: "TransferFailed",
3441
+ type: "error",
3442
+ },
3443
+ {
3444
+ inputs: [
3445
+ {
3446
+ internalType: "uint32",
3447
+ name: "duration",
3448
+ type: "uint32",
3449
+ },
3450
+ {
3451
+ internalType: "uint32",
3452
+ name: "cardinalityRequired",
3453
+ type: "uint32",
3454
+ },
3455
+ ],
3456
+ name: "TwapDurationTooLarge",
3457
+ type: "error",
3458
+ },
3459
+ {
3460
+ inputs: [],
3461
+ name: "UUPSUnauthorizedCallContext",
3462
+ type: "error",
3463
+ },
3464
+ {
3465
+ inputs: [
3466
+ {
3467
+ internalType: "bytes32",
3468
+ name: "slot",
3469
+ type: "bytes32",
3470
+ },
3471
+ ],
3472
+ name: "UUPSUnsupportedProxiableUUID",
3473
+ type: "error",
3474
+ },
3475
+ {
3476
+ inputs: [
3477
+ {
3478
+ internalType: "uint256",
3479
+ name: "amountBondToRedeem",
3480
+ type: "uint256",
3481
+ },
3482
+ {
3483
+ internalType: "uint256",
3484
+ name: "unstakeCapacity",
3485
+ type: "uint256",
3486
+ },
3487
+ ],
3488
+ name: "UnstakeCapacityTooLow",
3489
+ type: "error",
3490
+ },
3491
+ {
3492
+ inputs: [],
3493
+ name: "UnsupportedOperation",
3494
+ type: "error",
3495
+ },
3496
+ {
3497
+ inputs: [],
3498
+ name: "UnsupportedOperationInSafeMode",
3499
+ type: "error",
3500
+ },
3501
+ {
3502
+ inputs: [
3503
+ {
3504
+ internalType: "uint256",
3505
+ name: "aggregatorType",
3506
+ type: "uint256",
3507
+ },
3508
+ {
3509
+ internalType: "bytes4",
3510
+ name: "selector",
3511
+ type: "bytes4",
3512
+ },
3513
+ ],
3514
+ name: "UnsupportedSelector",
3515
+ type: "error",
3516
+ },
3517
+ {
3518
+ inputs: [],
3519
+ name: "VAULT_FORM_IMPLEMENTATION_COMBINATION_EXISTS",
3520
+ type: "error",
3521
+ },
3522
+ {
3523
+ inputs: [],
3524
+ name: "VAULT_IMPLEMENTATION_FAILED",
3525
+ type: "error",
3526
+ },
3527
+ {
3528
+ inputs: [
3529
+ {
3530
+ internalType: "uint256",
3531
+ name: "wTime",
3532
+ type: "uint256",
3533
+ },
3534
+ ],
3535
+ name: "VCEpochNotFinalized",
3536
+ type: "error",
3537
+ },
3538
+ {
3539
+ inputs: [
3540
+ {
3541
+ internalType: "uint256",
3542
+ name: "totalWeight",
3543
+ type: "uint256",
3544
+ },
3545
+ {
3546
+ internalType: "uint256",
3547
+ name: "maxWeight",
3548
+ type: "uint256",
3549
+ },
3550
+ ],
3551
+ name: "VCExceededMaxWeight",
3552
+ type: "error",
3553
+ },
3554
+ {
3555
+ inputs: [
3556
+ {
3557
+ internalType: "address",
3558
+ name: "pool",
3559
+ type: "address",
3560
+ },
3561
+ ],
3562
+ name: "VCInactivePool",
3563
+ type: "error",
3564
+ },
3565
+ {
3566
+ inputs: [
3567
+ {
3568
+ internalType: "address",
3569
+ name: "pool",
3570
+ type: "address",
3571
+ },
3572
+ ],
3573
+ name: "VCPoolAlreadyActive",
3574
+ type: "error",
3575
+ },
3576
+ {
3577
+ inputs: [
3578
+ {
3579
+ internalType: "address",
3580
+ name: "pool",
3581
+ type: "address",
3582
+ },
3583
+ ],
3584
+ name: "VCPoolAlreadyAddAndRemoved",
3585
+ type: "error",
3586
+ },
3587
+ {
3588
+ inputs: [
3589
+ {
3590
+ internalType: "address",
3591
+ name: "user",
3592
+ type: "address",
3593
+ },
3594
+ ],
3595
+ name: "VCZeroVePendle",
3596
+ type: "error",
3597
+ },
3598
+ {
3599
+ inputs: [],
3600
+ name: "VEExceededMaxLockTime",
3601
+ type: "error",
3602
+ },
3603
+ {
3604
+ inputs: [],
3605
+ name: "VEInsufficientLockTime",
3606
+ type: "error",
3607
+ },
3608
+ {
3609
+ inputs: [
3610
+ {
3611
+ internalType: "uint256",
3612
+ name: "newExpiry",
3613
+ type: "uint256",
3614
+ },
3615
+ ],
3616
+ name: "VEInvalidNewExpiry",
3617
+ type: "error",
3618
+ },
3619
+ {
3620
+ inputs: [],
3621
+ name: "VENotAllowedReduceExpiry",
3622
+ type: "error",
3623
+ },
3624
+ {
3625
+ inputs: [],
3626
+ name: "VEPositionNotExpired",
3627
+ type: "error",
3628
+ },
3629
+ {
3630
+ inputs: [
3631
+ {
3632
+ internalType: "uint256",
3633
+ name: "msgTime",
3634
+ type: "uint256",
3635
+ },
3636
+ ],
3637
+ name: "VEReceiveOldSupply",
3638
+ type: "error",
3639
+ },
3640
+ {
3641
+ inputs: [],
3642
+ name: "VEZeroAmountLocked",
3643
+ type: "error",
3644
+ },
3645
+ {
3646
+ inputs: [],
3647
+ name: "VEZeroPosition",
3648
+ type: "error",
3649
+ },
3650
+ {
3651
+ inputs: [
3652
+ {
3653
+ internalType: "uint128",
3654
+ name: "bias",
3655
+ type: "uint128",
3656
+ },
3657
+ {
3658
+ internalType: "uint128",
3659
+ name: "slope",
3660
+ type: "uint128",
3661
+ },
3662
+ ],
3663
+ name: "VEZeroSlope",
3664
+ type: "error",
3665
+ },
3666
+ {
3667
+ inputs: [],
3668
+ name: "ValueZero",
3669
+ type: "error",
3670
+ },
3671
+ {
3672
+ inputs: [
3673
+ {
3674
+ internalType: "uint256",
3675
+ name: "errorCode",
3676
+ type: "uint256",
3677
+ },
3678
+ ],
3679
+ name: "VenusError",
3680
+ type: "error",
3681
+ },
3682
+ {
3683
+ inputs: [],
3684
+ name: "WITHDRAW_TOKEN_NOT_UPDATED",
3685
+ type: "error",
3686
+ },
3687
+ {
3688
+ inputs: [],
3689
+ name: "WITHDRAW_TX_DATA_NOT_UPDATED",
3690
+ type: "error",
3691
+ },
3692
+ {
3693
+ inputs: [],
3694
+ name: "WITHDRAW_ZERO_COLLATERAL",
3695
+ type: "error",
3696
+ },
3697
+ {
3698
+ inputs: [],
3699
+ name: "WOMBAT_COV_RATIO_LIMIT_EXCEEDED",
3700
+ type: "error",
3701
+ },
3702
+ {
3703
+ inputs: [],
3704
+ name: "WrongValue",
3705
+ type: "error",
3706
+ },
3707
+ {
3708
+ inputs: [],
3709
+ name: "WrongValues",
3710
+ type: "error",
3711
+ },
3712
+ {
3713
+ inputs: [],
3714
+ name: "XCHAIN_WITHDRAW_INVALID_LIQ_REQUEST",
3715
+ type: "error",
3716
+ },
3717
+ {
3718
+ inputs: [],
3719
+ name: "YCExpired",
3720
+ type: "error",
3721
+ },
3722
+ {
3723
+ inputs: [
3724
+ {
3725
+ internalType: "uint256",
3726
+ name: "interestFeeRate",
3727
+ type: "uint256",
3728
+ },
3729
+ {
3730
+ internalType: "uint256",
3731
+ name: "maxInterestFeeRate",
3732
+ type: "uint256",
3733
+ },
3734
+ ],
3735
+ name: "YCFactoryInterestFeeRateTooHigh",
3736
+ type: "error",
3737
+ },
3738
+ {
3739
+ inputs: [],
3740
+ name: "YCFactoryInvalidExpiry",
3741
+ type: "error",
3742
+ },
3743
+ {
3744
+ inputs: [
3745
+ {
3746
+ internalType: "uint256",
3747
+ name: "newRewardFeeRate",
3748
+ type: "uint256",
3749
+ },
3750
+ {
3751
+ internalType: "uint256",
3752
+ name: "maxRewardFeeRate",
3753
+ type: "uint256",
3754
+ },
3755
+ ],
3756
+ name: "YCFactoryRewardFeeRateTooHigh",
3757
+ type: "error",
3758
+ },
3759
+ {
3760
+ inputs: [],
3761
+ name: "YCFactoryYieldContractExisted",
3762
+ type: "error",
3763
+ },
3764
+ {
3765
+ inputs: [],
3766
+ name: "YCFactoryZeroExpiryDivisor",
3767
+ type: "error",
3768
+ },
3769
+ {
3770
+ inputs: [],
3771
+ name: "YCFactoryZeroTreasury",
3772
+ type: "error",
3773
+ },
3774
+ {
3775
+ inputs: [],
3776
+ name: "YCNoFloatingSy",
3777
+ type: "error",
3778
+ },
3779
+ {
3780
+ inputs: [],
3781
+ name: "YCNotExpired",
3782
+ type: "error",
3783
+ },
3784
+ {
3785
+ inputs: [],
3786
+ name: "YCNothingToRedeem",
3787
+ type: "error",
3788
+ },
3789
+ {
3790
+ inputs: [],
3791
+ name: "YCPostExpiryDataNotSet",
3792
+ type: "error",
3793
+ },
3794
+ {
3795
+ inputs: [
3796
+ {
3797
+ internalType: "uint256",
3798
+ name: "actualSy",
3799
+ type: "uint256",
3800
+ },
3801
+ {
3802
+ internalType: "uint256",
3803
+ name: "requiredSy",
3804
+ type: "uint256",
3805
+ },
3806
+ ],
3807
+ name: "YieldContractInsufficientSy",
3808
+ type: "error",
3809
+ },
3810
+ {
3811
+ inputs: [],
3812
+ name: "ZERO_ADDRESS",
3813
+ type: "error",
3814
+ },
3815
+ {
3816
+ inputs: [],
3817
+ name: "ZERO_AMB_ID_LENGTH",
3818
+ type: "error",
3819
+ },
3820
+ {
3821
+ inputs: [],
3822
+ name: "ZERO_AMOUNT",
3823
+ type: "error",
3824
+ },
3825
+ {
3826
+ inputs: [],
3827
+ name: "ZERO_FINAL_TOKEN",
3828
+ type: "error",
3829
+ },
3830
+ {
3831
+ inputs: [],
3832
+ name: "ZERO_ID",
3833
+ type: "error",
3834
+ },
3835
+ {
3836
+ inputs: [],
3837
+ name: "ZERO_INPUT_VALUE",
3838
+ type: "error",
3839
+ },
3840
+ {
3841
+ inputs: [],
3842
+ name: "ZERO_PAYLOAD_HASH",
3843
+ type: "error",
3844
+ },
3845
+ {
3846
+ inputs: [],
3847
+ name: "ZERO_SUPERFORMS",
3848
+ type: "error",
3849
+ },
3850
+ {
3851
+ inputs: [],
3852
+ name: "ZeroAddress",
3853
+ type: "error",
3854
+ },
3855
+ ];
3856
+
3857
+ const _bytecode =
3858
+ "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018add7b86cb2141d742b8850f678a88cf87d1d0a4f4eba86dade75d5ea59227064736f6c63430008170033";
3859
+
3860
+ type SDKErrorsDirectoryConstructorParams =
3861
+ | [signer?: Signer]
3862
+ | ConstructorParameters<typeof ContractFactory>;
3863
+
3864
+ const isSuperArgs = (
3865
+ xs: SDKErrorsDirectoryConstructorParams
3866
+ ): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
3867
+
3868
+ export class SDKErrorsDirectory__factory extends ContractFactory {
3869
+ constructor(...args: SDKErrorsDirectoryConstructorParams) {
3870
+ if (isSuperArgs(args)) {
3871
+ super(...args);
3872
+ } else {
3873
+ super(_abi, _bytecode, args[0]);
3874
+ }
3875
+ this.contractName = "SDKErrorsDirectory";
3876
+ }
3877
+
3878
+ deploy(
3879
+ overrides?: Overrides & { from?: string | Promise<string> }
3880
+ ): Promise<SDKErrorsDirectory> {
3881
+ return super.deploy(overrides || {}) as Promise<SDKErrorsDirectory>;
3882
+ }
3883
+ getDeployTransaction(
3884
+ overrides?: Overrides & { from?: string | Promise<string> }
3885
+ ): TransactionRequest {
3886
+ return super.getDeployTransaction(overrides || {});
3887
+ }
3888
+ attach(address: string): SDKErrorsDirectory {
3889
+ return super.attach(address) as SDKErrorsDirectory;
3890
+ }
3891
+ connect(signer: Signer): SDKErrorsDirectory__factory {
3892
+ return super.connect(signer) as SDKErrorsDirectory__factory;
3893
+ }
3894
+ static readonly contractName: "SDKErrorsDirectory";
3895
+ public readonly contractName: "SDKErrorsDirectory";
3896
+ static readonly bytecode = _bytecode;
3897
+ static readonly abi = _abi;
3898
+ static createInterface(): SDKErrorsDirectoryInterface {
3899
+ return new utils.Interface(_abi) as SDKErrorsDirectoryInterface;
3900
+ }
3901
+ static connect(
3902
+ address: string,
3903
+ signerOrProvider: Signer | Provider
3904
+ ): SDKErrorsDirectory {
3905
+ return new Contract(address, _abi, signerOrProvider) as SDKErrorsDirectory;
3906
+ }
3907
+ }