@merkl/contracts 0.9.45 → 0.9.48

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