@merkl/contracts 0.12.2 → 0.12.4

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