@merkl/contracts 1.2.4 → 1.2.6

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