@paraswap/dex-lib 4.5.2 → 4.5.3-pangolinv3.0

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,811 @@
1
+ [
2
+ {
3
+ "anonymous": false,
4
+ "inputs": [
5
+ {
6
+ "indexed": true,
7
+ "internalType": "address",
8
+ "name": "owner",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "indexed": true,
13
+ "internalType": "int24",
14
+ "name": "tickLower",
15
+ "type": "int24"
16
+ },
17
+ {
18
+ "indexed": true,
19
+ "internalType": "int24",
20
+ "name": "tickUpper",
21
+ "type": "int24"
22
+ },
23
+ {
24
+ "indexed": false,
25
+ "internalType": "uint128",
26
+ "name": "amount",
27
+ "type": "uint128"
28
+ },
29
+ {
30
+ "indexed": false,
31
+ "internalType": "uint256",
32
+ "name": "amount0",
33
+ "type": "uint256"
34
+ },
35
+ {
36
+ "indexed": false,
37
+ "internalType": "uint256",
38
+ "name": "amount1",
39
+ "type": "uint256"
40
+ }
41
+ ],
42
+ "name": "Burn",
43
+ "type": "event"
44
+ },
45
+ {
46
+ "anonymous": false,
47
+ "inputs": [
48
+ {
49
+ "indexed": true,
50
+ "internalType": "address",
51
+ "name": "owner",
52
+ "type": "address"
53
+ },
54
+ {
55
+ "indexed": false,
56
+ "internalType": "address",
57
+ "name": "recipient",
58
+ "type": "address"
59
+ },
60
+ {
61
+ "indexed": true,
62
+ "internalType": "int24",
63
+ "name": "tickLower",
64
+ "type": "int24"
65
+ },
66
+ {
67
+ "indexed": true,
68
+ "internalType": "int24",
69
+ "name": "tickUpper",
70
+ "type": "int24"
71
+ },
72
+ {
73
+ "indexed": false,
74
+ "internalType": "uint128",
75
+ "name": "amount0",
76
+ "type": "uint128"
77
+ },
78
+ {
79
+ "indexed": false,
80
+ "internalType": "uint128",
81
+ "name": "amount1",
82
+ "type": "uint128"
83
+ }
84
+ ],
85
+ "name": "Collect",
86
+ "type": "event"
87
+ },
88
+ {
89
+ "anonymous": false,
90
+ "inputs": [
91
+ {
92
+ "indexed": true,
93
+ "internalType": "address",
94
+ "name": "sender",
95
+ "type": "address"
96
+ },
97
+ {
98
+ "indexed": true,
99
+ "internalType": "address",
100
+ "name": "recipient",
101
+ "type": "address"
102
+ },
103
+ {
104
+ "indexed": false,
105
+ "internalType": "uint128",
106
+ "name": "amount0",
107
+ "type": "uint128"
108
+ },
109
+ {
110
+ "indexed": false,
111
+ "internalType": "uint128",
112
+ "name": "amount1",
113
+ "type": "uint128"
114
+ }
115
+ ],
116
+ "name": "CollectProtocol",
117
+ "type": "event"
118
+ },
119
+ {
120
+ "anonymous": false,
121
+ "inputs": [
122
+ {
123
+ "indexed": true,
124
+ "internalType": "address",
125
+ "name": "sender",
126
+ "type": "address"
127
+ },
128
+ {
129
+ "indexed": true,
130
+ "internalType": "address",
131
+ "name": "recipient",
132
+ "type": "address"
133
+ },
134
+ {
135
+ "indexed": false,
136
+ "internalType": "uint256",
137
+ "name": "amount0",
138
+ "type": "uint256"
139
+ },
140
+ {
141
+ "indexed": false,
142
+ "internalType": "uint256",
143
+ "name": "amount1",
144
+ "type": "uint256"
145
+ },
146
+ {
147
+ "indexed": false,
148
+ "internalType": "uint256",
149
+ "name": "paid0",
150
+ "type": "uint256"
151
+ },
152
+ {
153
+ "indexed": false,
154
+ "internalType": "uint256",
155
+ "name": "paid1",
156
+ "type": "uint256"
157
+ }
158
+ ],
159
+ "name": "Flash",
160
+ "type": "event"
161
+ },
162
+ {
163
+ "anonymous": false,
164
+ "inputs": [
165
+ {
166
+ "indexed": false,
167
+ "internalType": "uint16",
168
+ "name": "observationCardinalityNextOld",
169
+ "type": "uint16"
170
+ },
171
+ {
172
+ "indexed": false,
173
+ "internalType": "uint16",
174
+ "name": "observationCardinalityNextNew",
175
+ "type": "uint16"
176
+ }
177
+ ],
178
+ "name": "IncreaseObservationCardinalityNext",
179
+ "type": "event"
180
+ },
181
+ {
182
+ "anonymous": false,
183
+ "inputs": [
184
+ {
185
+ "indexed": false,
186
+ "internalType": "uint160",
187
+ "name": "sqrtPriceX96",
188
+ "type": "uint160"
189
+ },
190
+ {
191
+ "indexed": false,
192
+ "internalType": "int24",
193
+ "name": "tick",
194
+ "type": "int24"
195
+ }
196
+ ],
197
+ "name": "Initialize",
198
+ "type": "event"
199
+ },
200
+ {
201
+ "anonymous": false,
202
+ "inputs": [
203
+ {
204
+ "indexed": false,
205
+ "internalType": "address",
206
+ "name": "sender",
207
+ "type": "address"
208
+ },
209
+ {
210
+ "indexed": true,
211
+ "internalType": "address",
212
+ "name": "owner",
213
+ "type": "address"
214
+ },
215
+ {
216
+ "indexed": true,
217
+ "internalType": "int24",
218
+ "name": "tickLower",
219
+ "type": "int24"
220
+ },
221
+ {
222
+ "indexed": true,
223
+ "internalType": "int24",
224
+ "name": "tickUpper",
225
+ "type": "int24"
226
+ },
227
+ {
228
+ "indexed": false,
229
+ "internalType": "uint128",
230
+ "name": "amount",
231
+ "type": "uint128"
232
+ },
233
+ {
234
+ "indexed": false,
235
+ "internalType": "uint256",
236
+ "name": "amount0",
237
+ "type": "uint256"
238
+ },
239
+ {
240
+ "indexed": false,
241
+ "internalType": "uint256",
242
+ "name": "amount1",
243
+ "type": "uint256"
244
+ }
245
+ ],
246
+ "name": "Mint",
247
+ "type": "event"
248
+ },
249
+ {
250
+ "anonymous": false,
251
+ "inputs": [
252
+ {
253
+ "indexed": false,
254
+ "internalType": "uint24",
255
+ "name": "oldfee",
256
+ "type": "uint24"
257
+ },
258
+ {
259
+ "indexed": false,
260
+ "internalType": "uint24",
261
+ "name": "fee",
262
+ "type": "uint24"
263
+ }
264
+ ],
265
+ "name": "SetFee",
266
+ "type": "event"
267
+ },
268
+ {
269
+ "anonymous": false,
270
+ "inputs": [
271
+ {
272
+ "indexed": false,
273
+ "internalType": "uint8",
274
+ "name": "feeProtocol0Old",
275
+ "type": "uint8"
276
+ },
277
+ {
278
+ "indexed": false,
279
+ "internalType": "uint8",
280
+ "name": "feeProtocol1Old",
281
+ "type": "uint8"
282
+ },
283
+ {
284
+ "indexed": false,
285
+ "internalType": "uint8",
286
+ "name": "feeProtocol0New",
287
+ "type": "uint8"
288
+ },
289
+ {
290
+ "indexed": false,
291
+ "internalType": "uint8",
292
+ "name": "feeProtocol1New",
293
+ "type": "uint8"
294
+ }
295
+ ],
296
+ "name": "SetFeeProtocol",
297
+ "type": "event"
298
+ },
299
+ {
300
+ "anonymous": false,
301
+ "inputs": [
302
+ {
303
+ "indexed": false,
304
+ "internalType": "uint144",
305
+ "name": "rewardPerSecondX48",
306
+ "type": "uint144"
307
+ },
308
+ {
309
+ "indexed": false,
310
+ "internalType": "uint32",
311
+ "name": "rewardRateEffectiveUntil",
312
+ "type": "uint32"
313
+ }
314
+ ],
315
+ "name": "SetRewardRate",
316
+ "type": "event"
317
+ },
318
+ {
319
+ "anonymous": false,
320
+ "inputs": [
321
+ {
322
+ "indexed": true,
323
+ "internalType": "address",
324
+ "name": "sender",
325
+ "type": "address"
326
+ },
327
+ {
328
+ "indexed": true,
329
+ "internalType": "address",
330
+ "name": "recipient",
331
+ "type": "address"
332
+ },
333
+ {
334
+ "indexed": false,
335
+ "internalType": "int256",
336
+ "name": "amount0",
337
+ "type": "int256"
338
+ },
339
+ {
340
+ "indexed": false,
341
+ "internalType": "int256",
342
+ "name": "amount1",
343
+ "type": "int256"
344
+ },
345
+ {
346
+ "indexed": false,
347
+ "internalType": "uint160",
348
+ "name": "sqrtPriceX96",
349
+ "type": "uint160"
350
+ },
351
+ {
352
+ "indexed": false,
353
+ "internalType": "uint128",
354
+ "name": "liquidity",
355
+ "type": "uint128"
356
+ },
357
+ {
358
+ "indexed": false,
359
+ "internalType": "int24",
360
+ "name": "tick",
361
+ "type": "int24"
362
+ }
363
+ ],
364
+ "name": "Swap",
365
+ "type": "event"
366
+ },
367
+ {
368
+ "inputs": [
369
+ { "internalType": "int24", "name": "tickLower", "type": "int24" },
370
+ { "internalType": "int24", "name": "tickUpper", "type": "int24" },
371
+ { "internalType": "uint128", "name": "amount", "type": "uint128" }
372
+ ],
373
+ "name": "burn",
374
+ "outputs": [
375
+ { "internalType": "uint256", "name": "amount0", "type": "uint256" },
376
+ { "internalType": "uint256", "name": "amount1", "type": "uint256" }
377
+ ],
378
+ "stateMutability": "nonpayable",
379
+ "type": "function"
380
+ },
381
+ {
382
+ "inputs": [
383
+ { "internalType": "address", "name": "recipient", "type": "address" },
384
+ { "internalType": "int24", "name": "tickLower", "type": "int24" },
385
+ { "internalType": "int24", "name": "tickUpper", "type": "int24" },
386
+ {
387
+ "internalType": "uint128",
388
+ "name": "amount0Requested",
389
+ "type": "uint128"
390
+ },
391
+ {
392
+ "internalType": "uint128",
393
+ "name": "amount1Requested",
394
+ "type": "uint128"
395
+ }
396
+ ],
397
+ "name": "collect",
398
+ "outputs": [
399
+ { "internalType": "uint128", "name": "amount0", "type": "uint128" },
400
+ { "internalType": "uint128", "name": "amount1", "type": "uint128" }
401
+ ],
402
+ "stateMutability": "nonpayable",
403
+ "type": "function"
404
+ },
405
+ {
406
+ "inputs": [
407
+ { "internalType": "address", "name": "recipient", "type": "address" },
408
+ {
409
+ "internalType": "uint128",
410
+ "name": "amount0Requested",
411
+ "type": "uint128"
412
+ },
413
+ {
414
+ "internalType": "uint128",
415
+ "name": "amount1Requested",
416
+ "type": "uint128"
417
+ }
418
+ ],
419
+ "name": "collectProtocol",
420
+ "outputs": [
421
+ { "internalType": "uint128", "name": "amount0", "type": "uint128" },
422
+ { "internalType": "uint128", "name": "amount1", "type": "uint128" }
423
+ ],
424
+ "stateMutability": "nonpayable",
425
+ "type": "function"
426
+ },
427
+ {
428
+ "inputs": [],
429
+ "name": "factory",
430
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
431
+ "stateMutability": "view",
432
+ "type": "function"
433
+ },
434
+ {
435
+ "inputs": [],
436
+ "name": "fee",
437
+ "outputs": [{ "internalType": "uint24", "name": "", "type": "uint24" }],
438
+ "stateMutability": "view",
439
+ "type": "function"
440
+ },
441
+ {
442
+ "inputs": [],
443
+ "name": "feeGrowthGlobal0X128",
444
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
445
+ "stateMutability": "view",
446
+ "type": "function"
447
+ },
448
+ {
449
+ "inputs": [],
450
+ "name": "feeGrowthGlobal1X128",
451
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
452
+ "stateMutability": "view",
453
+ "type": "function"
454
+ },
455
+ {
456
+ "inputs": [
457
+ { "internalType": "address", "name": "recipient", "type": "address" },
458
+ { "internalType": "uint256", "name": "amount0", "type": "uint256" },
459
+ { "internalType": "uint256", "name": "amount1", "type": "uint256" },
460
+ { "internalType": "bytes", "name": "data", "type": "bytes" }
461
+ ],
462
+ "name": "flash",
463
+ "outputs": [],
464
+ "stateMutability": "nonpayable",
465
+ "type": "function"
466
+ },
467
+ {
468
+ "inputs": [
469
+ {
470
+ "internalType": "uint16",
471
+ "name": "observationCardinalityNext",
472
+ "type": "uint16"
473
+ }
474
+ ],
475
+ "name": "increaseObservationCardinalityNext",
476
+ "outputs": [],
477
+ "stateMutability": "nonpayable",
478
+ "type": "function"
479
+ },
480
+ {
481
+ "inputs": [],
482
+ "name": "initialFee",
483
+ "outputs": [{ "internalType": "uint24", "name": "", "type": "uint24" }],
484
+ "stateMutability": "view",
485
+ "type": "function"
486
+ },
487
+ {
488
+ "inputs": [
489
+ { "internalType": "address", "name": "_token0", "type": "address" },
490
+ { "internalType": "address", "name": "_token1", "type": "address" },
491
+ { "internalType": "uint24", "name": "_fee", "type": "uint24" },
492
+ { "internalType": "int24", "name": "_tickSpacing", "type": "int24" }
493
+ ],
494
+ "name": "initialize",
495
+ "outputs": [],
496
+ "stateMutability": "nonpayable",
497
+ "type": "function"
498
+ },
499
+ {
500
+ "inputs": [
501
+ { "internalType": "uint160", "name": "sqrtPriceX96", "type": "uint160" }
502
+ ],
503
+ "name": "initialize",
504
+ "outputs": [],
505
+ "stateMutability": "nonpayable",
506
+ "type": "function"
507
+ },
508
+ {
509
+ "inputs": [],
510
+ "name": "liquidity",
511
+ "outputs": [{ "internalType": "uint128", "name": "", "type": "uint128" }],
512
+ "stateMutability": "view",
513
+ "type": "function"
514
+ },
515
+ {
516
+ "inputs": [],
517
+ "name": "maxLiquidityPerTick",
518
+ "outputs": [{ "internalType": "uint128", "name": "", "type": "uint128" }],
519
+ "stateMutability": "view",
520
+ "type": "function"
521
+ },
522
+ {
523
+ "inputs": [
524
+ { "internalType": "address", "name": "recipient", "type": "address" },
525
+ { "internalType": "int24", "name": "tickLower", "type": "int24" },
526
+ { "internalType": "int24", "name": "tickUpper", "type": "int24" },
527
+ { "internalType": "uint128", "name": "amount", "type": "uint128" },
528
+ { "internalType": "bytes", "name": "data", "type": "bytes" }
529
+ ],
530
+ "name": "mint",
531
+ "outputs": [
532
+ { "internalType": "uint256", "name": "amount0", "type": "uint256" },
533
+ { "internalType": "uint256", "name": "amount1", "type": "uint256" }
534
+ ],
535
+ "stateMutability": "nonpayable",
536
+ "type": "function"
537
+ },
538
+ {
539
+ "inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
540
+ "name": "observations",
541
+ "outputs": [
542
+ { "internalType": "uint32", "name": "blockTimestamp", "type": "uint32" },
543
+ { "internalType": "int56", "name": "tickCumulative", "type": "int56" },
544
+ {
545
+ "internalType": "uint160",
546
+ "name": "secondsPerLiquidityCumulativeX128",
547
+ "type": "uint160"
548
+ },
549
+ { "internalType": "bool", "name": "initialized", "type": "bool" },
550
+ {
551
+ "internalType": "uint192",
552
+ "name": "rewardPerLiquidityCumulativeX64",
553
+ "type": "uint192"
554
+ }
555
+ ],
556
+ "stateMutability": "view",
557
+ "type": "function"
558
+ },
559
+ {
560
+ "inputs": [
561
+ { "internalType": "uint32[]", "name": "secondsAgos", "type": "uint32[]" }
562
+ ],
563
+ "name": "observe",
564
+ "outputs": [
565
+ {
566
+ "internalType": "int56[]",
567
+ "name": "tickCumulatives",
568
+ "type": "int56[]"
569
+ },
570
+ {
571
+ "internalType": "uint160[]",
572
+ "name": "secondsPerLiquidityCumulativeX128s",
573
+ "type": "uint160[]"
574
+ },
575
+ {
576
+ "internalType": "uint192[]",
577
+ "name": "rewardPerLiquidityCumulativeX64s",
578
+ "type": "uint192[]"
579
+ }
580
+ ],
581
+ "stateMutability": "view",
582
+ "type": "function"
583
+ },
584
+ {
585
+ "inputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
586
+ "name": "positions",
587
+ "outputs": [
588
+ { "internalType": "uint128", "name": "liquidity", "type": "uint128" },
589
+ {
590
+ "internalType": "uint256",
591
+ "name": "feeGrowthInside0LastX128",
592
+ "type": "uint256"
593
+ },
594
+ {
595
+ "internalType": "uint256",
596
+ "name": "feeGrowthInside1LastX128",
597
+ "type": "uint256"
598
+ },
599
+ { "internalType": "uint128", "name": "tokensOwed0", "type": "uint128" },
600
+ { "internalType": "uint128", "name": "tokensOwed1", "type": "uint128" }
601
+ ],
602
+ "stateMutability": "view",
603
+ "type": "function"
604
+ },
605
+ {
606
+ "inputs": [],
607
+ "name": "protocolFees",
608
+ "outputs": [
609
+ { "internalType": "uint128", "name": "token0", "type": "uint128" },
610
+ { "internalType": "uint128", "name": "token1", "type": "uint128" }
611
+ ],
612
+ "stateMutability": "view",
613
+ "type": "function"
614
+ },
615
+ {
616
+ "inputs": [],
617
+ "name": "rewardSlot",
618
+ "outputs": [
619
+ {
620
+ "internalType": "uint144",
621
+ "name": "rewardPerSecondX48",
622
+ "type": "uint144"
623
+ },
624
+ {
625
+ "internalType": "uint32",
626
+ "name": "rewardRateEffectiveUntil",
627
+ "type": "uint32"
628
+ }
629
+ ],
630
+ "stateMutability": "view",
631
+ "type": "function"
632
+ },
633
+ {
634
+ "inputs": [{ "internalType": "uint24", "name": "_fee", "type": "uint24" }],
635
+ "name": "setFee",
636
+ "outputs": [],
637
+ "stateMutability": "nonpayable",
638
+ "type": "function"
639
+ },
640
+ {
641
+ "inputs": [
642
+ { "internalType": "uint8", "name": "feeProtocol0", "type": "uint8" },
643
+ { "internalType": "uint8", "name": "feeProtocol1", "type": "uint8" }
644
+ ],
645
+ "name": "setFeeProtocol",
646
+ "outputs": [],
647
+ "stateMutability": "nonpayable",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [
652
+ {
653
+ "internalType": "uint144",
654
+ "name": "rewardPerSecondX48",
655
+ "type": "uint144"
656
+ },
657
+ {
658
+ "internalType": "uint32",
659
+ "name": "rewardRateEffectiveUntil",
660
+ "type": "uint32"
661
+ }
662
+ ],
663
+ "name": "setRewardRate",
664
+ "outputs": [],
665
+ "stateMutability": "nonpayable",
666
+ "type": "function"
667
+ },
668
+ {
669
+ "inputs": [],
670
+ "name": "slot0",
671
+ "outputs": [
672
+ { "internalType": "uint160", "name": "sqrtPriceX96", "type": "uint160" },
673
+ { "internalType": "int24", "name": "tick", "type": "int24" },
674
+ {
675
+ "internalType": "uint16",
676
+ "name": "observationIndex",
677
+ "type": "uint16"
678
+ },
679
+ {
680
+ "internalType": "uint16",
681
+ "name": "observationCardinality",
682
+ "type": "uint16"
683
+ },
684
+ {
685
+ "internalType": "uint16",
686
+ "name": "observationCardinalityNext",
687
+ "type": "uint16"
688
+ },
689
+ { "internalType": "uint8", "name": "feeProtocol", "type": "uint8" },
690
+ { "internalType": "bool", "name": "unlocked", "type": "bool" }
691
+ ],
692
+ "stateMutability": "view",
693
+ "type": "function"
694
+ },
695
+ {
696
+ "inputs": [
697
+ { "internalType": "int24", "name": "tickLower", "type": "int24" },
698
+ { "internalType": "int24", "name": "tickUpper", "type": "int24" }
699
+ ],
700
+ "name": "snapshotCumulativesInside",
701
+ "outputs": [
702
+ {
703
+ "internalType": "int56",
704
+ "name": "tickCumulativeInside",
705
+ "type": "int56"
706
+ },
707
+ {
708
+ "internalType": "uint160",
709
+ "name": "secondsPerLiquidityInsideX128",
710
+ "type": "uint160"
711
+ },
712
+ { "internalType": "uint32", "name": "secondsInside", "type": "uint32" },
713
+ {
714
+ "internalType": "uint192",
715
+ "name": "rewardPerLiquidityInsideX64",
716
+ "type": "uint192"
717
+ }
718
+ ],
719
+ "stateMutability": "view",
720
+ "type": "function"
721
+ },
722
+ {
723
+ "inputs": [
724
+ { "internalType": "address", "name": "recipient", "type": "address" },
725
+ { "internalType": "bool", "name": "zeroForOne", "type": "bool" },
726
+ { "internalType": "int256", "name": "amountSpecified", "type": "int256" },
727
+ {
728
+ "internalType": "uint160",
729
+ "name": "sqrtPriceLimitX96",
730
+ "type": "uint160"
731
+ },
732
+ { "internalType": "bytes", "name": "data", "type": "bytes" }
733
+ ],
734
+ "name": "swap",
735
+ "outputs": [
736
+ { "internalType": "int256", "name": "amount0", "type": "int256" },
737
+ { "internalType": "int256", "name": "amount1", "type": "int256" }
738
+ ],
739
+ "stateMutability": "nonpayable",
740
+ "type": "function"
741
+ },
742
+ {
743
+ "inputs": [{ "internalType": "int16", "name": "", "type": "int16" }],
744
+ "name": "tickBitmap",
745
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
746
+ "stateMutability": "view",
747
+ "type": "function"
748
+ },
749
+ {
750
+ "inputs": [],
751
+ "name": "tickSpacing",
752
+ "outputs": [{ "internalType": "int24", "name": "", "type": "int24" }],
753
+ "stateMutability": "view",
754
+ "type": "function"
755
+ },
756
+ {
757
+ "inputs": [{ "internalType": "int24", "name": "", "type": "int24" }],
758
+ "name": "ticks",
759
+ "outputs": [
760
+ {
761
+ "internalType": "uint128",
762
+ "name": "liquidityGross",
763
+ "type": "uint128"
764
+ },
765
+ { "internalType": "int128", "name": "liquidityNet", "type": "int128" },
766
+ {
767
+ "internalType": "uint256",
768
+ "name": "feeGrowthOutside0X128",
769
+ "type": "uint256"
770
+ },
771
+ {
772
+ "internalType": "uint256",
773
+ "name": "feeGrowthOutside1X128",
774
+ "type": "uint256"
775
+ },
776
+ {
777
+ "internalType": "int56",
778
+ "name": "tickCumulativeOutside",
779
+ "type": "int56"
780
+ },
781
+ {
782
+ "internalType": "uint160",
783
+ "name": "secondsPerLiquidityOutsideX128",
784
+ "type": "uint160"
785
+ },
786
+ { "internalType": "uint32", "name": "secondsOutside", "type": "uint32" },
787
+ { "internalType": "bool", "name": "initialized", "type": "bool" },
788
+ {
789
+ "internalType": "uint192",
790
+ "name": "rewardPerLiquidityOutsideX64",
791
+ "type": "uint192"
792
+ }
793
+ ],
794
+ "stateMutability": "view",
795
+ "type": "function"
796
+ },
797
+ {
798
+ "inputs": [],
799
+ "name": "token0",
800
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
801
+ "stateMutability": "view",
802
+ "type": "function"
803
+ },
804
+ {
805
+ "inputs": [],
806
+ "name": "token1",
807
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
808
+ "stateMutability": "view",
809
+ "type": "function"
810
+ }
811
+ ]