@merkl/contracts 0.10.15 → 0.10.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist/src/BeefyRewardPool.d.ts +643 -0
  2. package/dist/src/BeefyRewardPool.js +2 -0
  3. package/dist/src/BeefyRewardPool.js.map +1 -0
  4. package/dist/src/BeefyRewardPoolFactory.d.ts +279 -0
  5. package/dist/src/BeefyRewardPoolFactory.js +2 -0
  6. package/dist/src/BeefyRewardPoolFactory.js.map +1 -0
  7. package/dist/src/BeefyStrategy.d.ts +1198 -0
  8. package/dist/src/BeefyStrategy.js +2 -0
  9. package/dist/src/BeefyStrategy.js.map +1 -0
  10. package/dist/src/BeefyStrategyFactory.d.ts +424 -0
  11. package/dist/src/BeefyStrategyFactory.js +2 -0
  12. package/dist/src/BeefyStrategyFactory.js.map +1 -0
  13. package/dist/src/factories/BeefyRewardPoolFactory__factory.d.ts +291 -0
  14. package/dist/src/factories/BeefyRewardPoolFactory__factory.js +382 -0
  15. package/dist/src/factories/BeefyRewardPoolFactory__factory.js.map +1 -0
  16. package/dist/src/factories/BeefyRewardPool__factory.d.ts +685 -0
  17. package/dist/src/factories/BeefyRewardPool__factory.js +889 -0
  18. package/dist/src/factories/BeefyRewardPool__factory.js.map +1 -0
  19. package/dist/src/factories/BeefyStrategyFactory__factory.d.ts +416 -0
  20. package/dist/src/factories/BeefyStrategyFactory__factory.js +542 -0
  21. package/dist/src/factories/BeefyStrategyFactory__factory.js.map +1 -0
  22. package/dist/src/factories/BeefyStrategy__factory.d.ts +1119 -0
  23. package/dist/src/factories/BeefyStrategy__factory.js +1439 -0
  24. package/dist/src/factories/BeefyStrategy__factory.js.map +1 -0
  25. package/dist/src/factories/index.d.ts +4 -0
  26. package/dist/src/factories/index.js +4 -0
  27. package/dist/src/factories/index.js.map +1 -1
  28. package/dist/src/index.d.ts +8 -0
  29. package/dist/src/index.js +8 -0
  30. package/dist/src/index.js.map +1 -1
  31. package/package.json +1 -1
@@ -0,0 +1,1439 @@
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
+ {
14
+ internalType: "address",
15
+ name: "target",
16
+ type: "address",
17
+ },
18
+ ],
19
+ name: "AddressEmptyCode",
20
+ type: "error",
21
+ },
22
+ {
23
+ inputs: [
24
+ {
25
+ internalType: "address",
26
+ name: "account",
27
+ type: "address",
28
+ },
29
+ ],
30
+ name: "AddressInsufficientBalance",
31
+ type: "error",
32
+ },
33
+ {
34
+ inputs: [],
35
+ name: "FailedInnerCall",
36
+ type: "error",
37
+ },
38
+ {
39
+ inputs: [],
40
+ name: "InvalidEntry",
41
+ type: "error",
42
+ },
43
+ {
44
+ inputs: [],
45
+ name: "InvalidInput",
46
+ type: "error",
47
+ },
48
+ {
49
+ inputs: [],
50
+ name: "InvalidOutput",
51
+ type: "error",
52
+ },
53
+ {
54
+ inputs: [],
55
+ name: "NotAuthorized",
56
+ type: "error",
57
+ },
58
+ {
59
+ inputs: [],
60
+ name: "NotCalm",
61
+ type: "error",
62
+ },
63
+ {
64
+ inputs: [],
65
+ name: "NotManager",
66
+ type: "error",
67
+ },
68
+ {
69
+ inputs: [],
70
+ name: "NotPool",
71
+ type: "error",
72
+ },
73
+ {
74
+ inputs: [],
75
+ name: "NotStrategist",
76
+ type: "error",
77
+ },
78
+ {
79
+ inputs: [],
80
+ name: "NotVault",
81
+ type: "error",
82
+ },
83
+ {
84
+ inputs: [],
85
+ name: "OverLimit",
86
+ type: "error",
87
+ },
88
+ {
89
+ inputs: [
90
+ {
91
+ internalType: "address",
92
+ name: "token",
93
+ type: "address",
94
+ },
95
+ ],
96
+ name: "SafeERC20FailedOperation",
97
+ type: "error",
98
+ },
99
+ {
100
+ inputs: [],
101
+ name: "StrategyPaused",
102
+ type: "error",
103
+ },
104
+ {
105
+ inputs: [],
106
+ name: "TooMuchSlippage",
107
+ type: "error",
108
+ },
109
+ {
110
+ anonymous: false,
111
+ inputs: [
112
+ {
113
+ indexed: false,
114
+ internalType: "uint256",
115
+ name: "callFeeAmount",
116
+ type: "uint256",
117
+ },
118
+ {
119
+ indexed: false,
120
+ internalType: "uint256",
121
+ name: "beefyFeeAmount",
122
+ type: "uint256",
123
+ },
124
+ {
125
+ indexed: false,
126
+ internalType: "uint256",
127
+ name: "strategistFeeAmount",
128
+ type: "uint256",
129
+ },
130
+ ],
131
+ name: "ChargedFees",
132
+ type: "event",
133
+ },
134
+ {
135
+ anonymous: false,
136
+ inputs: [
137
+ {
138
+ indexed: false,
139
+ internalType: "uint256",
140
+ name: "feeMain0",
141
+ type: "uint256",
142
+ },
143
+ {
144
+ indexed: false,
145
+ internalType: "uint256",
146
+ name: "feeMain1",
147
+ type: "uint256",
148
+ },
149
+ {
150
+ indexed: false,
151
+ internalType: "uint256",
152
+ name: "feeAlt0",
153
+ type: "uint256",
154
+ },
155
+ {
156
+ indexed: false,
157
+ internalType: "uint256",
158
+ name: "feeAlt1",
159
+ type: "uint256",
160
+ },
161
+ ],
162
+ name: "ClaimedFees",
163
+ type: "event",
164
+ },
165
+ {
166
+ anonymous: false,
167
+ inputs: [
168
+ {
169
+ indexed: false,
170
+ internalType: "uint256",
171
+ name: "bal0",
172
+ type: "uint256",
173
+ },
174
+ {
175
+ indexed: false,
176
+ internalType: "uint256",
177
+ name: "bal1",
178
+ type: "uint256",
179
+ },
180
+ ],
181
+ name: "Deposit",
182
+ type: "event",
183
+ },
184
+ {
185
+ anonymous: false,
186
+ inputs: [
187
+ {
188
+ indexed: false,
189
+ internalType: "uint256",
190
+ name: "fee0",
191
+ type: "uint256",
192
+ },
193
+ {
194
+ indexed: false,
195
+ internalType: "uint256",
196
+ name: "fee1",
197
+ type: "uint256",
198
+ },
199
+ ],
200
+ name: "Harvest",
201
+ type: "event",
202
+ },
203
+ {
204
+ anonymous: false,
205
+ inputs: [
206
+ {
207
+ indexed: false,
208
+ internalType: "uint8",
209
+ name: "version",
210
+ type: "uint8",
211
+ },
212
+ ],
213
+ name: "Initialized",
214
+ type: "event",
215
+ },
216
+ {
217
+ anonymous: false,
218
+ inputs: [
219
+ {
220
+ indexed: true,
221
+ internalType: "address",
222
+ name: "previousOwner",
223
+ type: "address",
224
+ },
225
+ {
226
+ indexed: true,
227
+ internalType: "address",
228
+ name: "newOwner",
229
+ type: "address",
230
+ },
231
+ ],
232
+ name: "OwnershipTransferred",
233
+ type: "event",
234
+ },
235
+ {
236
+ anonymous: false,
237
+ inputs: [
238
+ {
239
+ indexed: false,
240
+ internalType: "address",
241
+ name: "account",
242
+ type: "address",
243
+ },
244
+ ],
245
+ name: "Paused",
246
+ type: "event",
247
+ },
248
+ {
249
+ anonymous: false,
250
+ inputs: [
251
+ {
252
+ indexed: false,
253
+ internalType: "int56",
254
+ name: "maxTickDeviation",
255
+ type: "int56",
256
+ },
257
+ ],
258
+ name: "SetDeviation",
259
+ type: "event",
260
+ },
261
+ {
262
+ anonymous: false,
263
+ inputs: [
264
+ {
265
+ indexed: false,
266
+ internalType: "bytes",
267
+ name: "path",
268
+ type: "bytes",
269
+ },
270
+ ],
271
+ name: "SetLpToken0ToNativePath",
272
+ type: "event",
273
+ },
274
+ {
275
+ anonymous: false,
276
+ inputs: [
277
+ {
278
+ indexed: false,
279
+ internalType: "bytes",
280
+ name: "path",
281
+ type: "bytes",
282
+ },
283
+ ],
284
+ name: "SetLpToken1ToNativePath",
285
+ type: "event",
286
+ },
287
+ {
288
+ anonymous: false,
289
+ inputs: [
290
+ {
291
+ indexed: false,
292
+ internalType: "int24",
293
+ name: "oldWidth",
294
+ type: "int24",
295
+ },
296
+ {
297
+ indexed: false,
298
+ internalType: "int24",
299
+ name: "width",
300
+ type: "int24",
301
+ },
302
+ ],
303
+ name: "SetPositionWidth",
304
+ type: "event",
305
+ },
306
+ {
307
+ anonymous: false,
308
+ inputs: [
309
+ {
310
+ indexed: false,
311
+ internalType: "address",
312
+ name: "quoter",
313
+ type: "address",
314
+ },
315
+ ],
316
+ name: "SetQuoter",
317
+ type: "event",
318
+ },
319
+ {
320
+ anonymous: false,
321
+ inputs: [
322
+ {
323
+ indexed: false,
324
+ internalType: "uint256",
325
+ name: "feeId",
326
+ type: "uint256",
327
+ },
328
+ ],
329
+ name: "SetStratFeeId",
330
+ type: "event",
331
+ },
332
+ {
333
+ anonymous: false,
334
+ inputs: [
335
+ {
336
+ indexed: false,
337
+ internalType: "address",
338
+ name: "strategist",
339
+ type: "address",
340
+ },
341
+ ],
342
+ name: "SetStrategist",
343
+ type: "event",
344
+ },
345
+ {
346
+ anonymous: false,
347
+ inputs: [
348
+ {
349
+ indexed: false,
350
+ internalType: "uint32",
351
+ name: "oldInterval",
352
+ type: "uint32",
353
+ },
354
+ {
355
+ indexed: false,
356
+ internalType: "uint32",
357
+ name: "interval",
358
+ type: "uint32",
359
+ },
360
+ ],
361
+ name: "SetTwapInterval",
362
+ type: "event",
363
+ },
364
+ {
365
+ anonymous: false,
366
+ inputs: [
367
+ {
368
+ indexed: false,
369
+ internalType: "address",
370
+ name: "unirouter",
371
+ type: "address",
372
+ },
373
+ ],
374
+ name: "SetUnirouter",
375
+ type: "event",
376
+ },
377
+ {
378
+ anonymous: false,
379
+ inputs: [
380
+ {
381
+ indexed: false,
382
+ internalType: "address",
383
+ name: "account",
384
+ type: "address",
385
+ },
386
+ ],
387
+ name: "Unpaused",
388
+ type: "event",
389
+ },
390
+ {
391
+ anonymous: false,
392
+ inputs: [
393
+ {
394
+ indexed: false,
395
+ internalType: "uint256",
396
+ name: "bal0",
397
+ type: "uint256",
398
+ },
399
+ {
400
+ indexed: false,
401
+ internalType: "uint256",
402
+ name: "bal1",
403
+ type: "uint256",
404
+ },
405
+ ],
406
+ name: "Withdraw",
407
+ type: "event",
408
+ },
409
+ {
410
+ inputs: [],
411
+ name: "balances",
412
+ outputs: [
413
+ {
414
+ internalType: "uint256",
415
+ name: "token0Bal",
416
+ type: "uint256",
417
+ },
418
+ {
419
+ internalType: "uint256",
420
+ name: "token1Bal",
421
+ type: "uint256",
422
+ },
423
+ ],
424
+ stateMutability: "view",
425
+ type: "function",
426
+ },
427
+ {
428
+ inputs: [],
429
+ name: "balancesOfPool",
430
+ outputs: [
431
+ {
432
+ internalType: "uint256",
433
+ name: "token0Bal",
434
+ type: "uint256",
435
+ },
436
+ {
437
+ internalType: "uint256",
438
+ name: "token1Bal",
439
+ type: "uint256",
440
+ },
441
+ {
442
+ internalType: "uint256",
443
+ name: "mainAmount0",
444
+ type: "uint256",
445
+ },
446
+ {
447
+ internalType: "uint256",
448
+ name: "mainAmount1",
449
+ type: "uint256",
450
+ },
451
+ {
452
+ internalType: "uint256",
453
+ name: "altAmount0",
454
+ type: "uint256",
455
+ },
456
+ {
457
+ internalType: "uint256",
458
+ name: "altAmount1",
459
+ type: "uint256",
460
+ },
461
+ ],
462
+ stateMutability: "view",
463
+ type: "function",
464
+ },
465
+ {
466
+ inputs: [],
467
+ name: "balancesOfThis",
468
+ outputs: [
469
+ {
470
+ internalType: "uint256",
471
+ name: "token0Bal",
472
+ type: "uint256",
473
+ },
474
+ {
475
+ internalType: "uint256",
476
+ name: "token1Bal",
477
+ type: "uint256",
478
+ },
479
+ ],
480
+ stateMutability: "view",
481
+ type: "function",
482
+ },
483
+ {
484
+ inputs: [],
485
+ name: "beefyFeeConfig",
486
+ outputs: [
487
+ {
488
+ internalType: "contract IFeeConfig",
489
+ name: "",
490
+ type: "address",
491
+ },
492
+ ],
493
+ stateMutability: "view",
494
+ type: "function",
495
+ },
496
+ {
497
+ inputs: [],
498
+ name: "beefyFeeRecipient",
499
+ outputs: [
500
+ {
501
+ internalType: "address",
502
+ name: "",
503
+ type: "address",
504
+ },
505
+ ],
506
+ stateMutability: "view",
507
+ type: "function",
508
+ },
509
+ {
510
+ inputs: [],
511
+ name: "beforeAction",
512
+ outputs: [],
513
+ stateMutability: "nonpayable",
514
+ type: "function",
515
+ },
516
+ {
517
+ inputs: [],
518
+ name: "claimEarnings",
519
+ outputs: [
520
+ {
521
+ internalType: "uint256",
522
+ name: "fee0",
523
+ type: "uint256",
524
+ },
525
+ {
526
+ internalType: "uint256",
527
+ name: "fee1",
528
+ type: "uint256",
529
+ },
530
+ {
531
+ internalType: "uint256",
532
+ name: "feeAlt0",
533
+ type: "uint256",
534
+ },
535
+ {
536
+ internalType: "uint256",
537
+ name: "feeAlt1",
538
+ type: "uint256",
539
+ },
540
+ ],
541
+ stateMutability: "nonpayable",
542
+ type: "function",
543
+ },
544
+ {
545
+ inputs: [],
546
+ name: "currentTick",
547
+ outputs: [
548
+ {
549
+ internalType: "int24",
550
+ name: "tick",
551
+ type: "int24",
552
+ },
553
+ ],
554
+ stateMutability: "view",
555
+ type: "function",
556
+ },
557
+ {
558
+ inputs: [],
559
+ name: "deposit",
560
+ outputs: [],
561
+ stateMutability: "nonpayable",
562
+ type: "function",
563
+ },
564
+ {
565
+ inputs: [],
566
+ name: "depositFee",
567
+ outputs: [
568
+ {
569
+ internalType: "uint256",
570
+ name: "",
571
+ type: "uint256",
572
+ },
573
+ ],
574
+ stateMutability: "view",
575
+ type: "function",
576
+ },
577
+ {
578
+ inputs: [],
579
+ name: "factory",
580
+ outputs: [
581
+ {
582
+ internalType: "contract IStrategyFactory",
583
+ name: "",
584
+ type: "address",
585
+ },
586
+ ],
587
+ stateMutability: "view",
588
+ type: "function",
589
+ },
590
+ {
591
+ inputs: [],
592
+ name: "fees0",
593
+ outputs: [
594
+ {
595
+ internalType: "uint256",
596
+ name: "",
597
+ type: "uint256",
598
+ },
599
+ ],
600
+ stateMutability: "view",
601
+ type: "function",
602
+ },
603
+ {
604
+ inputs: [],
605
+ name: "fees1",
606
+ outputs: [
607
+ {
608
+ internalType: "uint256",
609
+ name: "",
610
+ type: "uint256",
611
+ },
612
+ ],
613
+ stateMutability: "view",
614
+ type: "function",
615
+ },
616
+ {
617
+ inputs: [],
618
+ name: "getAllFees",
619
+ outputs: [
620
+ {
621
+ components: [
622
+ {
623
+ components: [
624
+ {
625
+ internalType: "uint256",
626
+ name: "total",
627
+ type: "uint256",
628
+ },
629
+ {
630
+ internalType: "uint256",
631
+ name: "beefy",
632
+ type: "uint256",
633
+ },
634
+ {
635
+ internalType: "uint256",
636
+ name: "call",
637
+ type: "uint256",
638
+ },
639
+ {
640
+ internalType: "uint256",
641
+ name: "strategist",
642
+ type: "uint256",
643
+ },
644
+ {
645
+ internalType: "string",
646
+ name: "label",
647
+ type: "string",
648
+ },
649
+ {
650
+ internalType: "bool",
651
+ name: "active",
652
+ type: "bool",
653
+ },
654
+ ],
655
+ internalType: "struct IFeeConfig.FeeCategory",
656
+ name: "performance",
657
+ type: "tuple",
658
+ },
659
+ {
660
+ internalType: "uint256",
661
+ name: "deposit",
662
+ type: "uint256",
663
+ },
664
+ {
665
+ internalType: "uint256",
666
+ name: "withdraw",
667
+ type: "uint256",
668
+ },
669
+ ],
670
+ internalType: "struct IFeeConfig.AllFees",
671
+ name: "",
672
+ type: "tuple",
673
+ },
674
+ ],
675
+ stateMutability: "view",
676
+ type: "function",
677
+ },
678
+ {
679
+ inputs: [],
680
+ name: "getKeys",
681
+ outputs: [
682
+ {
683
+ internalType: "bytes32",
684
+ name: "keyMain",
685
+ type: "bytes32",
686
+ },
687
+ {
688
+ internalType: "bytes32",
689
+ name: "keyAlt",
690
+ type: "bytes32",
691
+ },
692
+ ],
693
+ stateMutability: "view",
694
+ type: "function",
695
+ },
696
+ {
697
+ inputs: [],
698
+ name: "getStratFeeId",
699
+ outputs: [
700
+ {
701
+ internalType: "uint256",
702
+ name: "",
703
+ type: "uint256",
704
+ },
705
+ ],
706
+ stateMutability: "view",
707
+ type: "function",
708
+ },
709
+ {
710
+ inputs: [
711
+ {
712
+ internalType: "address",
713
+ name: "_callFeeRecipient",
714
+ type: "address",
715
+ },
716
+ ],
717
+ name: "harvest",
718
+ outputs: [],
719
+ stateMutability: "nonpayable",
720
+ type: "function",
721
+ },
722
+ {
723
+ inputs: [],
724
+ name: "harvest",
725
+ outputs: [],
726
+ stateMutability: "nonpayable",
727
+ type: "function",
728
+ },
729
+ {
730
+ inputs: [
731
+ {
732
+ internalType: "address",
733
+ name: "_pool",
734
+ type: "address",
735
+ },
736
+ {
737
+ internalType: "address",
738
+ name: "_quoter",
739
+ type: "address",
740
+ },
741
+ {
742
+ internalType: "int24",
743
+ name: "_positionWidth",
744
+ type: "int24",
745
+ },
746
+ {
747
+ internalType: "bytes",
748
+ name: "_lpToken0ToNativePath",
749
+ type: "bytes",
750
+ },
751
+ {
752
+ internalType: "bytes",
753
+ name: "_lpToken1ToNativePath",
754
+ type: "bytes",
755
+ },
756
+ {
757
+ components: [
758
+ {
759
+ internalType: "address",
760
+ name: "vault",
761
+ type: "address",
762
+ },
763
+ {
764
+ internalType: "address",
765
+ name: "unirouter",
766
+ type: "address",
767
+ },
768
+ {
769
+ internalType: "address",
770
+ name: "strategist",
771
+ type: "address",
772
+ },
773
+ {
774
+ internalType: "address",
775
+ name: "factory",
776
+ type: "address",
777
+ },
778
+ ],
779
+ internalType: "struct StratFeeManagerInitializable.CommonAddresses",
780
+ name: "_commonAddresses",
781
+ type: "tuple",
782
+ },
783
+ ],
784
+ name: "initialize",
785
+ outputs: [],
786
+ stateMutability: "nonpayable",
787
+ type: "function",
788
+ },
789
+ {
790
+ inputs: [],
791
+ name: "isCalm",
792
+ outputs: [
793
+ {
794
+ internalType: "bool",
795
+ name: "",
796
+ type: "bool",
797
+ },
798
+ ],
799
+ stateMutability: "view",
800
+ type: "function",
801
+ },
802
+ {
803
+ inputs: [],
804
+ name: "keeper",
805
+ outputs: [
806
+ {
807
+ internalType: "address",
808
+ name: "",
809
+ type: "address",
810
+ },
811
+ ],
812
+ stateMutability: "view",
813
+ type: "function",
814
+ },
815
+ {
816
+ inputs: [],
817
+ name: "lastHarvest",
818
+ outputs: [
819
+ {
820
+ internalType: "uint256",
821
+ name: "",
822
+ type: "uint256",
823
+ },
824
+ ],
825
+ stateMutability: "view",
826
+ type: "function",
827
+ },
828
+ {
829
+ inputs: [],
830
+ name: "lockedProfit",
831
+ outputs: [
832
+ {
833
+ internalType: "uint256",
834
+ name: "locked0",
835
+ type: "uint256",
836
+ },
837
+ {
838
+ internalType: "uint256",
839
+ name: "locked1",
840
+ type: "uint256",
841
+ },
842
+ ],
843
+ stateMutability: "view",
844
+ type: "function",
845
+ },
846
+ {
847
+ inputs: [],
848
+ name: "lpToken0",
849
+ outputs: [
850
+ {
851
+ internalType: "address",
852
+ name: "",
853
+ type: "address",
854
+ },
855
+ ],
856
+ stateMutability: "view",
857
+ type: "function",
858
+ },
859
+ {
860
+ inputs: [],
861
+ name: "lpToken0ToNative",
862
+ outputs: [
863
+ {
864
+ internalType: "address[]",
865
+ name: "",
866
+ type: "address[]",
867
+ },
868
+ ],
869
+ stateMutability: "view",
870
+ type: "function",
871
+ },
872
+ {
873
+ inputs: [],
874
+ name: "lpToken0ToNativePath",
875
+ outputs: [
876
+ {
877
+ internalType: "bytes",
878
+ name: "",
879
+ type: "bytes",
880
+ },
881
+ ],
882
+ stateMutability: "view",
883
+ type: "function",
884
+ },
885
+ {
886
+ inputs: [],
887
+ name: "lpToken0ToNativePrice",
888
+ outputs: [
889
+ {
890
+ internalType: "uint256",
891
+ name: "",
892
+ type: "uint256",
893
+ },
894
+ ],
895
+ stateMutability: "nonpayable",
896
+ type: "function",
897
+ },
898
+ {
899
+ inputs: [],
900
+ name: "lpToken1",
901
+ outputs: [
902
+ {
903
+ internalType: "address",
904
+ name: "",
905
+ type: "address",
906
+ },
907
+ ],
908
+ stateMutability: "view",
909
+ type: "function",
910
+ },
911
+ {
912
+ inputs: [],
913
+ name: "lpToken1ToNative",
914
+ outputs: [
915
+ {
916
+ internalType: "address[]",
917
+ name: "",
918
+ type: "address[]",
919
+ },
920
+ ],
921
+ stateMutability: "view",
922
+ type: "function",
923
+ },
924
+ {
925
+ inputs: [],
926
+ name: "lpToken1ToNativePath",
927
+ outputs: [
928
+ {
929
+ internalType: "bytes",
930
+ name: "",
931
+ type: "bytes",
932
+ },
933
+ ],
934
+ stateMutability: "view",
935
+ type: "function",
936
+ },
937
+ {
938
+ inputs: [],
939
+ name: "lpToken1ToNativePrice",
940
+ outputs: [
941
+ {
942
+ internalType: "uint256",
943
+ name: "",
944
+ type: "uint256",
945
+ },
946
+ ],
947
+ stateMutability: "nonpayable",
948
+ type: "function",
949
+ },
950
+ {
951
+ inputs: [],
952
+ name: "maxTickDeviation",
953
+ outputs: [
954
+ {
955
+ internalType: "int56",
956
+ name: "",
957
+ type: "int56",
958
+ },
959
+ ],
960
+ stateMutability: "view",
961
+ type: "function",
962
+ },
963
+ {
964
+ inputs: [],
965
+ name: "moveTicks",
966
+ outputs: [],
967
+ stateMutability: "nonpayable",
968
+ type: "function",
969
+ },
970
+ {
971
+ inputs: [],
972
+ name: "native",
973
+ outputs: [
974
+ {
975
+ internalType: "address",
976
+ name: "",
977
+ type: "address",
978
+ },
979
+ ],
980
+ stateMutability: "view",
981
+ type: "function",
982
+ },
983
+ {
984
+ inputs: [],
985
+ name: "owner",
986
+ outputs: [
987
+ {
988
+ internalType: "address",
989
+ name: "",
990
+ type: "address",
991
+ },
992
+ ],
993
+ stateMutability: "view",
994
+ type: "function",
995
+ },
996
+ {
997
+ inputs: [
998
+ {
999
+ internalType: "uint256",
1000
+ name: "_minAmount0",
1001
+ type: "uint256",
1002
+ },
1003
+ {
1004
+ internalType: "uint256",
1005
+ name: "_minAmount1",
1006
+ type: "uint256",
1007
+ },
1008
+ ],
1009
+ name: "panic",
1010
+ outputs: [],
1011
+ stateMutability: "nonpayable",
1012
+ type: "function",
1013
+ },
1014
+ {
1015
+ inputs: [],
1016
+ name: "paused",
1017
+ outputs: [
1018
+ {
1019
+ internalType: "bool",
1020
+ name: "",
1021
+ type: "bool",
1022
+ },
1023
+ ],
1024
+ stateMutability: "view",
1025
+ type: "function",
1026
+ },
1027
+ {
1028
+ inputs: [],
1029
+ name: "pool",
1030
+ outputs: [
1031
+ {
1032
+ internalType: "address",
1033
+ name: "",
1034
+ type: "address",
1035
+ },
1036
+ ],
1037
+ stateMutability: "view",
1038
+ type: "function",
1039
+ },
1040
+ {
1041
+ inputs: [],
1042
+ name: "positionAlt",
1043
+ outputs: [
1044
+ {
1045
+ internalType: "int24",
1046
+ name: "tickLower",
1047
+ type: "int24",
1048
+ },
1049
+ {
1050
+ internalType: "int24",
1051
+ name: "tickUpper",
1052
+ type: "int24",
1053
+ },
1054
+ ],
1055
+ stateMutability: "view",
1056
+ type: "function",
1057
+ },
1058
+ {
1059
+ inputs: [],
1060
+ name: "positionMain",
1061
+ outputs: [
1062
+ {
1063
+ internalType: "int24",
1064
+ name: "tickLower",
1065
+ type: "int24",
1066
+ },
1067
+ {
1068
+ internalType: "int24",
1069
+ name: "tickUpper",
1070
+ type: "int24",
1071
+ },
1072
+ ],
1073
+ stateMutability: "view",
1074
+ type: "function",
1075
+ },
1076
+ {
1077
+ inputs: [],
1078
+ name: "positionWidth",
1079
+ outputs: [
1080
+ {
1081
+ internalType: "int24",
1082
+ name: "",
1083
+ type: "int24",
1084
+ },
1085
+ ],
1086
+ stateMutability: "view",
1087
+ type: "function",
1088
+ },
1089
+ {
1090
+ inputs: [],
1091
+ name: "price",
1092
+ outputs: [
1093
+ {
1094
+ internalType: "uint256",
1095
+ name: "_price",
1096
+ type: "uint256",
1097
+ },
1098
+ ],
1099
+ stateMutability: "view",
1100
+ type: "function",
1101
+ },
1102
+ {
1103
+ inputs: [],
1104
+ name: "quoter",
1105
+ outputs: [
1106
+ {
1107
+ internalType: "address",
1108
+ name: "",
1109
+ type: "address",
1110
+ },
1111
+ ],
1112
+ stateMutability: "view",
1113
+ type: "function",
1114
+ },
1115
+ {
1116
+ inputs: [],
1117
+ name: "range",
1118
+ outputs: [
1119
+ {
1120
+ internalType: "uint256",
1121
+ name: "lowerPrice",
1122
+ type: "uint256",
1123
+ },
1124
+ {
1125
+ internalType: "uint256",
1126
+ name: "upperPrice",
1127
+ type: "uint256",
1128
+ },
1129
+ ],
1130
+ stateMutability: "view",
1131
+ type: "function",
1132
+ },
1133
+ {
1134
+ inputs: [],
1135
+ name: "renounceOwnership",
1136
+ outputs: [],
1137
+ stateMutability: "nonpayable",
1138
+ type: "function",
1139
+ },
1140
+ {
1141
+ inputs: [],
1142
+ name: "retireVault",
1143
+ outputs: [],
1144
+ stateMutability: "nonpayable",
1145
+ type: "function",
1146
+ },
1147
+ {
1148
+ inputs: [
1149
+ {
1150
+ internalType: "int56",
1151
+ name: "_maxDeviation",
1152
+ type: "int56",
1153
+ },
1154
+ ],
1155
+ name: "setDeviation",
1156
+ outputs: [],
1157
+ stateMutability: "nonpayable",
1158
+ type: "function",
1159
+ },
1160
+ {
1161
+ inputs: [
1162
+ {
1163
+ internalType: "bytes",
1164
+ name: "_path",
1165
+ type: "bytes",
1166
+ },
1167
+ ],
1168
+ name: "setLpToken0ToNativePath",
1169
+ outputs: [],
1170
+ stateMutability: "nonpayable",
1171
+ type: "function",
1172
+ },
1173
+ {
1174
+ inputs: [
1175
+ {
1176
+ internalType: "bytes",
1177
+ name: "_path",
1178
+ type: "bytes",
1179
+ },
1180
+ ],
1181
+ name: "setLpToken1ToNativePath",
1182
+ outputs: [],
1183
+ stateMutability: "nonpayable",
1184
+ type: "function",
1185
+ },
1186
+ {
1187
+ inputs: [
1188
+ {
1189
+ internalType: "int24",
1190
+ name: "_width",
1191
+ type: "int24",
1192
+ },
1193
+ ],
1194
+ name: "setPositionWidth",
1195
+ outputs: [],
1196
+ stateMutability: "nonpayable",
1197
+ type: "function",
1198
+ },
1199
+ {
1200
+ inputs: [
1201
+ {
1202
+ internalType: "uint256",
1203
+ name: "_feeId",
1204
+ type: "uint256",
1205
+ },
1206
+ ],
1207
+ name: "setStratFeeId",
1208
+ outputs: [],
1209
+ stateMutability: "nonpayable",
1210
+ type: "function",
1211
+ },
1212
+ {
1213
+ inputs: [
1214
+ {
1215
+ internalType: "address",
1216
+ name: "_strategist",
1217
+ type: "address",
1218
+ },
1219
+ ],
1220
+ name: "setStrategist",
1221
+ outputs: [],
1222
+ stateMutability: "nonpayable",
1223
+ type: "function",
1224
+ },
1225
+ {
1226
+ inputs: [
1227
+ {
1228
+ internalType: "uint32",
1229
+ name: "_interval",
1230
+ type: "uint32",
1231
+ },
1232
+ ],
1233
+ name: "setTwapInterval",
1234
+ outputs: [],
1235
+ stateMutability: "nonpayable",
1236
+ type: "function",
1237
+ },
1238
+ {
1239
+ inputs: [
1240
+ {
1241
+ internalType: "address",
1242
+ name: "_unirouter",
1243
+ type: "address",
1244
+ },
1245
+ ],
1246
+ name: "setUnirouter",
1247
+ outputs: [],
1248
+ stateMutability: "nonpayable",
1249
+ type: "function",
1250
+ },
1251
+ {
1252
+ inputs: [],
1253
+ name: "sqrtPrice",
1254
+ outputs: [
1255
+ {
1256
+ internalType: "uint160",
1257
+ name: "sqrtPriceX96",
1258
+ type: "uint160",
1259
+ },
1260
+ ],
1261
+ stateMutability: "view",
1262
+ type: "function",
1263
+ },
1264
+ {
1265
+ inputs: [],
1266
+ name: "strategist",
1267
+ outputs: [
1268
+ {
1269
+ internalType: "address",
1270
+ name: "",
1271
+ type: "address",
1272
+ },
1273
+ ],
1274
+ stateMutability: "view",
1275
+ type: "function",
1276
+ },
1277
+ {
1278
+ inputs: [],
1279
+ name: "totalLocked0",
1280
+ outputs: [
1281
+ {
1282
+ internalType: "uint256",
1283
+ name: "",
1284
+ type: "uint256",
1285
+ },
1286
+ ],
1287
+ stateMutability: "view",
1288
+ type: "function",
1289
+ },
1290
+ {
1291
+ inputs: [],
1292
+ name: "totalLocked1",
1293
+ outputs: [
1294
+ {
1295
+ internalType: "uint256",
1296
+ name: "",
1297
+ type: "uint256",
1298
+ },
1299
+ ],
1300
+ stateMutability: "view",
1301
+ type: "function",
1302
+ },
1303
+ {
1304
+ inputs: [
1305
+ {
1306
+ internalType: "address",
1307
+ name: "newOwner",
1308
+ type: "address",
1309
+ },
1310
+ ],
1311
+ name: "transferOwnership",
1312
+ outputs: [],
1313
+ stateMutability: "nonpayable",
1314
+ type: "function",
1315
+ },
1316
+ {
1317
+ inputs: [],
1318
+ name: "twap",
1319
+ outputs: [
1320
+ {
1321
+ internalType: "int56",
1322
+ name: "twapTick",
1323
+ type: "int56",
1324
+ },
1325
+ ],
1326
+ stateMutability: "view",
1327
+ type: "function",
1328
+ },
1329
+ {
1330
+ inputs: [],
1331
+ name: "twapInterval",
1332
+ outputs: [
1333
+ {
1334
+ internalType: "uint32",
1335
+ name: "",
1336
+ type: "uint32",
1337
+ },
1338
+ ],
1339
+ stateMutability: "view",
1340
+ type: "function",
1341
+ },
1342
+ {
1343
+ inputs: [],
1344
+ name: "unirouter",
1345
+ outputs: [
1346
+ {
1347
+ internalType: "address",
1348
+ name: "",
1349
+ type: "address",
1350
+ },
1351
+ ],
1352
+ stateMutability: "view",
1353
+ type: "function",
1354
+ },
1355
+ {
1356
+ inputs: [
1357
+ {
1358
+ internalType: "uint256",
1359
+ name: "amount0",
1360
+ type: "uint256",
1361
+ },
1362
+ {
1363
+ internalType: "uint256",
1364
+ name: "amount1",
1365
+ type: "uint256",
1366
+ },
1367
+ {
1368
+ internalType: "bytes",
1369
+ name: "",
1370
+ type: "bytes",
1371
+ },
1372
+ ],
1373
+ name: "uniswapV3MintCallback",
1374
+ outputs: [],
1375
+ stateMutability: "nonpayable",
1376
+ type: "function",
1377
+ },
1378
+ {
1379
+ inputs: [],
1380
+ name: "unpause",
1381
+ outputs: [],
1382
+ stateMutability: "nonpayable",
1383
+ type: "function",
1384
+ },
1385
+ {
1386
+ inputs: [],
1387
+ name: "vault",
1388
+ outputs: [
1389
+ {
1390
+ internalType: "address",
1391
+ name: "",
1392
+ type: "address",
1393
+ },
1394
+ ],
1395
+ stateMutability: "view",
1396
+ type: "function",
1397
+ },
1398
+ {
1399
+ inputs: [
1400
+ {
1401
+ internalType: "uint256",
1402
+ name: "_amount0",
1403
+ type: "uint256",
1404
+ },
1405
+ {
1406
+ internalType: "uint256",
1407
+ name: "_amount1",
1408
+ type: "uint256",
1409
+ },
1410
+ ],
1411
+ name: "withdraw",
1412
+ outputs: [],
1413
+ stateMutability: "nonpayable",
1414
+ type: "function",
1415
+ },
1416
+ {
1417
+ inputs: [],
1418
+ name: "withdrawFee",
1419
+ outputs: [
1420
+ {
1421
+ internalType: "uint256",
1422
+ name: "",
1423
+ type: "uint256",
1424
+ },
1425
+ ],
1426
+ stateMutability: "view",
1427
+ type: "function",
1428
+ },
1429
+ ];
1430
+ export class BeefyStrategy__factory {
1431
+ static abi = _abi;
1432
+ static createInterface() {
1433
+ return new utils.Interface(_abi);
1434
+ }
1435
+ static connect(address, signerOrProvider) {
1436
+ return new Contract(address, _abi, signerOrProvider);
1437
+ }
1438
+ }
1439
+ //# sourceMappingURL=BeefyStrategy__factory.js.map