@merkl/contracts 0.11.10 → 0.11.11

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/BorrowerOperationGravita.d.ts +563 -0
  2. package/dist/src/BorrowerOperationGravita.js +2 -0
  3. package/dist/src/BorrowerOperationGravita.js.map +1 -0
  4. package/dist/src/BorrowerOperationsLiquity.d.ts +893 -0
  5. package/dist/src/BorrowerOperationsLiquity.js +2 -0
  6. package/dist/src/BorrowerOperationsLiquity.js.map +1 -0
  7. package/dist/src/GravitaStability.d.ts +801 -0
  8. package/dist/src/GravitaStability.js +2 -0
  9. package/dist/src/GravitaStability.js.map +1 -0
  10. package/dist/src/PancakeSwapv3Pool.d.ts +810 -0
  11. package/dist/src/PancakeSwapv3Pool.js +2 -0
  12. package/dist/src/PancakeSwapv3Pool.js.map +1 -0
  13. package/dist/src/VesselManager.d.ts +1227 -0
  14. package/dist/src/VesselManager.js +2 -0
  15. package/dist/src/VesselManager.js.map +1 -0
  16. package/dist/src/factories/BorrowerOperationGravita__factory.d.ts +600 -0
  17. package/dist/src/factories/BorrowerOperationGravita__factory.js +777 -0
  18. package/dist/src/factories/BorrowerOperationGravita__factory.js.map +1 -0
  19. package/dist/src/factories/BorrowerOperationsLiquity__factory.d.ts +1092 -0
  20. package/dist/src/factories/BorrowerOperationsLiquity__factory.js +1405 -0
  21. package/dist/src/factories/BorrowerOperationsLiquity__factory.js.map +1 -0
  22. package/dist/src/factories/GravitaStability__factory.d.ts +932 -0
  23. package/dist/src/factories/GravitaStability__factory.js +1214 -0
  24. package/dist/src/factories/GravitaStability__factory.js.map +1 -0
  25. package/dist/src/factories/PancakeSwapv3Pool__factory.d.ts +821 -0
  26. package/dist/src/factories/PancakeSwapv3Pool__factory.js +1053 -0
  27. package/dist/src/factories/PancakeSwapv3Pool__factory.js.map +1 -0
  28. package/dist/src/factories/VesselManager__factory.d.ts +1539 -0
  29. package/dist/src/factories/VesselManager__factory.js +2015 -0
  30. package/dist/src/factories/VesselManager__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 +677 -667
  35. package/dist/src/index.js +677 -667
  36. package/dist/src/index.js.map +1 -1
  37. package/package.json +1 -1
@@ -0,0 +1,1053 @@
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
+ anonymous: false,
13
+ inputs: [
14
+ {
15
+ indexed: true,
16
+ internalType: "address",
17
+ name: "owner",
18
+ type: "address",
19
+ },
20
+ {
21
+ indexed: true,
22
+ internalType: "int24",
23
+ name: "tickLower",
24
+ type: "int24",
25
+ },
26
+ {
27
+ indexed: true,
28
+ internalType: "int24",
29
+ name: "tickUpper",
30
+ type: "int24",
31
+ },
32
+ {
33
+ indexed: false,
34
+ internalType: "uint128",
35
+ name: "amount",
36
+ type: "uint128",
37
+ },
38
+ {
39
+ indexed: false,
40
+ internalType: "uint256",
41
+ name: "amount0",
42
+ type: "uint256",
43
+ },
44
+ {
45
+ indexed: false,
46
+ internalType: "uint256",
47
+ name: "amount1",
48
+ type: "uint256",
49
+ },
50
+ ],
51
+ name: "Burn",
52
+ type: "event",
53
+ },
54
+ {
55
+ anonymous: false,
56
+ inputs: [
57
+ {
58
+ indexed: true,
59
+ internalType: "address",
60
+ name: "owner",
61
+ type: "address",
62
+ },
63
+ {
64
+ indexed: false,
65
+ internalType: "address",
66
+ name: "recipient",
67
+ type: "address",
68
+ },
69
+ {
70
+ indexed: true,
71
+ internalType: "int24",
72
+ name: "tickLower",
73
+ type: "int24",
74
+ },
75
+ {
76
+ indexed: true,
77
+ internalType: "int24",
78
+ name: "tickUpper",
79
+ type: "int24",
80
+ },
81
+ {
82
+ indexed: false,
83
+ internalType: "uint128",
84
+ name: "amount0",
85
+ type: "uint128",
86
+ },
87
+ {
88
+ indexed: false,
89
+ internalType: "uint128",
90
+ name: "amount1",
91
+ type: "uint128",
92
+ },
93
+ ],
94
+ name: "Collect",
95
+ type: "event",
96
+ },
97
+ {
98
+ anonymous: false,
99
+ inputs: [
100
+ {
101
+ indexed: true,
102
+ internalType: "address",
103
+ name: "sender",
104
+ type: "address",
105
+ },
106
+ {
107
+ indexed: true,
108
+ internalType: "address",
109
+ name: "recipient",
110
+ type: "address",
111
+ },
112
+ {
113
+ indexed: false,
114
+ internalType: "uint128",
115
+ name: "amount0",
116
+ type: "uint128",
117
+ },
118
+ {
119
+ indexed: false,
120
+ internalType: "uint128",
121
+ name: "amount1",
122
+ type: "uint128",
123
+ },
124
+ ],
125
+ name: "CollectProtocol",
126
+ type: "event",
127
+ },
128
+ {
129
+ anonymous: false,
130
+ inputs: [
131
+ {
132
+ indexed: true,
133
+ internalType: "address",
134
+ name: "sender",
135
+ type: "address",
136
+ },
137
+ {
138
+ indexed: true,
139
+ internalType: "address",
140
+ name: "recipient",
141
+ type: "address",
142
+ },
143
+ {
144
+ indexed: false,
145
+ internalType: "uint256",
146
+ name: "amount0",
147
+ type: "uint256",
148
+ },
149
+ {
150
+ indexed: false,
151
+ internalType: "uint256",
152
+ name: "amount1",
153
+ type: "uint256",
154
+ },
155
+ {
156
+ indexed: false,
157
+ internalType: "uint256",
158
+ name: "paid0",
159
+ type: "uint256",
160
+ },
161
+ {
162
+ indexed: false,
163
+ internalType: "uint256",
164
+ name: "paid1",
165
+ type: "uint256",
166
+ },
167
+ ],
168
+ name: "Flash",
169
+ type: "event",
170
+ },
171
+ {
172
+ anonymous: false,
173
+ inputs: [
174
+ {
175
+ indexed: false,
176
+ internalType: "uint16",
177
+ name: "observationCardinalityNextOld",
178
+ type: "uint16",
179
+ },
180
+ {
181
+ indexed: false,
182
+ internalType: "uint16",
183
+ name: "observationCardinalityNextNew",
184
+ type: "uint16",
185
+ },
186
+ ],
187
+ name: "IncreaseObservationCardinalityNext",
188
+ type: "event",
189
+ },
190
+ {
191
+ anonymous: false,
192
+ inputs: [
193
+ {
194
+ indexed: false,
195
+ internalType: "uint160",
196
+ name: "sqrtPriceX96",
197
+ type: "uint160",
198
+ },
199
+ {
200
+ indexed: false,
201
+ internalType: "int24",
202
+ name: "tick",
203
+ type: "int24",
204
+ },
205
+ ],
206
+ name: "Initialize",
207
+ type: "event",
208
+ },
209
+ {
210
+ anonymous: false,
211
+ inputs: [
212
+ {
213
+ indexed: false,
214
+ internalType: "address",
215
+ name: "sender",
216
+ type: "address",
217
+ },
218
+ {
219
+ indexed: true,
220
+ internalType: "address",
221
+ name: "owner",
222
+ type: "address",
223
+ },
224
+ {
225
+ indexed: true,
226
+ internalType: "int24",
227
+ name: "tickLower",
228
+ type: "int24",
229
+ },
230
+ {
231
+ indexed: true,
232
+ internalType: "int24",
233
+ name: "tickUpper",
234
+ type: "int24",
235
+ },
236
+ {
237
+ indexed: false,
238
+ internalType: "uint128",
239
+ name: "amount",
240
+ type: "uint128",
241
+ },
242
+ {
243
+ indexed: false,
244
+ internalType: "uint256",
245
+ name: "amount0",
246
+ type: "uint256",
247
+ },
248
+ {
249
+ indexed: false,
250
+ internalType: "uint256",
251
+ name: "amount1",
252
+ type: "uint256",
253
+ },
254
+ ],
255
+ name: "Mint",
256
+ type: "event",
257
+ },
258
+ {
259
+ anonymous: false,
260
+ inputs: [
261
+ {
262
+ indexed: false,
263
+ internalType: "uint32",
264
+ name: "feeProtocol0Old",
265
+ type: "uint32",
266
+ },
267
+ {
268
+ indexed: false,
269
+ internalType: "uint32",
270
+ name: "feeProtocol1Old",
271
+ type: "uint32",
272
+ },
273
+ {
274
+ indexed: false,
275
+ internalType: "uint32",
276
+ name: "feeProtocol0New",
277
+ type: "uint32",
278
+ },
279
+ {
280
+ indexed: false,
281
+ internalType: "uint32",
282
+ name: "feeProtocol1New",
283
+ type: "uint32",
284
+ },
285
+ ],
286
+ name: "SetFeeProtocol",
287
+ type: "event",
288
+ },
289
+ {
290
+ anonymous: false,
291
+ inputs: [
292
+ {
293
+ indexed: false,
294
+ internalType: "address",
295
+ name: "addr",
296
+ type: "address",
297
+ },
298
+ ],
299
+ name: "SetLmPoolEvent",
300
+ type: "event",
301
+ },
302
+ {
303
+ anonymous: false,
304
+ inputs: [
305
+ {
306
+ indexed: true,
307
+ internalType: "address",
308
+ name: "sender",
309
+ type: "address",
310
+ },
311
+ {
312
+ indexed: true,
313
+ internalType: "address",
314
+ name: "recipient",
315
+ type: "address",
316
+ },
317
+ {
318
+ indexed: false,
319
+ internalType: "int256",
320
+ name: "amount0",
321
+ type: "int256",
322
+ },
323
+ {
324
+ indexed: false,
325
+ internalType: "int256",
326
+ name: "amount1",
327
+ type: "int256",
328
+ },
329
+ {
330
+ indexed: false,
331
+ internalType: "uint160",
332
+ name: "sqrtPriceX96",
333
+ type: "uint160",
334
+ },
335
+ {
336
+ indexed: false,
337
+ internalType: "uint128",
338
+ name: "liquidity",
339
+ type: "uint128",
340
+ },
341
+ {
342
+ indexed: false,
343
+ internalType: "int24",
344
+ name: "tick",
345
+ type: "int24",
346
+ },
347
+ {
348
+ indexed: false,
349
+ internalType: "uint128",
350
+ name: "protocolFeesToken0",
351
+ type: "uint128",
352
+ },
353
+ {
354
+ indexed: false,
355
+ internalType: "uint128",
356
+ name: "protocolFeesToken1",
357
+ type: "uint128",
358
+ },
359
+ ],
360
+ name: "Swap",
361
+ type: "event",
362
+ },
363
+ {
364
+ inputs: [
365
+ {
366
+ internalType: "int24",
367
+ name: "tickLower",
368
+ type: "int24",
369
+ },
370
+ {
371
+ internalType: "int24",
372
+ name: "tickUpper",
373
+ type: "int24",
374
+ },
375
+ {
376
+ internalType: "uint128",
377
+ name: "amount",
378
+ type: "uint128",
379
+ },
380
+ ],
381
+ name: "burn",
382
+ outputs: [
383
+ {
384
+ internalType: "uint256",
385
+ name: "amount0",
386
+ type: "uint256",
387
+ },
388
+ {
389
+ internalType: "uint256",
390
+ name: "amount1",
391
+ type: "uint256",
392
+ },
393
+ ],
394
+ stateMutability: "nonpayable",
395
+ type: "function",
396
+ },
397
+ {
398
+ inputs: [
399
+ {
400
+ internalType: "address",
401
+ name: "recipient",
402
+ type: "address",
403
+ },
404
+ {
405
+ internalType: "int24",
406
+ name: "tickLower",
407
+ type: "int24",
408
+ },
409
+ {
410
+ internalType: "int24",
411
+ name: "tickUpper",
412
+ type: "int24",
413
+ },
414
+ {
415
+ internalType: "uint128",
416
+ name: "amount0Requested",
417
+ type: "uint128",
418
+ },
419
+ {
420
+ internalType: "uint128",
421
+ name: "amount1Requested",
422
+ type: "uint128",
423
+ },
424
+ ],
425
+ name: "collect",
426
+ outputs: [
427
+ {
428
+ internalType: "uint128",
429
+ name: "amount0",
430
+ type: "uint128",
431
+ },
432
+ {
433
+ internalType: "uint128",
434
+ name: "amount1",
435
+ type: "uint128",
436
+ },
437
+ ],
438
+ stateMutability: "nonpayable",
439
+ type: "function",
440
+ },
441
+ {
442
+ inputs: [
443
+ {
444
+ internalType: "address",
445
+ name: "recipient",
446
+ type: "address",
447
+ },
448
+ {
449
+ internalType: "uint128",
450
+ name: "amount0Requested",
451
+ type: "uint128",
452
+ },
453
+ {
454
+ internalType: "uint128",
455
+ name: "amount1Requested",
456
+ type: "uint128",
457
+ },
458
+ ],
459
+ name: "collectProtocol",
460
+ outputs: [
461
+ {
462
+ internalType: "uint128",
463
+ name: "amount0",
464
+ type: "uint128",
465
+ },
466
+ {
467
+ internalType: "uint128",
468
+ name: "amount1",
469
+ type: "uint128",
470
+ },
471
+ ],
472
+ stateMutability: "nonpayable",
473
+ type: "function",
474
+ },
475
+ {
476
+ inputs: [],
477
+ name: "factory",
478
+ outputs: [
479
+ {
480
+ internalType: "address",
481
+ name: "",
482
+ type: "address",
483
+ },
484
+ ],
485
+ stateMutability: "view",
486
+ type: "function",
487
+ },
488
+ {
489
+ inputs: [],
490
+ name: "fee",
491
+ outputs: [
492
+ {
493
+ internalType: "uint24",
494
+ name: "",
495
+ type: "uint24",
496
+ },
497
+ ],
498
+ stateMutability: "view",
499
+ type: "function",
500
+ },
501
+ {
502
+ inputs: [],
503
+ name: "feeGrowthGlobal0X128",
504
+ outputs: [
505
+ {
506
+ internalType: "uint256",
507
+ name: "",
508
+ type: "uint256",
509
+ },
510
+ ],
511
+ stateMutability: "view",
512
+ type: "function",
513
+ },
514
+ {
515
+ inputs: [],
516
+ name: "feeGrowthGlobal1X128",
517
+ outputs: [
518
+ {
519
+ internalType: "uint256",
520
+ name: "",
521
+ type: "uint256",
522
+ },
523
+ ],
524
+ stateMutability: "view",
525
+ type: "function",
526
+ },
527
+ {
528
+ inputs: [
529
+ {
530
+ internalType: "address",
531
+ name: "recipient",
532
+ type: "address",
533
+ },
534
+ {
535
+ internalType: "uint256",
536
+ name: "amount0",
537
+ type: "uint256",
538
+ },
539
+ {
540
+ internalType: "uint256",
541
+ name: "amount1",
542
+ type: "uint256",
543
+ },
544
+ {
545
+ internalType: "bytes",
546
+ name: "data",
547
+ type: "bytes",
548
+ },
549
+ ],
550
+ name: "flash",
551
+ outputs: [],
552
+ stateMutability: "nonpayable",
553
+ type: "function",
554
+ },
555
+ {
556
+ inputs: [
557
+ {
558
+ internalType: "uint16",
559
+ name: "observationCardinalityNext",
560
+ type: "uint16",
561
+ },
562
+ ],
563
+ name: "increaseObservationCardinalityNext",
564
+ outputs: [],
565
+ stateMutability: "nonpayable",
566
+ type: "function",
567
+ },
568
+ {
569
+ inputs: [
570
+ {
571
+ internalType: "uint160",
572
+ name: "sqrtPriceX96",
573
+ type: "uint160",
574
+ },
575
+ ],
576
+ name: "initialize",
577
+ outputs: [],
578
+ stateMutability: "nonpayable",
579
+ type: "function",
580
+ },
581
+ {
582
+ inputs: [],
583
+ name: "liquidity",
584
+ outputs: [
585
+ {
586
+ internalType: "uint128",
587
+ name: "",
588
+ type: "uint128",
589
+ },
590
+ ],
591
+ stateMutability: "view",
592
+ type: "function",
593
+ },
594
+ {
595
+ inputs: [],
596
+ name: "lmPool",
597
+ outputs: [
598
+ {
599
+ internalType: "contract IPancakeV3LmPool",
600
+ name: "",
601
+ type: "address",
602
+ },
603
+ ],
604
+ stateMutability: "view",
605
+ type: "function",
606
+ },
607
+ {
608
+ inputs: [],
609
+ name: "maxLiquidityPerTick",
610
+ outputs: [
611
+ {
612
+ internalType: "uint128",
613
+ name: "",
614
+ type: "uint128",
615
+ },
616
+ ],
617
+ stateMutability: "view",
618
+ type: "function",
619
+ },
620
+ {
621
+ inputs: [
622
+ {
623
+ internalType: "address",
624
+ name: "recipient",
625
+ type: "address",
626
+ },
627
+ {
628
+ internalType: "int24",
629
+ name: "tickLower",
630
+ type: "int24",
631
+ },
632
+ {
633
+ internalType: "int24",
634
+ name: "tickUpper",
635
+ type: "int24",
636
+ },
637
+ {
638
+ internalType: "uint128",
639
+ name: "amount",
640
+ type: "uint128",
641
+ },
642
+ {
643
+ internalType: "bytes",
644
+ name: "data",
645
+ type: "bytes",
646
+ },
647
+ ],
648
+ name: "mint",
649
+ outputs: [
650
+ {
651
+ internalType: "uint256",
652
+ name: "amount0",
653
+ type: "uint256",
654
+ },
655
+ {
656
+ internalType: "uint256",
657
+ name: "amount1",
658
+ type: "uint256",
659
+ },
660
+ ],
661
+ stateMutability: "nonpayable",
662
+ type: "function",
663
+ },
664
+ {
665
+ inputs: [
666
+ {
667
+ internalType: "uint256",
668
+ name: "",
669
+ type: "uint256",
670
+ },
671
+ ],
672
+ name: "observations",
673
+ outputs: [
674
+ {
675
+ internalType: "uint32",
676
+ name: "blockTimestamp",
677
+ type: "uint32",
678
+ },
679
+ {
680
+ internalType: "int56",
681
+ name: "tickCumulative",
682
+ type: "int56",
683
+ },
684
+ {
685
+ internalType: "uint160",
686
+ name: "secondsPerLiquidityCumulativeX128",
687
+ type: "uint160",
688
+ },
689
+ {
690
+ internalType: "bool",
691
+ name: "initialized",
692
+ type: "bool",
693
+ },
694
+ ],
695
+ stateMutability: "view",
696
+ type: "function",
697
+ },
698
+ {
699
+ inputs: [
700
+ {
701
+ internalType: "uint32[]",
702
+ name: "secondsAgos",
703
+ type: "uint32[]",
704
+ },
705
+ ],
706
+ name: "observe",
707
+ outputs: [
708
+ {
709
+ internalType: "int56[]",
710
+ name: "tickCumulatives",
711
+ type: "int56[]",
712
+ },
713
+ {
714
+ internalType: "uint160[]",
715
+ name: "secondsPerLiquidityCumulativeX128s",
716
+ type: "uint160[]",
717
+ },
718
+ ],
719
+ stateMutability: "view",
720
+ type: "function",
721
+ },
722
+ {
723
+ inputs: [
724
+ {
725
+ internalType: "bytes32",
726
+ name: "",
727
+ type: "bytes32",
728
+ },
729
+ ],
730
+ name: "positions",
731
+ outputs: [
732
+ {
733
+ internalType: "uint128",
734
+ name: "liquidity",
735
+ type: "uint128",
736
+ },
737
+ {
738
+ internalType: "uint256",
739
+ name: "feeGrowthInside0LastX128",
740
+ type: "uint256",
741
+ },
742
+ {
743
+ internalType: "uint256",
744
+ name: "feeGrowthInside1LastX128",
745
+ type: "uint256",
746
+ },
747
+ {
748
+ internalType: "uint128",
749
+ name: "tokensOwed0",
750
+ type: "uint128",
751
+ },
752
+ {
753
+ internalType: "uint128",
754
+ name: "tokensOwed1",
755
+ type: "uint128",
756
+ },
757
+ ],
758
+ stateMutability: "view",
759
+ type: "function",
760
+ },
761
+ {
762
+ inputs: [],
763
+ name: "protocolFees",
764
+ outputs: [
765
+ {
766
+ internalType: "uint128",
767
+ name: "token0",
768
+ type: "uint128",
769
+ },
770
+ {
771
+ internalType: "uint128",
772
+ name: "token1",
773
+ type: "uint128",
774
+ },
775
+ ],
776
+ stateMutability: "view",
777
+ type: "function",
778
+ },
779
+ {
780
+ inputs: [
781
+ {
782
+ internalType: "uint32",
783
+ name: "feeProtocol0",
784
+ type: "uint32",
785
+ },
786
+ {
787
+ internalType: "uint32",
788
+ name: "feeProtocol1",
789
+ type: "uint32",
790
+ },
791
+ ],
792
+ name: "setFeeProtocol",
793
+ outputs: [],
794
+ stateMutability: "nonpayable",
795
+ type: "function",
796
+ },
797
+ {
798
+ inputs: [
799
+ {
800
+ internalType: "address",
801
+ name: "_lmPool",
802
+ type: "address",
803
+ },
804
+ ],
805
+ name: "setLmPool",
806
+ outputs: [],
807
+ stateMutability: "nonpayable",
808
+ type: "function",
809
+ },
810
+ {
811
+ inputs: [],
812
+ name: "slot0",
813
+ outputs: [
814
+ {
815
+ internalType: "uint160",
816
+ name: "sqrtPriceX96",
817
+ type: "uint160",
818
+ },
819
+ {
820
+ internalType: "int24",
821
+ name: "tick",
822
+ type: "int24",
823
+ },
824
+ {
825
+ internalType: "uint16",
826
+ name: "observationIndex",
827
+ type: "uint16",
828
+ },
829
+ {
830
+ internalType: "uint16",
831
+ name: "observationCardinality",
832
+ type: "uint16",
833
+ },
834
+ {
835
+ internalType: "uint16",
836
+ name: "observationCardinalityNext",
837
+ type: "uint16",
838
+ },
839
+ {
840
+ internalType: "uint32",
841
+ name: "feeProtocol",
842
+ type: "uint32",
843
+ },
844
+ {
845
+ internalType: "bool",
846
+ name: "unlocked",
847
+ type: "bool",
848
+ },
849
+ ],
850
+ stateMutability: "view",
851
+ type: "function",
852
+ },
853
+ {
854
+ inputs: [
855
+ {
856
+ internalType: "int24",
857
+ name: "tickLower",
858
+ type: "int24",
859
+ },
860
+ {
861
+ internalType: "int24",
862
+ name: "tickUpper",
863
+ type: "int24",
864
+ },
865
+ ],
866
+ name: "snapshotCumulativesInside",
867
+ outputs: [
868
+ {
869
+ internalType: "int56",
870
+ name: "tickCumulativeInside",
871
+ type: "int56",
872
+ },
873
+ {
874
+ internalType: "uint160",
875
+ name: "secondsPerLiquidityInsideX128",
876
+ type: "uint160",
877
+ },
878
+ {
879
+ internalType: "uint32",
880
+ name: "secondsInside",
881
+ type: "uint32",
882
+ },
883
+ ],
884
+ stateMutability: "view",
885
+ type: "function",
886
+ },
887
+ {
888
+ inputs: [
889
+ {
890
+ internalType: "address",
891
+ name: "recipient",
892
+ type: "address",
893
+ },
894
+ {
895
+ internalType: "bool",
896
+ name: "zeroForOne",
897
+ type: "bool",
898
+ },
899
+ {
900
+ internalType: "int256",
901
+ name: "amountSpecified",
902
+ type: "int256",
903
+ },
904
+ {
905
+ internalType: "uint160",
906
+ name: "sqrtPriceLimitX96",
907
+ type: "uint160",
908
+ },
909
+ {
910
+ internalType: "bytes",
911
+ name: "data",
912
+ type: "bytes",
913
+ },
914
+ ],
915
+ name: "swap",
916
+ outputs: [
917
+ {
918
+ internalType: "int256",
919
+ name: "amount0",
920
+ type: "int256",
921
+ },
922
+ {
923
+ internalType: "int256",
924
+ name: "amount1",
925
+ type: "int256",
926
+ },
927
+ ],
928
+ stateMutability: "nonpayable",
929
+ type: "function",
930
+ },
931
+ {
932
+ inputs: [
933
+ {
934
+ internalType: "int16",
935
+ name: "",
936
+ type: "int16",
937
+ },
938
+ ],
939
+ name: "tickBitmap",
940
+ outputs: [
941
+ {
942
+ internalType: "uint256",
943
+ name: "",
944
+ type: "uint256",
945
+ },
946
+ ],
947
+ stateMutability: "view",
948
+ type: "function",
949
+ },
950
+ {
951
+ inputs: [],
952
+ name: "tickSpacing",
953
+ outputs: [
954
+ {
955
+ internalType: "int24",
956
+ name: "",
957
+ type: "int24",
958
+ },
959
+ ],
960
+ stateMutability: "view",
961
+ type: "function",
962
+ },
963
+ {
964
+ inputs: [
965
+ {
966
+ internalType: "int24",
967
+ name: "",
968
+ type: "int24",
969
+ },
970
+ ],
971
+ name: "ticks",
972
+ outputs: [
973
+ {
974
+ internalType: "uint128",
975
+ name: "liquidityGross",
976
+ type: "uint128",
977
+ },
978
+ {
979
+ internalType: "int128",
980
+ name: "liquidityNet",
981
+ type: "int128",
982
+ },
983
+ {
984
+ internalType: "uint256",
985
+ name: "feeGrowthOutside0X128",
986
+ type: "uint256",
987
+ },
988
+ {
989
+ internalType: "uint256",
990
+ name: "feeGrowthOutside1X128",
991
+ type: "uint256",
992
+ },
993
+ {
994
+ internalType: "int56",
995
+ name: "tickCumulativeOutside",
996
+ type: "int56",
997
+ },
998
+ {
999
+ internalType: "uint160",
1000
+ name: "secondsPerLiquidityOutsideX128",
1001
+ type: "uint160",
1002
+ },
1003
+ {
1004
+ internalType: "uint32",
1005
+ name: "secondsOutside",
1006
+ type: "uint32",
1007
+ },
1008
+ {
1009
+ internalType: "bool",
1010
+ name: "initialized",
1011
+ type: "bool",
1012
+ },
1013
+ ],
1014
+ stateMutability: "view",
1015
+ type: "function",
1016
+ },
1017
+ {
1018
+ inputs: [],
1019
+ name: "token0",
1020
+ outputs: [
1021
+ {
1022
+ internalType: "address",
1023
+ name: "",
1024
+ type: "address",
1025
+ },
1026
+ ],
1027
+ stateMutability: "view",
1028
+ type: "function",
1029
+ },
1030
+ {
1031
+ inputs: [],
1032
+ name: "token1",
1033
+ outputs: [
1034
+ {
1035
+ internalType: "address",
1036
+ name: "",
1037
+ type: "address",
1038
+ },
1039
+ ],
1040
+ stateMutability: "view",
1041
+ type: "function",
1042
+ },
1043
+ ];
1044
+ export class PancakeSwapv3Pool__factory {
1045
+ static abi = _abi;
1046
+ static createInterface() {
1047
+ return new utils.Interface(_abi);
1048
+ }
1049
+ static connect(address, signerOrProvider) {
1050
+ return new Contract(address, _abi, signerOrProvider);
1051
+ }
1052
+ }
1053
+ //# sourceMappingURL=PancakeSwapv3Pool__factory.js.map