@merkl/contracts 0.1.49 → 0.1.55

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,2187 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [],
8
+ stateMutability: "nonpayable",
9
+ type: "constructor",
10
+ },
11
+ {
12
+ inputs: [],
13
+ name: "InvalidAddress",
14
+ type: "error",
15
+ },
16
+ {
17
+ inputs: [],
18
+ name: "InvalidFee",
19
+ type: "error",
20
+ },
21
+ {
22
+ inputs: [],
23
+ name: "InvalidFeeDestination",
24
+ type: "error",
25
+ },
26
+ {
27
+ inputs: [],
28
+ name: "InvalidIndex",
29
+ type: "error",
30
+ },
31
+ {
32
+ inputs: [],
33
+ name: "InvalidWithdrawAmount",
34
+ type: "error",
35
+ },
36
+ {
37
+ inputs: [],
38
+ name: "InvalidWithdrawRatio",
39
+ type: "error",
40
+ },
41
+ {
42
+ inputs: [],
43
+ name: "LengthMismatch",
44
+ type: "error",
45
+ },
46
+ {
47
+ inputs: [],
48
+ name: "NoVePendleReward",
49
+ type: "error",
50
+ },
51
+ {
52
+ inputs: [],
53
+ name: "NotEnoughClaim",
54
+ type: "error",
55
+ },
56
+ {
57
+ inputs: [],
58
+ name: "NotSupported",
59
+ type: "error",
60
+ },
61
+ {
62
+ inputs: [],
63
+ name: "OnlyActivePool",
64
+ type: "error",
65
+ },
66
+ {
67
+ inputs: [],
68
+ name: "OnlyDeactivatePool",
69
+ type: "error",
70
+ },
71
+ {
72
+ inputs: [],
73
+ name: "OnlyPauser",
74
+ type: "error",
75
+ },
76
+ {
77
+ inputs: [],
78
+ name: "OnlyPoolHelper",
79
+ type: "error",
80
+ },
81
+ {
82
+ inputs: [],
83
+ name: "OnlyPoolRegisterHelper",
84
+ type: "error",
85
+ },
86
+ {
87
+ inputs: [],
88
+ name: "OnlyVoteManager",
89
+ type: "error",
90
+ },
91
+ {
92
+ inputs: [],
93
+ name: "PoolOccupied",
94
+ type: "error",
95
+ },
96
+ {
97
+ inputs: [],
98
+ name: "TimeGapTooMuch",
99
+ type: "error",
100
+ },
101
+ {
102
+ inputs: [],
103
+ name: "ZeroNotAllowed",
104
+ type: "error",
105
+ },
106
+ {
107
+ anonymous: false,
108
+ inputs: [
109
+ {
110
+ indexed: false,
111
+ internalType: "address",
112
+ name: "_oldARBAddress",
113
+ type: "address",
114
+ },
115
+ {
116
+ indexed: false,
117
+ internalType: "address",
118
+ name: "_ARBAddress",
119
+ type: "address",
120
+ },
121
+ ],
122
+ name: "ARBAddressUpdated",
123
+ type: "event",
124
+ },
125
+ {
126
+ anonymous: false,
127
+ inputs: [
128
+ {
129
+ indexed: false,
130
+ internalType: "uint256",
131
+ name: "_index",
132
+ type: "uint256",
133
+ },
134
+ {
135
+ indexed: false,
136
+ internalType: "address",
137
+ name: "_to",
138
+ type: "address",
139
+ },
140
+ {
141
+ indexed: false,
142
+ internalType: "uint256",
143
+ name: "_value",
144
+ type: "uint256",
145
+ },
146
+ {
147
+ indexed: false,
148
+ internalType: "bool",
149
+ name: "_isAddress",
150
+ type: "bool",
151
+ },
152
+ {
153
+ indexed: false,
154
+ internalType: "bool",
155
+ name: "_isActive",
156
+ type: "bool",
157
+ },
158
+ ],
159
+ name: "ARBFeeUpdated",
160
+ type: "event",
161
+ },
162
+ {
163
+ anonymous: false,
164
+ inputs: [
165
+ {
166
+ indexed: false,
167
+ internalType: "address",
168
+ name: "_to",
169
+ type: "address",
170
+ },
171
+ {
172
+ indexed: false,
173
+ internalType: "uint256",
174
+ name: "_value",
175
+ type: "uint256",
176
+ },
177
+ {
178
+ indexed: false,
179
+ internalType: "bool",
180
+ name: "_isAddress",
181
+ type: "bool",
182
+ },
183
+ ],
184
+ name: "AddARBFee",
185
+ type: "event",
186
+ },
187
+ {
188
+ anonymous: false,
189
+ inputs: [
190
+ {
191
+ indexed: false,
192
+ internalType: "address",
193
+ name: "_to",
194
+ type: "address",
195
+ },
196
+ {
197
+ indexed: false,
198
+ internalType: "uint256",
199
+ name: "_value",
200
+ type: "uint256",
201
+ },
202
+ {
203
+ indexed: false,
204
+ internalType: "bool",
205
+ name: "_isMPENDLE",
206
+ type: "bool",
207
+ },
208
+ {
209
+ indexed: false,
210
+ internalType: "bool",
211
+ name: "_isAddress",
212
+ type: "bool",
213
+ },
214
+ ],
215
+ name: "AddPendleFee",
216
+ type: "event",
217
+ },
218
+ {
219
+ anonymous: false,
220
+ inputs: [
221
+ {
222
+ indexed: true,
223
+ internalType: "address",
224
+ name: "_market",
225
+ type: "address",
226
+ },
227
+ {
228
+ indexed: false,
229
+ internalType: "uint256",
230
+ name: "_withdrawRatio",
231
+ type: "uint256",
232
+ },
233
+ ],
234
+ name: "AffectedMarketWithdrawRatioSet",
235
+ type: "event",
236
+ },
237
+ {
238
+ anonymous: false,
239
+ inputs: [
240
+ {
241
+ indexed: false,
242
+ internalType: "uint256",
243
+ name: "_autoBribeFee",
244
+ type: "uint256",
245
+ },
246
+ ],
247
+ name: "AutoBribeFeeSet",
248
+ type: "event",
249
+ },
250
+ {
251
+ anonymous: false,
252
+ inputs: [
253
+ {
254
+ indexed: false,
255
+ internalType: "address",
256
+ name: "_oldBribeManagerEOA",
257
+ type: "address",
258
+ },
259
+ {
260
+ indexed: false,
261
+ internalType: "address",
262
+ name: "_bribeManagerEOA",
263
+ type: "address",
264
+ },
265
+ ],
266
+ name: "BribeManagerEOAUpdated",
267
+ type: "event",
268
+ },
269
+ {
270
+ anonymous: false,
271
+ inputs: [
272
+ {
273
+ indexed: false,
274
+ internalType: "address",
275
+ name: "_oldBribeManager",
276
+ type: "address",
277
+ },
278
+ {
279
+ indexed: false,
280
+ internalType: "address",
281
+ name: "_bribeManager",
282
+ type: "address",
283
+ },
284
+ ],
285
+ name: "BribeManagerUpdated",
286
+ type: "event",
287
+ },
288
+ {
289
+ anonymous: false,
290
+ inputs: [
291
+ {
292
+ indexed: true,
293
+ internalType: "address",
294
+ name: "_ETHZapper",
295
+ type: "address",
296
+ },
297
+ ],
298
+ name: "ETHZapperSet",
299
+ type: "event",
300
+ },
301
+ {
302
+ anonymous: false,
303
+ inputs: [
304
+ {
305
+ indexed: true,
306
+ internalType: "address",
307
+ name: "_for",
308
+ type: "address",
309
+ },
310
+ {
311
+ indexed: false,
312
+ internalType: "uint256",
313
+ name: "_withdrawAmount",
314
+ type: "uint256",
315
+ },
316
+ ],
317
+ name: "EmergencyWithdraw",
318
+ type: "event",
319
+ },
320
+ {
321
+ anonymous: false,
322
+ inputs: [
323
+ {
324
+ indexed: false,
325
+ internalType: "address",
326
+ name: "_to",
327
+ type: "address",
328
+ },
329
+ {
330
+ indexed: false,
331
+ internalType: "address",
332
+ name: "_token",
333
+ type: "address",
334
+ },
335
+ {
336
+ indexed: false,
337
+ internalType: "uint256",
338
+ name: "value",
339
+ type: "uint256",
340
+ },
341
+ {
342
+ indexed: false,
343
+ internalType: "bool",
344
+ name: "_isAddress",
345
+ type: "bool",
346
+ },
347
+ ],
348
+ name: "FeePaidTo",
349
+ type: "event",
350
+ },
351
+ {
352
+ anonymous: false,
353
+ inputs: [
354
+ {
355
+ indexed: false,
356
+ internalType: "uint256",
357
+ name: "_period",
358
+ type: "uint256",
359
+ },
360
+ ],
361
+ name: "HarvestTimeGapSet",
362
+ type: "event",
363
+ },
364
+ {
365
+ anonymous: false,
366
+ inputs: [
367
+ {
368
+ indexed: false,
369
+ internalType: "uint8",
370
+ name: "version",
371
+ type: "uint8",
372
+ },
373
+ ],
374
+ name: "Initialized",
375
+ type: "event",
376
+ },
377
+ {
378
+ anonymous: false,
379
+ inputs: [
380
+ {
381
+ indexed: true,
382
+ internalType: "address",
383
+ name: "_mgpBlackHole",
384
+ type: "address",
385
+ },
386
+ {
387
+ indexed: false,
388
+ internalType: "uint256",
389
+ name: "_burnAmount",
390
+ type: "uint256",
391
+ },
392
+ ],
393
+ name: "MPendleBurn",
394
+ type: "event",
395
+ },
396
+ {
397
+ anonymous: false,
398
+ inputs: [
399
+ {
400
+ indexed: true,
401
+ internalType: "address",
402
+ name: "_mPendleOFT",
403
+ type: "address",
404
+ },
405
+ ],
406
+ name: "MPendleOFTSet",
407
+ type: "event",
408
+ },
409
+ {
410
+ anonymous: false,
411
+ inputs: [
412
+ {
413
+ indexed: true,
414
+ internalType: "address",
415
+ name: "_helper",
416
+ type: "address",
417
+ },
418
+ ],
419
+ name: "MarketDepositHelperSet",
420
+ type: "event",
421
+ },
422
+ {
423
+ anonymous: false,
424
+ inputs: [
425
+ {
426
+ indexed: true,
427
+ internalType: "address",
428
+ name: "_masterPenpie",
429
+ type: "address",
430
+ },
431
+ ],
432
+ name: "MasterPenpieSet",
433
+ type: "event",
434
+ },
435
+ {
436
+ anonymous: false,
437
+ inputs: [
438
+ {
439
+ indexed: true,
440
+ internalType: "address",
441
+ name: "_mgpBlackHole",
442
+ type: "address",
443
+ },
444
+ {
445
+ indexed: false,
446
+ internalType: "uint256",
447
+ name: "_mPendleBurnRatio",
448
+ type: "uint256",
449
+ },
450
+ ],
451
+ name: "MgpBlackHoleSet",
452
+ type: "event",
453
+ },
454
+ {
455
+ anonymous: false,
456
+ inputs: [
457
+ {
458
+ indexed: true,
459
+ internalType: "address",
460
+ name: "_user",
461
+ type: "address",
462
+ },
463
+ {
464
+ indexed: true,
465
+ internalType: "address",
466
+ name: "_market",
467
+ type: "address",
468
+ },
469
+ {
470
+ indexed: false,
471
+ internalType: "uint256",
472
+ name: "_lpAmount",
473
+ type: "uint256",
474
+ },
475
+ {
476
+ indexed: true,
477
+ internalType: "address",
478
+ name: "_receptToken",
479
+ type: "address",
480
+ },
481
+ {
482
+ indexed: false,
483
+ internalType: "uint256",
484
+ name: "_receptAmount",
485
+ type: "uint256",
486
+ },
487
+ ],
488
+ name: "NewMarketDeposit",
489
+ type: "event",
490
+ },
491
+ {
492
+ anonymous: false,
493
+ inputs: [
494
+ {
495
+ indexed: true,
496
+ internalType: "address",
497
+ name: "_user",
498
+ type: "address",
499
+ },
500
+ {
501
+ indexed: true,
502
+ internalType: "address",
503
+ name: "_market",
504
+ type: "address",
505
+ },
506
+ {
507
+ indexed: false,
508
+ internalType: "uint256",
509
+ name: "_lpAmount",
510
+ type: "uint256",
511
+ },
512
+ {
513
+ indexed: true,
514
+ internalType: "address",
515
+ name: "_receptToken",
516
+ type: "address",
517
+ },
518
+ {
519
+ indexed: false,
520
+ internalType: "uint256",
521
+ name: "_receptAmount",
522
+ type: "uint256",
523
+ },
524
+ ],
525
+ name: "NewMarketWithdraw",
526
+ type: "event",
527
+ },
528
+ {
529
+ anonymous: false,
530
+ inputs: [
531
+ {
532
+ indexed: true,
533
+ internalType: "address",
534
+ name: "previousOwner",
535
+ type: "address",
536
+ },
537
+ {
538
+ indexed: true,
539
+ internalType: "address",
540
+ name: "newOwner",
541
+ type: "address",
542
+ },
543
+ ],
544
+ name: "OwnershipTransferred",
545
+ type: "event",
546
+ },
547
+ {
548
+ anonymous: false,
549
+ inputs: [
550
+ {
551
+ indexed: false,
552
+ internalType: "address",
553
+ name: "account",
554
+ type: "address",
555
+ },
556
+ ],
557
+ name: "Paused",
558
+ type: "event",
559
+ },
560
+ {
561
+ anonymous: false,
562
+ inputs: [
563
+ {
564
+ indexed: false,
565
+ internalType: "uint256",
566
+ name: "_amount",
567
+ type: "uint256",
568
+ },
569
+ {
570
+ indexed: false,
571
+ internalType: "uint256",
572
+ name: "_lockDays",
573
+ type: "uint256",
574
+ },
575
+ {
576
+ indexed: false,
577
+ internalType: "uint256",
578
+ name: "_vePendleAccumulated",
579
+ type: "uint256",
580
+ },
581
+ ],
582
+ name: "PendleLocked",
583
+ type: "event",
584
+ },
585
+ {
586
+ anonymous: false,
587
+ inputs: [
588
+ {
589
+ indexed: false,
590
+ internalType: "address",
591
+ name: "_pendleMarketRegisterHelper",
592
+ type: "address",
593
+ },
594
+ ],
595
+ name: "PendleMarketRegisterHelperSet",
596
+ type: "event",
597
+ },
598
+ {
599
+ anonymous: false,
600
+ inputs: [
601
+ {
602
+ indexed: false,
603
+ internalType: "address",
604
+ name: "_market",
605
+ type: "address",
606
+ },
607
+ {
608
+ indexed: false,
609
+ internalType: "address",
610
+ name: "_rewarder",
611
+ type: "address",
612
+ },
613
+ {
614
+ indexed: false,
615
+ internalType: "address",
616
+ name: "_receiptToken",
617
+ type: "address",
618
+ },
619
+ ],
620
+ name: "PoolAdded",
621
+ type: "event",
622
+ },
623
+ {
624
+ anonymous: false,
625
+ inputs: [
626
+ {
627
+ indexed: false,
628
+ internalType: "address",
629
+ name: "_market",
630
+ type: "address",
631
+ },
632
+ ],
633
+ name: "PoolHelperUpdated",
634
+ type: "event",
635
+ },
636
+ {
637
+ anonymous: false,
638
+ inputs: [
639
+ {
640
+ indexed: true,
641
+ internalType: "address",
642
+ name: "_market",
643
+ type: "address",
644
+ },
645
+ ],
646
+ name: "PoolRemoved",
647
+ type: "event",
648
+ },
649
+ {
650
+ anonymous: false,
651
+ inputs: [
652
+ {
653
+ indexed: false,
654
+ internalType: "uint256",
655
+ name: "value",
656
+ type: "uint256",
657
+ },
658
+ {
659
+ indexed: false,
660
+ internalType: "address",
661
+ name: "to",
662
+ type: "address",
663
+ },
664
+ {
665
+ indexed: false,
666
+ internalType: "bool",
667
+ name: "_isMPENDLE",
668
+ type: "bool",
669
+ },
670
+ {
671
+ indexed: false,
672
+ internalType: "bool",
673
+ name: "_isAddress",
674
+ type: "bool",
675
+ },
676
+ ],
677
+ name: "RemovePendleFee",
678
+ type: "event",
679
+ },
680
+ {
681
+ anonymous: false,
682
+ inputs: [
683
+ {
684
+ indexed: false,
685
+ internalType: "address",
686
+ name: "_market",
687
+ type: "address",
688
+ },
689
+ {
690
+ indexed: false,
691
+ internalType: "address",
692
+ name: "_to",
693
+ type: "address",
694
+ },
695
+ {
696
+ indexed: false,
697
+ internalType: "address",
698
+ name: "_rewardToken",
699
+ type: "address",
700
+ },
701
+ {
702
+ indexed: false,
703
+ internalType: "uint256",
704
+ name: "_feeAmount",
705
+ type: "uint256",
706
+ },
707
+ ],
708
+ name: "RewardPaidTo",
709
+ type: "event",
710
+ },
711
+ {
712
+ anonymous: false,
713
+ inputs: [
714
+ {
715
+ indexed: false,
716
+ internalType: "address",
717
+ name: "_oldmPendleConvertor",
718
+ type: "address",
719
+ },
720
+ {
721
+ indexed: false,
722
+ internalType: "address",
723
+ name: "_newmPendleConvertor",
724
+ type: "address",
725
+ },
726
+ ],
727
+ name: "SetMPendleConvertor",
728
+ type: "event",
729
+ },
730
+ {
731
+ anonymous: false,
732
+ inputs: [
733
+ {
734
+ indexed: false,
735
+ internalType: "address",
736
+ name: "_to",
737
+ type: "address",
738
+ },
739
+ {
740
+ indexed: false,
741
+ internalType: "uint256",
742
+ name: "_value",
743
+ type: "uint256",
744
+ },
745
+ ],
746
+ name: "SetPendleFee",
747
+ type: "event",
748
+ },
749
+ {
750
+ anonymous: false,
751
+ inputs: [
752
+ {
753
+ indexed: false,
754
+ internalType: "address",
755
+ name: "_OldSmartPendleConvert",
756
+ type: "address",
757
+ },
758
+ {
759
+ indexed: false,
760
+ internalType: "address",
761
+ name: "_smartPendleConvert",
762
+ type: "address",
763
+ },
764
+ ],
765
+ name: "SmartPendleConvertUpdated",
766
+ type: "event",
767
+ },
768
+ {
769
+ anonymous: false,
770
+ inputs: [
771
+ {
772
+ indexed: false,
773
+ internalType: "address",
774
+ name: "account",
775
+ type: "address",
776
+ },
777
+ ],
778
+ name: "Unpaused",
779
+ type: "event",
780
+ },
781
+ {
782
+ anonymous: false,
783
+ inputs: [
784
+ {
785
+ indexed: true,
786
+ internalType: "address",
787
+ name: "_market",
788
+ type: "address",
789
+ },
790
+ {
791
+ indexed: false,
792
+ internalType: "bool",
793
+ name: "_allowed",
794
+ type: "bool",
795
+ },
796
+ ],
797
+ name: "UpdateMPendleRewardMarketStatus",
798
+ type: "event",
799
+ },
800
+ {
801
+ anonymous: false,
802
+ inputs: [
803
+ {
804
+ indexed: true,
805
+ internalType: "address",
806
+ name: "_market",
807
+ type: "address",
808
+ },
809
+ {
810
+ indexed: false,
811
+ internalType: "bool",
812
+ name: "_allowed",
813
+ type: "bool",
814
+ },
815
+ ],
816
+ name: "UpdateNonHarvestableMarketStatus",
817
+ type: "event",
818
+ },
819
+ {
820
+ anonymous: false,
821
+ inputs: [
822
+ {
823
+ indexed: true,
824
+ internalType: "address",
825
+ name: "_pauser",
826
+ type: "address",
827
+ },
828
+ {
829
+ indexed: false,
830
+ internalType: "bool",
831
+ name: "_allowed",
832
+ type: "bool",
833
+ },
834
+ ],
835
+ name: "UpdatePauserStatus",
836
+ type: "event",
837
+ },
838
+ {
839
+ anonymous: false,
840
+ inputs: [
841
+ {
842
+ indexed: false,
843
+ internalType: "uint256",
844
+ name: "_total",
845
+ type: "uint256",
846
+ },
847
+ {
848
+ indexed: false,
849
+ internalType: "address[]",
850
+ name: "_pool",
851
+ type: "address[]",
852
+ },
853
+ {
854
+ indexed: false,
855
+ internalType: "uint256[]",
856
+ name: "_totalAmounts",
857
+ type: "uint256[]",
858
+ },
859
+ {
860
+ indexed: false,
861
+ internalType: "uint256",
862
+ name: "_protocolFee",
863
+ type: "uint256",
864
+ },
865
+ {
866
+ indexed: false,
867
+ internalType: "uint256",
868
+ name: "_callerFee",
869
+ type: "uint256",
870
+ },
871
+ {
872
+ indexed: false,
873
+ internalType: "uint256",
874
+ name: "_rest",
875
+ type: "uint256",
876
+ },
877
+ ],
878
+ name: "VePendleHarvested",
879
+ type: "event",
880
+ },
881
+ {
882
+ anonymous: false,
883
+ inputs: [
884
+ {
885
+ indexed: false,
886
+ internalType: "address",
887
+ name: "_oldVoteManager",
888
+ type: "address",
889
+ },
890
+ {
891
+ indexed: false,
892
+ internalType: "address",
893
+ name: "_voteManager",
894
+ type: "address",
895
+ },
896
+ ],
897
+ name: "VoteManagerUpdated",
898
+ type: "event",
899
+ },
900
+ {
901
+ anonymous: false,
902
+ inputs: [
903
+ {
904
+ indexed: false,
905
+ internalType: "address",
906
+ name: "_voter",
907
+ type: "address",
908
+ },
909
+ {
910
+ indexed: false,
911
+ internalType: "uint256",
912
+ name: "_vePendleHarvestCallerFee",
913
+ type: "uint256",
914
+ },
915
+ {
916
+ indexed: false,
917
+ internalType: "uint256",
918
+ name: "_harvestCallerPendleFee",
919
+ type: "uint256",
920
+ },
921
+ {
922
+ indexed: false,
923
+ internalType: "uint256",
924
+ name: "_voteProtocolFee",
925
+ type: "uint256",
926
+ },
927
+ {
928
+ indexed: false,
929
+ internalType: "address",
930
+ name: "_voteFeeCollector",
931
+ type: "address",
932
+ },
933
+ ],
934
+ name: "VoteSet",
935
+ type: "event",
936
+ },
937
+ {
938
+ inputs: [],
939
+ name: "ARB",
940
+ outputs: [
941
+ {
942
+ internalType: "address",
943
+ name: "",
944
+ type: "address",
945
+ },
946
+ ],
947
+ stateMutability: "view",
948
+ type: "function",
949
+ },
950
+ {
951
+ inputs: [
952
+ {
953
+ internalType: "uint256",
954
+ name: "",
955
+ type: "uint256",
956
+ },
957
+ ],
958
+ name: "ARBFeeInfos",
959
+ outputs: [
960
+ {
961
+ internalType: "uint256",
962
+ name: "value",
963
+ type: "uint256",
964
+ },
965
+ {
966
+ internalType: "address",
967
+ name: "to",
968
+ type: "address",
969
+ },
970
+ {
971
+ internalType: "bool",
972
+ name: "isMPENDLE",
973
+ type: "bool",
974
+ },
975
+ {
976
+ internalType: "bool",
977
+ name: "isAddress",
978
+ type: "bool",
979
+ },
980
+ {
981
+ internalType: "bool",
982
+ name: "isActive",
983
+ type: "bool",
984
+ },
985
+ ],
986
+ stateMutability: "view",
987
+ type: "function",
988
+ },
989
+ {
990
+ inputs: [],
991
+ name: "ETHZapper",
992
+ outputs: [
993
+ {
994
+ internalType: "address",
995
+ name: "",
996
+ type: "address",
997
+ },
998
+ ],
999
+ stateMutability: "view",
1000
+ type: "function",
1001
+ },
1002
+ {
1003
+ inputs: [],
1004
+ name: "PENDLE",
1005
+ outputs: [
1006
+ {
1007
+ internalType: "address",
1008
+ name: "",
1009
+ type: "address",
1010
+ },
1011
+ ],
1012
+ stateMutability: "view",
1013
+ type: "function",
1014
+ },
1015
+ {
1016
+ inputs: [],
1017
+ name: "WETH",
1018
+ outputs: [
1019
+ {
1020
+ internalType: "address",
1021
+ name: "",
1022
+ type: "address",
1023
+ },
1024
+ ],
1025
+ stateMutability: "view",
1026
+ type: "function",
1027
+ },
1028
+ {
1029
+ inputs: [
1030
+ {
1031
+ internalType: "address",
1032
+ name: "_pendle",
1033
+ type: "address",
1034
+ },
1035
+ {
1036
+ internalType: "address",
1037
+ name: "_WETH",
1038
+ type: "address",
1039
+ },
1040
+ {
1041
+ internalType: "address",
1042
+ name: "_vePendle",
1043
+ type: "address",
1044
+ },
1045
+ {
1046
+ internalType: "address",
1047
+ name: "_distributorETH",
1048
+ type: "address",
1049
+ },
1050
+ {
1051
+ internalType: "address",
1052
+ name: "_pendleRouter",
1053
+ type: "address",
1054
+ },
1055
+ {
1056
+ internalType: "address",
1057
+ name: "_masterPenpie",
1058
+ type: "address",
1059
+ },
1060
+ ],
1061
+ name: "__PendleStakingBaseUpg_init",
1062
+ outputs: [],
1063
+ stateMutability: "nonpayable",
1064
+ type: "function",
1065
+ },
1066
+ {
1067
+ inputs: [
1068
+ {
1069
+ internalType: "address",
1070
+ name: "_pendle",
1071
+ type: "address",
1072
+ },
1073
+ {
1074
+ internalType: "address",
1075
+ name: "_WETH",
1076
+ type: "address",
1077
+ },
1078
+ {
1079
+ internalType: "address",
1080
+ name: "_vePendle",
1081
+ type: "address",
1082
+ },
1083
+ {
1084
+ internalType: "address",
1085
+ name: "_distributorETH",
1086
+ type: "address",
1087
+ },
1088
+ {
1089
+ internalType: "address",
1090
+ name: "_pendleRouter",
1091
+ type: "address",
1092
+ },
1093
+ {
1094
+ internalType: "address",
1095
+ name: "_masterPenpie",
1096
+ type: "address",
1097
+ },
1098
+ ],
1099
+ name: "__PendleStakingSideChain_init",
1100
+ outputs: [],
1101
+ stateMutability: "nonpayable",
1102
+ type: "function",
1103
+ },
1104
+ {
1105
+ inputs: [],
1106
+ name: "accumulatedVePendle",
1107
+ outputs: [
1108
+ {
1109
+ internalType: "uint256",
1110
+ name: "",
1111
+ type: "uint256",
1112
+ },
1113
+ ],
1114
+ stateMutability: "view",
1115
+ type: "function",
1116
+ },
1117
+ {
1118
+ inputs: [
1119
+ {
1120
+ internalType: "address[]",
1121
+ name: "_to",
1122
+ type: "address[]",
1123
+ },
1124
+ {
1125
+ internalType: "uint256[]",
1126
+ name: "_value",
1127
+ type: "uint256[]",
1128
+ },
1129
+ {
1130
+ internalType: "bool[]",
1131
+ name: "_isAddress",
1132
+ type: "bool[]",
1133
+ },
1134
+ ],
1135
+ name: "addARBFees",
1136
+ outputs: [],
1137
+ stateMutability: "nonpayable",
1138
+ type: "function",
1139
+ },
1140
+ {
1141
+ inputs: [
1142
+ {
1143
+ internalType: "uint256",
1144
+ name: "_value",
1145
+ type: "uint256",
1146
+ },
1147
+ {
1148
+ internalType: "address",
1149
+ name: "_to",
1150
+ type: "address",
1151
+ },
1152
+ {
1153
+ internalType: "bool",
1154
+ name: "_isMPENDLE",
1155
+ type: "bool",
1156
+ },
1157
+ {
1158
+ internalType: "bool",
1159
+ name: "_isAddress",
1160
+ type: "bool",
1161
+ },
1162
+ ],
1163
+ name: "addPendleFee",
1164
+ outputs: [],
1165
+ stateMutability: "nonpayable",
1166
+ type: "function",
1167
+ },
1168
+ {
1169
+ inputs: [
1170
+ {
1171
+ internalType: "address",
1172
+ name: "",
1173
+ type: "address",
1174
+ },
1175
+ ],
1176
+ name: "affectedMarketWithdrawRatio",
1177
+ outputs: [
1178
+ {
1179
+ internalType: "uint256",
1180
+ name: "",
1181
+ type: "uint256",
1182
+ },
1183
+ ],
1184
+ stateMutability: "view",
1185
+ type: "function",
1186
+ },
1187
+ {
1188
+ inputs: [
1189
+ {
1190
+ internalType: "address",
1191
+ name: "",
1192
+ type: "address",
1193
+ },
1194
+ ],
1195
+ name: "allowedPauser",
1196
+ outputs: [
1197
+ {
1198
+ internalType: "bool",
1199
+ name: "",
1200
+ type: "bool",
1201
+ },
1202
+ ],
1203
+ stateMutability: "view",
1204
+ type: "function",
1205
+ },
1206
+ {
1207
+ inputs: [],
1208
+ name: "autoBribeFee",
1209
+ outputs: [
1210
+ {
1211
+ internalType: "uint256",
1212
+ name: "",
1213
+ type: "uint256",
1214
+ },
1215
+ ],
1216
+ stateMutability: "view",
1217
+ type: "function",
1218
+ },
1219
+ {
1220
+ inputs: [
1221
+ {
1222
+ internalType: "address[]",
1223
+ name: "_markets",
1224
+ type: "address[]",
1225
+ },
1226
+ {
1227
+ internalType: "uint256",
1228
+ name: "minEthToRecieve",
1229
+ type: "uint256",
1230
+ },
1231
+ ],
1232
+ name: "batchHarvestMarketRewards",
1233
+ outputs: [],
1234
+ stateMutability: "nonpayable",
1235
+ type: "function",
1236
+ },
1237
+ {
1238
+ inputs: [
1239
+ {
1240
+ internalType: "address[]",
1241
+ name: "_addresses",
1242
+ type: "address[]",
1243
+ },
1244
+ ],
1245
+ name: "batchRemovePools",
1246
+ outputs: [],
1247
+ stateMutability: "nonpayable",
1248
+ type: "function",
1249
+ },
1250
+ {
1251
+ inputs: [],
1252
+ name: "bribeManager",
1253
+ outputs: [
1254
+ {
1255
+ internalType: "address",
1256
+ name: "",
1257
+ type: "address",
1258
+ },
1259
+ ],
1260
+ stateMutability: "view",
1261
+ type: "function",
1262
+ },
1263
+ {
1264
+ inputs: [],
1265
+ name: "bribeManagerEOA",
1266
+ outputs: [
1267
+ {
1268
+ internalType: "address",
1269
+ name: "",
1270
+ type: "address",
1271
+ },
1272
+ ],
1273
+ stateMutability: "view",
1274
+ type: "function",
1275
+ },
1276
+ {
1277
+ inputs: [
1278
+ {
1279
+ internalType: "address[]",
1280
+ name: "markets",
1281
+ type: "address[]",
1282
+ },
1283
+ {
1284
+ internalType: "uint256[]",
1285
+ name: "marketRewardAmount",
1286
+ type: "uint256[]",
1287
+ },
1288
+ {
1289
+ internalType: "address",
1290
+ name: "pendleMerkleDistributor",
1291
+ type: "address",
1292
+ },
1293
+ ],
1294
+ name: "claimAndQueueARB",
1295
+ outputs: [],
1296
+ stateMutability: "nonpayable",
1297
+ type: "function",
1298
+ },
1299
+ {
1300
+ inputs: [
1301
+ {
1302
+ internalType: "uint256",
1303
+ name: "_amount",
1304
+ type: "uint256",
1305
+ },
1306
+ {
1307
+ internalType: "uint256[]",
1308
+ name: "chainId",
1309
+ type: "uint256[]",
1310
+ },
1311
+ ],
1312
+ name: "convertPendle",
1313
+ outputs: [
1314
+ {
1315
+ internalType: "uint256",
1316
+ name: "",
1317
+ type: "uint256",
1318
+ },
1319
+ ],
1320
+ stateMutability: "payable",
1321
+ type: "function",
1322
+ },
1323
+ {
1324
+ inputs: [
1325
+ {
1326
+ internalType: "address",
1327
+ name: "_market",
1328
+ type: "address",
1329
+ },
1330
+ {
1331
+ internalType: "address",
1332
+ name: "_for",
1333
+ type: "address",
1334
+ },
1335
+ {
1336
+ internalType: "address",
1337
+ name: "_from",
1338
+ type: "address",
1339
+ },
1340
+ {
1341
+ internalType: "uint256",
1342
+ name: "_amount",
1343
+ type: "uint256",
1344
+ },
1345
+ ],
1346
+ name: "depositMarket",
1347
+ outputs: [],
1348
+ stateMutability: "nonpayable",
1349
+ type: "function",
1350
+ },
1351
+ {
1352
+ inputs: [],
1353
+ name: "distributorETH",
1354
+ outputs: [
1355
+ {
1356
+ internalType: "contract IPFeeDistributorV2",
1357
+ name: "",
1358
+ type: "address",
1359
+ },
1360
+ ],
1361
+ stateMutability: "view",
1362
+ type: "function",
1363
+ },
1364
+ {
1365
+ inputs: [
1366
+ {
1367
+ internalType: "address",
1368
+ name: "_market",
1369
+ type: "address",
1370
+ },
1371
+ {
1372
+ internalType: "address",
1373
+ name: "_for",
1374
+ type: "address",
1375
+ },
1376
+ {
1377
+ internalType: "uint256",
1378
+ name: "_receiptAmount",
1379
+ type: "uint256",
1380
+ },
1381
+ ],
1382
+ name: "emergencyWithdraw",
1383
+ outputs: [],
1384
+ stateMutability: "nonpayable",
1385
+ type: "function",
1386
+ },
1387
+ {
1388
+ inputs: [],
1389
+ name: "feeCollector",
1390
+ outputs: [
1391
+ {
1392
+ internalType: "address",
1393
+ name: "",
1394
+ type: "address",
1395
+ },
1396
+ ],
1397
+ stateMutability: "view",
1398
+ type: "function",
1399
+ },
1400
+ {
1401
+ inputs: [],
1402
+ name: "getPoolLength",
1403
+ outputs: [
1404
+ {
1405
+ internalType: "uint256",
1406
+ name: "",
1407
+ type: "uint256",
1408
+ },
1409
+ ],
1410
+ stateMutability: "view",
1411
+ type: "function",
1412
+ },
1413
+ {
1414
+ inputs: [],
1415
+ name: "harvestCallerPendleFee",
1416
+ outputs: [
1417
+ {
1418
+ internalType: "uint256",
1419
+ name: "",
1420
+ type: "uint256",
1421
+ },
1422
+ ],
1423
+ stateMutability: "view",
1424
+ type: "function",
1425
+ },
1426
+ {
1427
+ inputs: [
1428
+ {
1429
+ internalType: "address",
1430
+ name: "_market",
1431
+ type: "address",
1432
+ },
1433
+ {
1434
+ internalType: "address",
1435
+ name: "_caller",
1436
+ type: "address",
1437
+ },
1438
+ {
1439
+ internalType: "uint256",
1440
+ name: "_minEthRecive",
1441
+ type: "uint256",
1442
+ },
1443
+ ],
1444
+ name: "harvestMarketReward",
1445
+ outputs: [],
1446
+ stateMutability: "nonpayable",
1447
+ type: "function",
1448
+ },
1449
+ {
1450
+ inputs: [],
1451
+ name: "harvestTimeGap",
1452
+ outputs: [
1453
+ {
1454
+ internalType: "uint256",
1455
+ name: "",
1456
+ type: "uint256",
1457
+ },
1458
+ ],
1459
+ stateMutability: "view",
1460
+ type: "function",
1461
+ },
1462
+ {
1463
+ inputs: [
1464
+ {
1465
+ internalType: "address",
1466
+ name: "",
1467
+ type: "address",
1468
+ },
1469
+ ],
1470
+ name: "ismPendleRewardMarket",
1471
+ outputs: [
1472
+ {
1473
+ internalType: "bool",
1474
+ name: "",
1475
+ type: "bool",
1476
+ },
1477
+ ],
1478
+ stateMutability: "view",
1479
+ type: "function",
1480
+ },
1481
+ {
1482
+ inputs: [],
1483
+ name: "mPendleBurnRatio",
1484
+ outputs: [
1485
+ {
1486
+ internalType: "uint256",
1487
+ name: "",
1488
+ type: "uint256",
1489
+ },
1490
+ ],
1491
+ stateMutability: "view",
1492
+ type: "function",
1493
+ },
1494
+ {
1495
+ inputs: [],
1496
+ name: "mPendleConvertor",
1497
+ outputs: [
1498
+ {
1499
+ internalType: "address",
1500
+ name: "",
1501
+ type: "address",
1502
+ },
1503
+ ],
1504
+ stateMutability: "view",
1505
+ type: "function",
1506
+ },
1507
+ {
1508
+ inputs: [],
1509
+ name: "mPendleOFT",
1510
+ outputs: [
1511
+ {
1512
+ internalType: "address",
1513
+ name: "",
1514
+ type: "address",
1515
+ },
1516
+ ],
1517
+ stateMutability: "view",
1518
+ type: "function",
1519
+ },
1520
+ {
1521
+ inputs: [],
1522
+ name: "marketDepositHelper",
1523
+ outputs: [
1524
+ {
1525
+ internalType: "address",
1526
+ name: "",
1527
+ type: "address",
1528
+ },
1529
+ ],
1530
+ stateMutability: "view",
1531
+ type: "function",
1532
+ },
1533
+ {
1534
+ inputs: [],
1535
+ name: "masterPenpie",
1536
+ outputs: [
1537
+ {
1538
+ internalType: "address",
1539
+ name: "",
1540
+ type: "address",
1541
+ },
1542
+ ],
1543
+ stateMutability: "view",
1544
+ type: "function",
1545
+ },
1546
+ {
1547
+ inputs: [],
1548
+ name: "mgpBlackHole",
1549
+ outputs: [
1550
+ {
1551
+ internalType: "address",
1552
+ name: "",
1553
+ type: "address",
1554
+ },
1555
+ ],
1556
+ stateMutability: "view",
1557
+ type: "function",
1558
+ },
1559
+ {
1560
+ inputs: [
1561
+ {
1562
+ internalType: "address",
1563
+ name: "",
1564
+ type: "address",
1565
+ },
1566
+ ],
1567
+ name: "nonHarvestablePools",
1568
+ outputs: [
1569
+ {
1570
+ internalType: "bool",
1571
+ name: "",
1572
+ type: "bool",
1573
+ },
1574
+ ],
1575
+ stateMutability: "view",
1576
+ type: "function",
1577
+ },
1578
+ {
1579
+ inputs: [],
1580
+ name: "owner",
1581
+ outputs: [
1582
+ {
1583
+ internalType: "address",
1584
+ name: "",
1585
+ type: "address",
1586
+ },
1587
+ ],
1588
+ stateMutability: "view",
1589
+ type: "function",
1590
+ },
1591
+ {
1592
+ inputs: [],
1593
+ name: "pause",
1594
+ outputs: [],
1595
+ stateMutability: "nonpayable",
1596
+ type: "function",
1597
+ },
1598
+ {
1599
+ inputs: [],
1600
+ name: "paused",
1601
+ outputs: [
1602
+ {
1603
+ internalType: "bool",
1604
+ name: "",
1605
+ type: "bool",
1606
+ },
1607
+ ],
1608
+ stateMutability: "view",
1609
+ type: "function",
1610
+ },
1611
+ {
1612
+ inputs: [
1613
+ {
1614
+ internalType: "uint256",
1615
+ name: "",
1616
+ type: "uint256",
1617
+ },
1618
+ ],
1619
+ name: "pendleFeeInfos",
1620
+ outputs: [
1621
+ {
1622
+ internalType: "uint256",
1623
+ name: "value",
1624
+ type: "uint256",
1625
+ },
1626
+ {
1627
+ internalType: "address",
1628
+ name: "to",
1629
+ type: "address",
1630
+ },
1631
+ {
1632
+ internalType: "bool",
1633
+ name: "isMPENDLE",
1634
+ type: "bool",
1635
+ },
1636
+ {
1637
+ internalType: "bool",
1638
+ name: "isAddress",
1639
+ type: "bool",
1640
+ },
1641
+ {
1642
+ internalType: "bool",
1643
+ name: "isActive",
1644
+ type: "bool",
1645
+ },
1646
+ ],
1647
+ stateMutability: "view",
1648
+ type: "function",
1649
+ },
1650
+ {
1651
+ inputs: [],
1652
+ name: "pendleMarketRegisterHelper",
1653
+ outputs: [
1654
+ {
1655
+ internalType: "address",
1656
+ name: "",
1657
+ type: "address",
1658
+ },
1659
+ ],
1660
+ stateMutability: "view",
1661
+ type: "function",
1662
+ },
1663
+ {
1664
+ inputs: [],
1665
+ name: "pendleRouter",
1666
+ outputs: [
1667
+ {
1668
+ internalType: "contract IPendleRouter",
1669
+ name: "",
1670
+ type: "address",
1671
+ },
1672
+ ],
1673
+ stateMutability: "view",
1674
+ type: "function",
1675
+ },
1676
+ {
1677
+ inputs: [],
1678
+ name: "pendleVote",
1679
+ outputs: [
1680
+ {
1681
+ internalType: "contract IPVoteController",
1682
+ name: "",
1683
+ type: "address",
1684
+ },
1685
+ ],
1686
+ stateMutability: "view",
1687
+ type: "function",
1688
+ },
1689
+ {
1690
+ inputs: [
1691
+ {
1692
+ internalType: "uint256",
1693
+ name: "",
1694
+ type: "uint256",
1695
+ },
1696
+ ],
1697
+ name: "poolTokenList",
1698
+ outputs: [
1699
+ {
1700
+ internalType: "address",
1701
+ name: "",
1702
+ type: "address",
1703
+ },
1704
+ ],
1705
+ stateMutability: "view",
1706
+ type: "function",
1707
+ },
1708
+ {
1709
+ inputs: [
1710
+ {
1711
+ internalType: "address",
1712
+ name: "",
1713
+ type: "address",
1714
+ },
1715
+ ],
1716
+ name: "pools",
1717
+ outputs: [
1718
+ {
1719
+ internalType: "address",
1720
+ name: "market",
1721
+ type: "address",
1722
+ },
1723
+ {
1724
+ internalType: "address",
1725
+ name: "rewarder",
1726
+ type: "address",
1727
+ },
1728
+ {
1729
+ internalType: "address",
1730
+ name: "helper",
1731
+ type: "address",
1732
+ },
1733
+ {
1734
+ internalType: "address",
1735
+ name: "receiptToken",
1736
+ type: "address",
1737
+ },
1738
+ {
1739
+ internalType: "uint256",
1740
+ name: "lastHarvestTime",
1741
+ type: "uint256",
1742
+ },
1743
+ {
1744
+ internalType: "bool",
1745
+ name: "isActive",
1746
+ type: "bool",
1747
+ },
1748
+ ],
1749
+ stateMutability: "view",
1750
+ type: "function",
1751
+ },
1752
+ {
1753
+ inputs: [],
1754
+ name: "protocolFee",
1755
+ outputs: [
1756
+ {
1757
+ internalType: "uint256",
1758
+ name: "",
1759
+ type: "uint256",
1760
+ },
1761
+ ],
1762
+ stateMutability: "view",
1763
+ type: "function",
1764
+ },
1765
+ {
1766
+ inputs: [
1767
+ {
1768
+ internalType: "address",
1769
+ name: "_market",
1770
+ type: "address",
1771
+ },
1772
+ {
1773
+ internalType: "uint256",
1774
+ name: "_allocPoints",
1775
+ type: "uint256",
1776
+ },
1777
+ {
1778
+ internalType: "string",
1779
+ name: "name",
1780
+ type: "string",
1781
+ },
1782
+ {
1783
+ internalType: "string",
1784
+ name: "symbol",
1785
+ type: "string",
1786
+ },
1787
+ ],
1788
+ name: "registerPool",
1789
+ outputs: [],
1790
+ stateMutability: "nonpayable",
1791
+ type: "function",
1792
+ },
1793
+ {
1794
+ inputs: [
1795
+ {
1796
+ internalType: "uint256",
1797
+ name: "_index",
1798
+ type: "uint256",
1799
+ },
1800
+ ],
1801
+ name: "removePendleFee",
1802
+ outputs: [],
1803
+ stateMutability: "nonpayable",
1804
+ type: "function",
1805
+ },
1806
+ {
1807
+ inputs: [],
1808
+ name: "renounceOwnership",
1809
+ outputs: [],
1810
+ stateMutability: "nonpayable",
1811
+ type: "function",
1812
+ },
1813
+ {
1814
+ inputs: [
1815
+ {
1816
+ internalType: "address",
1817
+ name: "_ARB",
1818
+ type: "address",
1819
+ },
1820
+ ],
1821
+ name: "setARB",
1822
+ outputs: [],
1823
+ stateMutability: "nonpayable",
1824
+ type: "function",
1825
+ },
1826
+ {
1827
+ inputs: [
1828
+ {
1829
+ internalType: "uint256",
1830
+ name: "index",
1831
+ type: "uint256",
1832
+ },
1833
+ {
1834
+ internalType: "address",
1835
+ name: "_to",
1836
+ type: "address",
1837
+ },
1838
+ {
1839
+ internalType: "uint256",
1840
+ name: "_value",
1841
+ type: "uint256",
1842
+ },
1843
+ {
1844
+ internalType: "bool",
1845
+ name: "_isAddress",
1846
+ type: "bool",
1847
+ },
1848
+ {
1849
+ internalType: "bool",
1850
+ name: "_isActive",
1851
+ type: "bool",
1852
+ },
1853
+ ],
1854
+ name: "setARBFees",
1855
+ outputs: [],
1856
+ stateMutability: "nonpayable",
1857
+ type: "function",
1858
+ },
1859
+ {
1860
+ inputs: [
1861
+ {
1862
+ internalType: "address",
1863
+ name: "_market",
1864
+ type: "address",
1865
+ },
1866
+ {
1867
+ internalType: "uint256",
1868
+ name: "_withdrawRatio",
1869
+ type: "uint256",
1870
+ },
1871
+ ],
1872
+ name: "setAffectedMarketWithdrawRatio",
1873
+ outputs: [],
1874
+ stateMutability: "nonpayable",
1875
+ type: "function",
1876
+ },
1877
+ {
1878
+ inputs: [
1879
+ {
1880
+ internalType: "uint256",
1881
+ name: "_index",
1882
+ type: "uint256",
1883
+ },
1884
+ {
1885
+ internalType: "uint256",
1886
+ name: "_value",
1887
+ type: "uint256",
1888
+ },
1889
+ {
1890
+ internalType: "address",
1891
+ name: "_to",
1892
+ type: "address",
1893
+ },
1894
+ {
1895
+ internalType: "bool",
1896
+ name: "_isMPENDLE",
1897
+ type: "bool",
1898
+ },
1899
+ {
1900
+ internalType: "bool",
1901
+ name: "_isAddress",
1902
+ type: "bool",
1903
+ },
1904
+ {
1905
+ internalType: "bool",
1906
+ name: "_isActive",
1907
+ type: "bool",
1908
+ },
1909
+ ],
1910
+ name: "setPendleFee",
1911
+ outputs: [],
1912
+ stateMutability: "nonpayable",
1913
+ type: "function",
1914
+ },
1915
+ {
1916
+ inputs: [
1917
+ {
1918
+ internalType: "address",
1919
+ name: "_pendleVote",
1920
+ type: "address",
1921
+ },
1922
+ {
1923
+ internalType: "uint256",
1924
+ name: "_vePendleHarvestCallerFee",
1925
+ type: "uint256",
1926
+ },
1927
+ {
1928
+ internalType: "uint256",
1929
+ name: "_harvestCallerPendleFee",
1930
+ type: "uint256",
1931
+ },
1932
+ {
1933
+ internalType: "uint256",
1934
+ name: "_protocolFee",
1935
+ type: "uint256",
1936
+ },
1937
+ {
1938
+ internalType: "address",
1939
+ name: "_feeCollector",
1940
+ type: "address",
1941
+ },
1942
+ ],
1943
+ name: "setVote",
1944
+ outputs: [],
1945
+ stateMutability: "nonpayable",
1946
+ type: "function",
1947
+ },
1948
+ {
1949
+ inputs: [],
1950
+ name: "smartPendleConvert",
1951
+ outputs: [
1952
+ {
1953
+ internalType: "address",
1954
+ name: "",
1955
+ type: "address",
1956
+ },
1957
+ ],
1958
+ stateMutability: "view",
1959
+ type: "function",
1960
+ },
1961
+ {
1962
+ inputs: [],
1963
+ name: "totalPendleFee",
1964
+ outputs: [
1965
+ {
1966
+ internalType: "uint256",
1967
+ name: "",
1968
+ type: "uint256",
1969
+ },
1970
+ ],
1971
+ stateMutability: "view",
1972
+ type: "function",
1973
+ },
1974
+ {
1975
+ inputs: [
1976
+ {
1977
+ internalType: "address",
1978
+ name: "newOwner",
1979
+ type: "address",
1980
+ },
1981
+ ],
1982
+ name: "transferOwnership",
1983
+ outputs: [],
1984
+ stateMutability: "nonpayable",
1985
+ type: "function",
1986
+ },
1987
+ {
1988
+ inputs: [],
1989
+ name: "unpause",
1990
+ outputs: [],
1991
+ stateMutability: "nonpayable",
1992
+ type: "function",
1993
+ },
1994
+ {
1995
+ inputs: [
1996
+ {
1997
+ internalType: "address",
1998
+ name: "_pauser",
1999
+ type: "address",
2000
+ },
2001
+ {
2002
+ internalType: "bool",
2003
+ name: "_allowed",
2004
+ type: "bool",
2005
+ },
2006
+ ],
2007
+ name: "updateAllowedPauser",
2008
+ outputs: [],
2009
+ stateMutability: "nonpayable",
2010
+ type: "function",
2011
+ },
2012
+ {
2013
+ inputs: [
2014
+ {
2015
+ internalType: "address",
2016
+ name: "_market",
2017
+ type: "address",
2018
+ },
2019
+ {
2020
+ internalType: "bool",
2021
+ name: "_allowed",
2022
+ type: "bool",
2023
+ },
2024
+ ],
2025
+ name: "updateMPendleRewardMarket",
2026
+ outputs: [],
2027
+ stateMutability: "nonpayable",
2028
+ type: "function",
2029
+ },
2030
+ {
2031
+ inputs: [
2032
+ {
2033
+ internalType: "address",
2034
+ name: "_market",
2035
+ type: "address",
2036
+ },
2037
+ {
2038
+ internalType: "uint256[]",
2039
+ name: "amounts",
2040
+ type: "uint256[]",
2041
+ },
2042
+ ],
2043
+ name: "updateMarketRewards",
2044
+ outputs: [],
2045
+ stateMutability: "nonpayable",
2046
+ type: "function",
2047
+ },
2048
+ {
2049
+ inputs: [
2050
+ {
2051
+ internalType: "address",
2052
+ name: "_market",
2053
+ type: "address",
2054
+ },
2055
+ {
2056
+ internalType: "bool",
2057
+ name: "_allowed",
2058
+ type: "bool",
2059
+ },
2060
+ ],
2061
+ name: "updateNonHarvestableMarket",
2062
+ outputs: [],
2063
+ stateMutability: "nonpayable",
2064
+ type: "function",
2065
+ },
2066
+ {
2067
+ inputs: [
2068
+ {
2069
+ internalType: "address",
2070
+ name: "_market",
2071
+ type: "address",
2072
+ },
2073
+ {
2074
+ internalType: "address",
2075
+ name: "_helper",
2076
+ type: "address",
2077
+ },
2078
+ {
2079
+ internalType: "bool",
2080
+ name: "_isActive",
2081
+ type: "bool",
2082
+ },
2083
+ {
2084
+ internalType: "uint256",
2085
+ name: "_allocPoints",
2086
+ type: "uint256",
2087
+ },
2088
+ ],
2089
+ name: "updatePoolHelper",
2090
+ outputs: [],
2091
+ stateMutability: "nonpayable",
2092
+ type: "function",
2093
+ },
2094
+ {
2095
+ inputs: [],
2096
+ name: "vePendle",
2097
+ outputs: [
2098
+ {
2099
+ internalType: "contract IPVotingEscrowMainchain",
2100
+ name: "",
2101
+ type: "address",
2102
+ },
2103
+ ],
2104
+ stateMutability: "view",
2105
+ type: "function",
2106
+ },
2107
+ {
2108
+ inputs: [],
2109
+ name: "vePendleHarvestCallerFee",
2110
+ outputs: [
2111
+ {
2112
+ internalType: "uint256",
2113
+ name: "",
2114
+ type: "uint256",
2115
+ },
2116
+ ],
2117
+ stateMutability: "view",
2118
+ type: "function",
2119
+ },
2120
+ {
2121
+ inputs: [
2122
+ {
2123
+ internalType: "address[]",
2124
+ name: "_pools",
2125
+ type: "address[]",
2126
+ },
2127
+ {
2128
+ internalType: "uint64[]",
2129
+ name: "_weights",
2130
+ type: "uint64[]",
2131
+ },
2132
+ ],
2133
+ name: "vote",
2134
+ outputs: [],
2135
+ stateMutability: "nonpayable",
2136
+ type: "function",
2137
+ },
2138
+ {
2139
+ inputs: [],
2140
+ name: "voteManager",
2141
+ outputs: [
2142
+ {
2143
+ internalType: "address",
2144
+ name: "",
2145
+ type: "address",
2146
+ },
2147
+ ],
2148
+ stateMutability: "view",
2149
+ type: "function",
2150
+ },
2151
+ {
2152
+ inputs: [
2153
+ {
2154
+ internalType: "address",
2155
+ name: "_market",
2156
+ type: "address",
2157
+ },
2158
+ {
2159
+ internalType: "address",
2160
+ name: "_for",
2161
+ type: "address",
2162
+ },
2163
+ {
2164
+ internalType: "uint256",
2165
+ name: "_amount",
2166
+ type: "uint256",
2167
+ },
2168
+ ],
2169
+ name: "withdrawMarket",
2170
+ outputs: [],
2171
+ stateMutability: "nonpayable",
2172
+ type: "function",
2173
+ },
2174
+ {
2175
+ stateMutability: "payable",
2176
+ type: "receive",
2177
+ },
2178
+ ];
2179
+ export class PenpieStaking__factory {
2180
+ static abi = _abi;
2181
+ static createInterface() {
2182
+ return new utils.Interface(_abi);
2183
+ }
2184
+ static connect(address, signerOrProvider) {
2185
+ return new Contract(address, _abi, signerOrProvider);
2186
+ }
2187
+ }