@longdotxyz/shared 0.0.77 → 0.0.78
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.
|
@@ -33,12 +33,12 @@ export declare const rootContract: {
|
|
|
33
33
|
pool_current_price: import("zod").ZodString;
|
|
34
34
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
35
35
|
pool_current_fdv: import("zod").ZodString;
|
|
36
|
-
pool_current_fdv_usd: import("zod").ZodString
|
|
36
|
+
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
37
37
|
pool_current_liquidity: import("zod").ZodString;
|
|
38
38
|
pool_current_tick: import("zod").ZodNumber;
|
|
39
39
|
pool_last_epoch: import("zod").ZodNumber;
|
|
40
40
|
pool_current_market_cap: import("zod").ZodString;
|
|
41
|
-
pool_current_market_cap_usd: import("zod").ZodString
|
|
41
|
+
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
42
42
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
43
43
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
44
44
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -180,12 +180,12 @@ export declare const rootContract: {
|
|
|
180
180
|
pool_current_price: string;
|
|
181
181
|
pool_current_sqrt_price: string;
|
|
182
182
|
pool_current_fdv: string;
|
|
183
|
-
pool_current_fdv_usd: string;
|
|
183
|
+
pool_current_fdv_usd: string | null;
|
|
184
184
|
pool_current_liquidity: string;
|
|
185
185
|
pool_current_tick: number;
|
|
186
186
|
pool_last_epoch: number;
|
|
187
187
|
pool_current_market_cap: string;
|
|
188
|
-
pool_current_market_cap_usd: string;
|
|
188
|
+
pool_current_market_cap_usd: string | null;
|
|
189
189
|
pool_current_fees_accrued: string;
|
|
190
190
|
pool_current_total_proceeds: string;
|
|
191
191
|
pool_current_total_tokens_sold: string;
|
|
@@ -229,12 +229,12 @@ export declare const rootContract: {
|
|
|
229
229
|
pool_current_price: string;
|
|
230
230
|
pool_current_sqrt_price: string;
|
|
231
231
|
pool_current_fdv: string;
|
|
232
|
-
pool_current_fdv_usd: string;
|
|
232
|
+
pool_current_fdv_usd: string | null;
|
|
233
233
|
pool_current_liquidity: string;
|
|
234
234
|
pool_current_tick: number;
|
|
235
235
|
pool_last_epoch: number;
|
|
236
236
|
pool_current_market_cap: string;
|
|
237
|
-
pool_current_market_cap_usd: string;
|
|
237
|
+
pool_current_market_cap_usd: string | null;
|
|
238
238
|
pool_current_fees_accrued: string;
|
|
239
239
|
pool_current_total_proceeds: string;
|
|
240
240
|
pool_current_total_tokens_sold: string;
|
|
@@ -280,11 +280,11 @@ export declare const rootContract: {
|
|
|
280
280
|
pool_current_price: import("zod").ZodString;
|
|
281
281
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
282
282
|
pool_current_fdv: import("zod").ZodString;
|
|
283
|
-
pool_current_fdv_usd: import("zod").ZodString
|
|
283
|
+
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
284
284
|
pool_current_liquidity: import("zod").ZodString;
|
|
285
285
|
pool_current_tick: import("zod").ZodNumber;
|
|
286
286
|
pool_current_market_cap: import("zod").ZodString;
|
|
287
|
-
pool_current_market_cap_usd: import("zod").ZodString
|
|
287
|
+
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
288
288
|
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
289
289
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
290
290
|
pool_type: import("zod").ZodString;
|
|
@@ -418,11 +418,11 @@ export declare const rootContract: {
|
|
|
418
418
|
pool_current_price: string;
|
|
419
419
|
pool_current_sqrt_price: string;
|
|
420
420
|
pool_current_fdv: string;
|
|
421
|
-
pool_current_fdv_usd: string;
|
|
421
|
+
pool_current_fdv_usd: string | null;
|
|
422
422
|
pool_current_liquidity: string;
|
|
423
423
|
pool_current_tick: number;
|
|
424
424
|
pool_current_market_cap: string;
|
|
425
|
-
pool_current_market_cap_usd: string;
|
|
425
|
+
pool_current_market_cap_usd: string | null;
|
|
426
426
|
pool_address: `0x${string}`;
|
|
427
427
|
pool_migration_timestamp: Date | null;
|
|
428
428
|
pool_type: string;
|
|
@@ -456,11 +456,11 @@ export declare const rootContract: {
|
|
|
456
456
|
pool_current_price: string;
|
|
457
457
|
pool_current_sqrt_price: string;
|
|
458
458
|
pool_current_fdv: string;
|
|
459
|
-
pool_current_fdv_usd: string;
|
|
459
|
+
pool_current_fdv_usd: string | null;
|
|
460
460
|
pool_current_liquidity: string;
|
|
461
461
|
pool_current_tick: number;
|
|
462
462
|
pool_current_market_cap: string;
|
|
463
|
-
pool_current_market_cap_usd: string;
|
|
463
|
+
pool_current_market_cap_usd: string | null;
|
|
464
464
|
pool_address: string;
|
|
465
465
|
pool_migration_timestamp: Date | null;
|
|
466
466
|
pool_type: string;
|
|
@@ -503,12 +503,12 @@ export declare const rootContract: {
|
|
|
503
503
|
pool_current_price: string;
|
|
504
504
|
pool_current_sqrt_price: string;
|
|
505
505
|
pool_current_fdv: string;
|
|
506
|
-
pool_current_fdv_usd: string;
|
|
506
|
+
pool_current_fdv_usd: string | null;
|
|
507
507
|
pool_current_liquidity: string;
|
|
508
508
|
pool_current_tick: number;
|
|
509
509
|
pool_last_epoch: number;
|
|
510
510
|
pool_current_market_cap: string;
|
|
511
|
-
pool_current_market_cap_usd: string;
|
|
511
|
+
pool_current_market_cap_usd: string | null;
|
|
512
512
|
pool_current_fees_accrued: string;
|
|
513
513
|
pool_current_total_proceeds: string;
|
|
514
514
|
pool_current_total_tokens_sold: string;
|
|
@@ -553,11 +553,11 @@ export declare const rootContract: {
|
|
|
553
553
|
pool_current_price: string;
|
|
554
554
|
pool_current_sqrt_price: string;
|
|
555
555
|
pool_current_fdv: string;
|
|
556
|
-
pool_current_fdv_usd: string;
|
|
556
|
+
pool_current_fdv_usd: string | null;
|
|
557
557
|
pool_current_liquidity: string;
|
|
558
558
|
pool_current_tick: number;
|
|
559
559
|
pool_current_market_cap: string;
|
|
560
|
-
pool_current_market_cap_usd: string;
|
|
560
|
+
pool_current_market_cap_usd: string | null;
|
|
561
561
|
pool_address: `0x${string}`;
|
|
562
562
|
pool_migration_timestamp: Date | null;
|
|
563
563
|
pool_type: string;
|
|
@@ -598,12 +598,12 @@ export declare const rootContract: {
|
|
|
598
598
|
pool_current_price: string;
|
|
599
599
|
pool_current_sqrt_price: string;
|
|
600
600
|
pool_current_fdv: string;
|
|
601
|
-
pool_current_fdv_usd: string;
|
|
601
|
+
pool_current_fdv_usd: string | null;
|
|
602
602
|
pool_current_liquidity: string;
|
|
603
603
|
pool_current_tick: number;
|
|
604
604
|
pool_last_epoch: number;
|
|
605
605
|
pool_current_market_cap: string;
|
|
606
|
-
pool_current_market_cap_usd: string;
|
|
606
|
+
pool_current_market_cap_usd: string | null;
|
|
607
607
|
pool_current_fees_accrued: string;
|
|
608
608
|
pool_current_total_proceeds: string;
|
|
609
609
|
pool_current_total_tokens_sold: string;
|
|
@@ -649,11 +649,11 @@ export declare const rootContract: {
|
|
|
649
649
|
pool_current_price: string;
|
|
650
650
|
pool_current_sqrt_price: string;
|
|
651
651
|
pool_current_fdv: string;
|
|
652
|
-
pool_current_fdv_usd: string;
|
|
652
|
+
pool_current_fdv_usd: string | null;
|
|
653
653
|
pool_current_liquidity: string;
|
|
654
654
|
pool_current_tick: number;
|
|
655
655
|
pool_current_market_cap: string;
|
|
656
|
-
pool_current_market_cap_usd: string;
|
|
656
|
+
pool_current_market_cap_usd: string | null;
|
|
657
657
|
pool_address: string;
|
|
658
658
|
pool_migration_timestamp: Date | null;
|
|
659
659
|
pool_type: string;
|
|
@@ -697,12 +697,12 @@ export declare const rootContract: {
|
|
|
697
697
|
pool_current_price: string;
|
|
698
698
|
pool_current_sqrt_price: string;
|
|
699
699
|
pool_current_fdv: string;
|
|
700
|
-
pool_current_fdv_usd: string;
|
|
700
|
+
pool_current_fdv_usd: string | null;
|
|
701
701
|
pool_current_liquidity: string;
|
|
702
702
|
pool_current_tick: number;
|
|
703
703
|
pool_last_epoch: number;
|
|
704
704
|
pool_current_market_cap: string;
|
|
705
|
-
pool_current_market_cap_usd: string;
|
|
705
|
+
pool_current_market_cap_usd: string | null;
|
|
706
706
|
pool_current_fees_accrued: string;
|
|
707
707
|
pool_current_total_proceeds: string;
|
|
708
708
|
pool_current_total_tokens_sold: string;
|
|
@@ -747,11 +747,11 @@ export declare const rootContract: {
|
|
|
747
747
|
pool_current_price: string;
|
|
748
748
|
pool_current_sqrt_price: string;
|
|
749
749
|
pool_current_fdv: string;
|
|
750
|
-
pool_current_fdv_usd: string;
|
|
750
|
+
pool_current_fdv_usd: string | null;
|
|
751
751
|
pool_current_liquidity: string;
|
|
752
752
|
pool_current_tick: number;
|
|
753
753
|
pool_current_market_cap: string;
|
|
754
|
-
pool_current_market_cap_usd: string;
|
|
754
|
+
pool_current_market_cap_usd: string | null;
|
|
755
755
|
pool_address: `0x${string}`;
|
|
756
756
|
pool_migration_timestamp: Date | null;
|
|
757
757
|
pool_type: string;
|
|
@@ -792,12 +792,12 @@ export declare const rootContract: {
|
|
|
792
792
|
pool_current_price: string;
|
|
793
793
|
pool_current_sqrt_price: string;
|
|
794
794
|
pool_current_fdv: string;
|
|
795
|
-
pool_current_fdv_usd: string;
|
|
795
|
+
pool_current_fdv_usd: string | null;
|
|
796
796
|
pool_current_liquidity: string;
|
|
797
797
|
pool_current_tick: number;
|
|
798
798
|
pool_last_epoch: number;
|
|
799
799
|
pool_current_market_cap: string;
|
|
800
|
-
pool_current_market_cap_usd: string;
|
|
800
|
+
pool_current_market_cap_usd: string | null;
|
|
801
801
|
pool_current_fees_accrued: string;
|
|
802
802
|
pool_current_total_proceeds: string;
|
|
803
803
|
pool_current_total_tokens_sold: string;
|
|
@@ -843,11 +843,11 @@ export declare const rootContract: {
|
|
|
843
843
|
pool_current_price: string;
|
|
844
844
|
pool_current_sqrt_price: string;
|
|
845
845
|
pool_current_fdv: string;
|
|
846
|
-
pool_current_fdv_usd: string;
|
|
846
|
+
pool_current_fdv_usd: string | null;
|
|
847
847
|
pool_current_liquidity: string;
|
|
848
848
|
pool_current_tick: number;
|
|
849
849
|
pool_current_market_cap: string;
|
|
850
|
-
pool_current_market_cap_usd: string;
|
|
850
|
+
pool_current_market_cap_usd: string | null;
|
|
851
851
|
pool_address: string;
|
|
852
852
|
pool_migration_timestamp: Date | null;
|
|
853
853
|
pool_type: string;
|
|
@@ -893,12 +893,12 @@ export declare const rootContract: {
|
|
|
893
893
|
pool_current_price: string;
|
|
894
894
|
pool_current_sqrt_price: string;
|
|
895
895
|
pool_current_fdv: string;
|
|
896
|
-
pool_current_fdv_usd: string;
|
|
896
|
+
pool_current_fdv_usd: string | null;
|
|
897
897
|
pool_current_liquidity: string;
|
|
898
898
|
pool_current_tick: number;
|
|
899
899
|
pool_last_epoch: number;
|
|
900
900
|
pool_current_market_cap: string;
|
|
901
|
-
pool_current_market_cap_usd: string;
|
|
901
|
+
pool_current_market_cap_usd: string | null;
|
|
902
902
|
pool_current_fees_accrued: string;
|
|
903
903
|
pool_current_total_proceeds: string;
|
|
904
904
|
pool_current_total_tokens_sold: string;
|
|
@@ -943,11 +943,11 @@ export declare const rootContract: {
|
|
|
943
943
|
pool_current_price: string;
|
|
944
944
|
pool_current_sqrt_price: string;
|
|
945
945
|
pool_current_fdv: string;
|
|
946
|
-
pool_current_fdv_usd: string;
|
|
946
|
+
pool_current_fdv_usd: string | null;
|
|
947
947
|
pool_current_liquidity: string;
|
|
948
948
|
pool_current_tick: number;
|
|
949
949
|
pool_current_market_cap: string;
|
|
950
|
-
pool_current_market_cap_usd: string;
|
|
950
|
+
pool_current_market_cap_usd: string | null;
|
|
951
951
|
pool_address: `0x${string}`;
|
|
952
952
|
pool_migration_timestamp: Date | null;
|
|
953
953
|
pool_type: string;
|
|
@@ -990,12 +990,12 @@ export declare const rootContract: {
|
|
|
990
990
|
pool_current_price: string;
|
|
991
991
|
pool_current_sqrt_price: string;
|
|
992
992
|
pool_current_fdv: string;
|
|
993
|
-
pool_current_fdv_usd: string;
|
|
993
|
+
pool_current_fdv_usd: string | null;
|
|
994
994
|
pool_current_liquidity: string;
|
|
995
995
|
pool_current_tick: number;
|
|
996
996
|
pool_last_epoch: number;
|
|
997
997
|
pool_current_market_cap: string;
|
|
998
|
-
pool_current_market_cap_usd: string;
|
|
998
|
+
pool_current_market_cap_usd: string | null;
|
|
999
999
|
pool_current_fees_accrued: string;
|
|
1000
1000
|
pool_current_total_proceeds: string;
|
|
1001
1001
|
pool_current_total_tokens_sold: string;
|
|
@@ -1041,11 +1041,11 @@ export declare const rootContract: {
|
|
|
1041
1041
|
pool_current_price: string;
|
|
1042
1042
|
pool_current_sqrt_price: string;
|
|
1043
1043
|
pool_current_fdv: string;
|
|
1044
|
-
pool_current_fdv_usd: string;
|
|
1044
|
+
pool_current_fdv_usd: string | null;
|
|
1045
1045
|
pool_current_liquidity: string;
|
|
1046
1046
|
pool_current_tick: number;
|
|
1047
1047
|
pool_current_market_cap: string;
|
|
1048
|
-
pool_current_market_cap_usd: string;
|
|
1048
|
+
pool_current_market_cap_usd: string | null;
|
|
1049
1049
|
pool_address: string;
|
|
1050
1050
|
pool_migration_timestamp: Date | null;
|
|
1051
1051
|
pool_type: string;
|
|
@@ -1112,12 +1112,12 @@ export declare const rootContract: {
|
|
|
1112
1112
|
pool_current_price: import("zod").ZodString;
|
|
1113
1113
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
1114
1114
|
pool_current_fdv: import("zod").ZodString;
|
|
1115
|
-
pool_current_fdv_usd: import("zod").ZodString
|
|
1115
|
+
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1116
1116
|
pool_current_liquidity: import("zod").ZodString;
|
|
1117
1117
|
pool_current_tick: import("zod").ZodNumber;
|
|
1118
1118
|
pool_last_epoch: import("zod").ZodNumber;
|
|
1119
1119
|
pool_current_market_cap: import("zod").ZodString;
|
|
1120
|
-
pool_current_market_cap_usd: import("zod").ZodString
|
|
1120
|
+
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1121
1121
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
1122
1122
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
1123
1123
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -1259,12 +1259,12 @@ export declare const rootContract: {
|
|
|
1259
1259
|
pool_current_price: string;
|
|
1260
1260
|
pool_current_sqrt_price: string;
|
|
1261
1261
|
pool_current_fdv: string;
|
|
1262
|
-
pool_current_fdv_usd: string;
|
|
1262
|
+
pool_current_fdv_usd: string | null;
|
|
1263
1263
|
pool_current_liquidity: string;
|
|
1264
1264
|
pool_current_tick: number;
|
|
1265
1265
|
pool_last_epoch: number;
|
|
1266
1266
|
pool_current_market_cap: string;
|
|
1267
|
-
pool_current_market_cap_usd: string;
|
|
1267
|
+
pool_current_market_cap_usd: string | null;
|
|
1268
1268
|
pool_current_fees_accrued: string;
|
|
1269
1269
|
pool_current_total_proceeds: string;
|
|
1270
1270
|
pool_current_total_tokens_sold: string;
|
|
@@ -1308,12 +1308,12 @@ export declare const rootContract: {
|
|
|
1308
1308
|
pool_current_price: string;
|
|
1309
1309
|
pool_current_sqrt_price: string;
|
|
1310
1310
|
pool_current_fdv: string;
|
|
1311
|
-
pool_current_fdv_usd: string;
|
|
1311
|
+
pool_current_fdv_usd: string | null;
|
|
1312
1312
|
pool_current_liquidity: string;
|
|
1313
1313
|
pool_current_tick: number;
|
|
1314
1314
|
pool_last_epoch: number;
|
|
1315
1315
|
pool_current_market_cap: string;
|
|
1316
|
-
pool_current_market_cap_usd: string;
|
|
1316
|
+
pool_current_market_cap_usd: string | null;
|
|
1317
1317
|
pool_current_fees_accrued: string;
|
|
1318
1318
|
pool_current_total_proceeds: string;
|
|
1319
1319
|
pool_current_total_tokens_sold: string;
|
|
@@ -1359,11 +1359,11 @@ export declare const rootContract: {
|
|
|
1359
1359
|
pool_current_price: import("zod").ZodString;
|
|
1360
1360
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
1361
1361
|
pool_current_fdv: import("zod").ZodString;
|
|
1362
|
-
pool_current_fdv_usd: import("zod").ZodString
|
|
1362
|
+
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1363
1363
|
pool_current_liquidity: import("zod").ZodString;
|
|
1364
1364
|
pool_current_tick: import("zod").ZodNumber;
|
|
1365
1365
|
pool_current_market_cap: import("zod").ZodString;
|
|
1366
|
-
pool_current_market_cap_usd: import("zod").ZodString
|
|
1366
|
+
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1367
1367
|
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
1368
1368
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1369
1369
|
pool_type: import("zod").ZodString;
|
|
@@ -1497,11 +1497,11 @@ export declare const rootContract: {
|
|
|
1497
1497
|
pool_current_price: string;
|
|
1498
1498
|
pool_current_sqrt_price: string;
|
|
1499
1499
|
pool_current_fdv: string;
|
|
1500
|
-
pool_current_fdv_usd: string;
|
|
1500
|
+
pool_current_fdv_usd: string | null;
|
|
1501
1501
|
pool_current_liquidity: string;
|
|
1502
1502
|
pool_current_tick: number;
|
|
1503
1503
|
pool_current_market_cap: string;
|
|
1504
|
-
pool_current_market_cap_usd: string;
|
|
1504
|
+
pool_current_market_cap_usd: string | null;
|
|
1505
1505
|
pool_address: `0x${string}`;
|
|
1506
1506
|
pool_migration_timestamp: Date | null;
|
|
1507
1507
|
pool_type: string;
|
|
@@ -1535,11 +1535,11 @@ export declare const rootContract: {
|
|
|
1535
1535
|
pool_current_price: string;
|
|
1536
1536
|
pool_current_sqrt_price: string;
|
|
1537
1537
|
pool_current_fdv: string;
|
|
1538
|
-
pool_current_fdv_usd: string;
|
|
1538
|
+
pool_current_fdv_usd: string | null;
|
|
1539
1539
|
pool_current_liquidity: string;
|
|
1540
1540
|
pool_current_tick: number;
|
|
1541
1541
|
pool_current_market_cap: string;
|
|
1542
|
-
pool_current_market_cap_usd: string;
|
|
1542
|
+
pool_current_market_cap_usd: string | null;
|
|
1543
1543
|
pool_address: string;
|
|
1544
1544
|
pool_migration_timestamp: Date | null;
|
|
1545
1545
|
pool_type: string;
|
|
@@ -1582,12 +1582,12 @@ export declare const rootContract: {
|
|
|
1582
1582
|
pool_current_price: string;
|
|
1583
1583
|
pool_current_sqrt_price: string;
|
|
1584
1584
|
pool_current_fdv: string;
|
|
1585
|
-
pool_current_fdv_usd: string;
|
|
1585
|
+
pool_current_fdv_usd: string | null;
|
|
1586
1586
|
pool_current_liquidity: string;
|
|
1587
1587
|
pool_current_tick: number;
|
|
1588
1588
|
pool_last_epoch: number;
|
|
1589
1589
|
pool_current_market_cap: string;
|
|
1590
|
-
pool_current_market_cap_usd: string;
|
|
1590
|
+
pool_current_market_cap_usd: string | null;
|
|
1591
1591
|
pool_current_fees_accrued: string;
|
|
1592
1592
|
pool_current_total_proceeds: string;
|
|
1593
1593
|
pool_current_total_tokens_sold: string;
|
|
@@ -1632,11 +1632,11 @@ export declare const rootContract: {
|
|
|
1632
1632
|
pool_current_price: string;
|
|
1633
1633
|
pool_current_sqrt_price: string;
|
|
1634
1634
|
pool_current_fdv: string;
|
|
1635
|
-
pool_current_fdv_usd: string;
|
|
1635
|
+
pool_current_fdv_usd: string | null;
|
|
1636
1636
|
pool_current_liquidity: string;
|
|
1637
1637
|
pool_current_tick: number;
|
|
1638
1638
|
pool_current_market_cap: string;
|
|
1639
|
-
pool_current_market_cap_usd: string;
|
|
1639
|
+
pool_current_market_cap_usd: string | null;
|
|
1640
1640
|
pool_address: `0x${string}`;
|
|
1641
1641
|
pool_migration_timestamp: Date | null;
|
|
1642
1642
|
pool_type: string;
|
|
@@ -1677,12 +1677,12 @@ export declare const rootContract: {
|
|
|
1677
1677
|
pool_current_price: string;
|
|
1678
1678
|
pool_current_sqrt_price: string;
|
|
1679
1679
|
pool_current_fdv: string;
|
|
1680
|
-
pool_current_fdv_usd: string;
|
|
1680
|
+
pool_current_fdv_usd: string | null;
|
|
1681
1681
|
pool_current_liquidity: string;
|
|
1682
1682
|
pool_current_tick: number;
|
|
1683
1683
|
pool_last_epoch: number;
|
|
1684
1684
|
pool_current_market_cap: string;
|
|
1685
|
-
pool_current_market_cap_usd: string;
|
|
1685
|
+
pool_current_market_cap_usd: string | null;
|
|
1686
1686
|
pool_current_fees_accrued: string;
|
|
1687
1687
|
pool_current_total_proceeds: string;
|
|
1688
1688
|
pool_current_total_tokens_sold: string;
|
|
@@ -1728,11 +1728,11 @@ export declare const rootContract: {
|
|
|
1728
1728
|
pool_current_price: string;
|
|
1729
1729
|
pool_current_sqrt_price: string;
|
|
1730
1730
|
pool_current_fdv: string;
|
|
1731
|
-
pool_current_fdv_usd: string;
|
|
1731
|
+
pool_current_fdv_usd: string | null;
|
|
1732
1732
|
pool_current_liquidity: string;
|
|
1733
1733
|
pool_current_tick: number;
|
|
1734
1734
|
pool_current_market_cap: string;
|
|
1735
|
-
pool_current_market_cap_usd: string;
|
|
1735
|
+
pool_current_market_cap_usd: string | null;
|
|
1736
1736
|
pool_address: string;
|
|
1737
1737
|
pool_migration_timestamp: Date | null;
|
|
1738
1738
|
pool_type: string;
|
|
@@ -1776,12 +1776,12 @@ export declare const rootContract: {
|
|
|
1776
1776
|
pool_current_price: string;
|
|
1777
1777
|
pool_current_sqrt_price: string;
|
|
1778
1778
|
pool_current_fdv: string;
|
|
1779
|
-
pool_current_fdv_usd: string;
|
|
1779
|
+
pool_current_fdv_usd: string | null;
|
|
1780
1780
|
pool_current_liquidity: string;
|
|
1781
1781
|
pool_current_tick: number;
|
|
1782
1782
|
pool_last_epoch: number;
|
|
1783
1783
|
pool_current_market_cap: string;
|
|
1784
|
-
pool_current_market_cap_usd: string;
|
|
1784
|
+
pool_current_market_cap_usd: string | null;
|
|
1785
1785
|
pool_current_fees_accrued: string;
|
|
1786
1786
|
pool_current_total_proceeds: string;
|
|
1787
1787
|
pool_current_total_tokens_sold: string;
|
|
@@ -1826,11 +1826,11 @@ export declare const rootContract: {
|
|
|
1826
1826
|
pool_current_price: string;
|
|
1827
1827
|
pool_current_sqrt_price: string;
|
|
1828
1828
|
pool_current_fdv: string;
|
|
1829
|
-
pool_current_fdv_usd: string;
|
|
1829
|
+
pool_current_fdv_usd: string | null;
|
|
1830
1830
|
pool_current_liquidity: string;
|
|
1831
1831
|
pool_current_tick: number;
|
|
1832
1832
|
pool_current_market_cap: string;
|
|
1833
|
-
pool_current_market_cap_usd: string;
|
|
1833
|
+
pool_current_market_cap_usd: string | null;
|
|
1834
1834
|
pool_address: `0x${string}`;
|
|
1835
1835
|
pool_migration_timestamp: Date | null;
|
|
1836
1836
|
pool_type: string;
|
|
@@ -1871,12 +1871,12 @@ export declare const rootContract: {
|
|
|
1871
1871
|
pool_current_price: string;
|
|
1872
1872
|
pool_current_sqrt_price: string;
|
|
1873
1873
|
pool_current_fdv: string;
|
|
1874
|
-
pool_current_fdv_usd: string;
|
|
1874
|
+
pool_current_fdv_usd: string | null;
|
|
1875
1875
|
pool_current_liquidity: string;
|
|
1876
1876
|
pool_current_tick: number;
|
|
1877
1877
|
pool_last_epoch: number;
|
|
1878
1878
|
pool_current_market_cap: string;
|
|
1879
|
-
pool_current_market_cap_usd: string;
|
|
1879
|
+
pool_current_market_cap_usd: string | null;
|
|
1880
1880
|
pool_current_fees_accrued: string;
|
|
1881
1881
|
pool_current_total_proceeds: string;
|
|
1882
1882
|
pool_current_total_tokens_sold: string;
|
|
@@ -1922,11 +1922,11 @@ export declare const rootContract: {
|
|
|
1922
1922
|
pool_current_price: string;
|
|
1923
1923
|
pool_current_sqrt_price: string;
|
|
1924
1924
|
pool_current_fdv: string;
|
|
1925
|
-
pool_current_fdv_usd: string;
|
|
1925
|
+
pool_current_fdv_usd: string | null;
|
|
1926
1926
|
pool_current_liquidity: string;
|
|
1927
1927
|
pool_current_tick: number;
|
|
1928
1928
|
pool_current_market_cap: string;
|
|
1929
|
-
pool_current_market_cap_usd: string;
|
|
1929
|
+
pool_current_market_cap_usd: string | null;
|
|
1930
1930
|
pool_address: string;
|
|
1931
1931
|
pool_migration_timestamp: Date | null;
|
|
1932
1932
|
pool_type: string;
|
|
@@ -1972,12 +1972,12 @@ export declare const rootContract: {
|
|
|
1972
1972
|
pool_current_price: string;
|
|
1973
1973
|
pool_current_sqrt_price: string;
|
|
1974
1974
|
pool_current_fdv: string;
|
|
1975
|
-
pool_current_fdv_usd: string;
|
|
1975
|
+
pool_current_fdv_usd: string | null;
|
|
1976
1976
|
pool_current_liquidity: string;
|
|
1977
1977
|
pool_current_tick: number;
|
|
1978
1978
|
pool_last_epoch: number;
|
|
1979
1979
|
pool_current_market_cap: string;
|
|
1980
|
-
pool_current_market_cap_usd: string;
|
|
1980
|
+
pool_current_market_cap_usd: string | null;
|
|
1981
1981
|
pool_current_fees_accrued: string;
|
|
1982
1982
|
pool_current_total_proceeds: string;
|
|
1983
1983
|
pool_current_total_tokens_sold: string;
|
|
@@ -2022,11 +2022,11 @@ export declare const rootContract: {
|
|
|
2022
2022
|
pool_current_price: string;
|
|
2023
2023
|
pool_current_sqrt_price: string;
|
|
2024
2024
|
pool_current_fdv: string;
|
|
2025
|
-
pool_current_fdv_usd: string;
|
|
2025
|
+
pool_current_fdv_usd: string | null;
|
|
2026
2026
|
pool_current_liquidity: string;
|
|
2027
2027
|
pool_current_tick: number;
|
|
2028
2028
|
pool_current_market_cap: string;
|
|
2029
|
-
pool_current_market_cap_usd: string;
|
|
2029
|
+
pool_current_market_cap_usd: string | null;
|
|
2030
2030
|
pool_address: `0x${string}`;
|
|
2031
2031
|
pool_migration_timestamp: Date | null;
|
|
2032
2032
|
pool_type: string;
|
|
@@ -2069,12 +2069,12 @@ export declare const rootContract: {
|
|
|
2069
2069
|
pool_current_price: string;
|
|
2070
2070
|
pool_current_sqrt_price: string;
|
|
2071
2071
|
pool_current_fdv: string;
|
|
2072
|
-
pool_current_fdv_usd: string;
|
|
2072
|
+
pool_current_fdv_usd: string | null;
|
|
2073
2073
|
pool_current_liquidity: string;
|
|
2074
2074
|
pool_current_tick: number;
|
|
2075
2075
|
pool_last_epoch: number;
|
|
2076
2076
|
pool_current_market_cap: string;
|
|
2077
|
-
pool_current_market_cap_usd: string;
|
|
2077
|
+
pool_current_market_cap_usd: string | null;
|
|
2078
2078
|
pool_current_fees_accrued: string;
|
|
2079
2079
|
pool_current_total_proceeds: string;
|
|
2080
2080
|
pool_current_total_tokens_sold: string;
|
|
@@ -2120,11 +2120,11 @@ export declare const rootContract: {
|
|
|
2120
2120
|
pool_current_price: string;
|
|
2121
2121
|
pool_current_sqrt_price: string;
|
|
2122
2122
|
pool_current_fdv: string;
|
|
2123
|
-
pool_current_fdv_usd: string;
|
|
2123
|
+
pool_current_fdv_usd: string | null;
|
|
2124
2124
|
pool_current_liquidity: string;
|
|
2125
2125
|
pool_current_tick: number;
|
|
2126
2126
|
pool_current_market_cap: string;
|
|
2127
|
-
pool_current_market_cap_usd: string;
|
|
2127
|
+
pool_current_market_cap_usd: string | null;
|
|
2128
2128
|
pool_address: string;
|
|
2129
2129
|
pool_migration_timestamp: Date | null;
|
|
2130
2130
|
pool_type: string;
|
|
@@ -2192,12 +2192,12 @@ export declare const rootContract: {
|
|
|
2192
2192
|
pool_current_price: import("zod").ZodString;
|
|
2193
2193
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
2194
2194
|
pool_current_fdv: import("zod").ZodString;
|
|
2195
|
-
pool_current_fdv_usd: import("zod").ZodString
|
|
2195
|
+
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2196
2196
|
pool_current_liquidity: import("zod").ZodString;
|
|
2197
2197
|
pool_current_tick: import("zod").ZodNumber;
|
|
2198
2198
|
pool_last_epoch: import("zod").ZodNumber;
|
|
2199
2199
|
pool_current_market_cap: import("zod").ZodString;
|
|
2200
|
-
pool_current_market_cap_usd: import("zod").ZodString
|
|
2200
|
+
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2201
2201
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
2202
2202
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
2203
2203
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -2339,12 +2339,12 @@ export declare const rootContract: {
|
|
|
2339
2339
|
pool_current_price: string;
|
|
2340
2340
|
pool_current_sqrt_price: string;
|
|
2341
2341
|
pool_current_fdv: string;
|
|
2342
|
-
pool_current_fdv_usd: string;
|
|
2342
|
+
pool_current_fdv_usd: string | null;
|
|
2343
2343
|
pool_current_liquidity: string;
|
|
2344
2344
|
pool_current_tick: number;
|
|
2345
2345
|
pool_last_epoch: number;
|
|
2346
2346
|
pool_current_market_cap: string;
|
|
2347
|
-
pool_current_market_cap_usd: string;
|
|
2347
|
+
pool_current_market_cap_usd: string | null;
|
|
2348
2348
|
pool_current_fees_accrued: string;
|
|
2349
2349
|
pool_current_total_proceeds: string;
|
|
2350
2350
|
pool_current_total_tokens_sold: string;
|
|
@@ -2388,12 +2388,12 @@ export declare const rootContract: {
|
|
|
2388
2388
|
pool_current_price: string;
|
|
2389
2389
|
pool_current_sqrt_price: string;
|
|
2390
2390
|
pool_current_fdv: string;
|
|
2391
|
-
pool_current_fdv_usd: string;
|
|
2391
|
+
pool_current_fdv_usd: string | null;
|
|
2392
2392
|
pool_current_liquidity: string;
|
|
2393
2393
|
pool_current_tick: number;
|
|
2394
2394
|
pool_last_epoch: number;
|
|
2395
2395
|
pool_current_market_cap: string;
|
|
2396
|
-
pool_current_market_cap_usd: string;
|
|
2396
|
+
pool_current_market_cap_usd: string | null;
|
|
2397
2397
|
pool_current_fees_accrued: string;
|
|
2398
2398
|
pool_current_total_proceeds: string;
|
|
2399
2399
|
pool_current_total_tokens_sold: string;
|
|
@@ -2439,11 +2439,11 @@ export declare const rootContract: {
|
|
|
2439
2439
|
pool_current_price: import("zod").ZodString;
|
|
2440
2440
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
2441
2441
|
pool_current_fdv: import("zod").ZodString;
|
|
2442
|
-
pool_current_fdv_usd: import("zod").ZodString
|
|
2442
|
+
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2443
2443
|
pool_current_liquidity: import("zod").ZodString;
|
|
2444
2444
|
pool_current_tick: import("zod").ZodNumber;
|
|
2445
2445
|
pool_current_market_cap: import("zod").ZodString;
|
|
2446
|
-
pool_current_market_cap_usd: import("zod").ZodString
|
|
2446
|
+
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2447
2447
|
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
2448
2448
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2449
2449
|
pool_type: import("zod").ZodString;
|
|
@@ -2577,11 +2577,11 @@ export declare const rootContract: {
|
|
|
2577
2577
|
pool_current_price: string;
|
|
2578
2578
|
pool_current_sqrt_price: string;
|
|
2579
2579
|
pool_current_fdv: string;
|
|
2580
|
-
pool_current_fdv_usd: string;
|
|
2580
|
+
pool_current_fdv_usd: string | null;
|
|
2581
2581
|
pool_current_liquidity: string;
|
|
2582
2582
|
pool_current_tick: number;
|
|
2583
2583
|
pool_current_market_cap: string;
|
|
2584
|
-
pool_current_market_cap_usd: string;
|
|
2584
|
+
pool_current_market_cap_usd: string | null;
|
|
2585
2585
|
pool_address: `0x${string}`;
|
|
2586
2586
|
pool_migration_timestamp: Date | null;
|
|
2587
2587
|
pool_type: string;
|
|
@@ -2615,11 +2615,11 @@ export declare const rootContract: {
|
|
|
2615
2615
|
pool_current_price: string;
|
|
2616
2616
|
pool_current_sqrt_price: string;
|
|
2617
2617
|
pool_current_fdv: string;
|
|
2618
|
-
pool_current_fdv_usd: string;
|
|
2618
|
+
pool_current_fdv_usd: string | null;
|
|
2619
2619
|
pool_current_liquidity: string;
|
|
2620
2620
|
pool_current_tick: number;
|
|
2621
2621
|
pool_current_market_cap: string;
|
|
2622
|
-
pool_current_market_cap_usd: string;
|
|
2622
|
+
pool_current_market_cap_usd: string | null;
|
|
2623
2623
|
pool_address: string;
|
|
2624
2624
|
pool_migration_timestamp: Date | null;
|
|
2625
2625
|
pool_type: string;
|
|
@@ -2662,12 +2662,12 @@ export declare const rootContract: {
|
|
|
2662
2662
|
pool_current_price: string;
|
|
2663
2663
|
pool_current_sqrt_price: string;
|
|
2664
2664
|
pool_current_fdv: string;
|
|
2665
|
-
pool_current_fdv_usd: string;
|
|
2665
|
+
pool_current_fdv_usd: string | null;
|
|
2666
2666
|
pool_current_liquidity: string;
|
|
2667
2667
|
pool_current_tick: number;
|
|
2668
2668
|
pool_last_epoch: number;
|
|
2669
2669
|
pool_current_market_cap: string;
|
|
2670
|
-
pool_current_market_cap_usd: string;
|
|
2670
|
+
pool_current_market_cap_usd: string | null;
|
|
2671
2671
|
pool_current_fees_accrued: string;
|
|
2672
2672
|
pool_current_total_proceeds: string;
|
|
2673
2673
|
pool_current_total_tokens_sold: string;
|
|
@@ -2712,11 +2712,11 @@ export declare const rootContract: {
|
|
|
2712
2712
|
pool_current_price: string;
|
|
2713
2713
|
pool_current_sqrt_price: string;
|
|
2714
2714
|
pool_current_fdv: string;
|
|
2715
|
-
pool_current_fdv_usd: string;
|
|
2715
|
+
pool_current_fdv_usd: string | null;
|
|
2716
2716
|
pool_current_liquidity: string;
|
|
2717
2717
|
pool_current_tick: number;
|
|
2718
2718
|
pool_current_market_cap: string;
|
|
2719
|
-
pool_current_market_cap_usd: string;
|
|
2719
|
+
pool_current_market_cap_usd: string | null;
|
|
2720
2720
|
pool_address: `0x${string}`;
|
|
2721
2721
|
pool_migration_timestamp: Date | null;
|
|
2722
2722
|
pool_type: string;
|
|
@@ -2757,12 +2757,12 @@ export declare const rootContract: {
|
|
|
2757
2757
|
pool_current_price: string;
|
|
2758
2758
|
pool_current_sqrt_price: string;
|
|
2759
2759
|
pool_current_fdv: string;
|
|
2760
|
-
pool_current_fdv_usd: string;
|
|
2760
|
+
pool_current_fdv_usd: string | null;
|
|
2761
2761
|
pool_current_liquidity: string;
|
|
2762
2762
|
pool_current_tick: number;
|
|
2763
2763
|
pool_last_epoch: number;
|
|
2764
2764
|
pool_current_market_cap: string;
|
|
2765
|
-
pool_current_market_cap_usd: string;
|
|
2765
|
+
pool_current_market_cap_usd: string | null;
|
|
2766
2766
|
pool_current_fees_accrued: string;
|
|
2767
2767
|
pool_current_total_proceeds: string;
|
|
2768
2768
|
pool_current_total_tokens_sold: string;
|
|
@@ -2808,11 +2808,11 @@ export declare const rootContract: {
|
|
|
2808
2808
|
pool_current_price: string;
|
|
2809
2809
|
pool_current_sqrt_price: string;
|
|
2810
2810
|
pool_current_fdv: string;
|
|
2811
|
-
pool_current_fdv_usd: string;
|
|
2811
|
+
pool_current_fdv_usd: string | null;
|
|
2812
2812
|
pool_current_liquidity: string;
|
|
2813
2813
|
pool_current_tick: number;
|
|
2814
2814
|
pool_current_market_cap: string;
|
|
2815
|
-
pool_current_market_cap_usd: string;
|
|
2815
|
+
pool_current_market_cap_usd: string | null;
|
|
2816
2816
|
pool_address: string;
|
|
2817
2817
|
pool_migration_timestamp: Date | null;
|
|
2818
2818
|
pool_type: string;
|
|
@@ -2856,12 +2856,12 @@ export declare const rootContract: {
|
|
|
2856
2856
|
pool_current_price: string;
|
|
2857
2857
|
pool_current_sqrt_price: string;
|
|
2858
2858
|
pool_current_fdv: string;
|
|
2859
|
-
pool_current_fdv_usd: string;
|
|
2859
|
+
pool_current_fdv_usd: string | null;
|
|
2860
2860
|
pool_current_liquidity: string;
|
|
2861
2861
|
pool_current_tick: number;
|
|
2862
2862
|
pool_last_epoch: number;
|
|
2863
2863
|
pool_current_market_cap: string;
|
|
2864
|
-
pool_current_market_cap_usd: string;
|
|
2864
|
+
pool_current_market_cap_usd: string | null;
|
|
2865
2865
|
pool_current_fees_accrued: string;
|
|
2866
2866
|
pool_current_total_proceeds: string;
|
|
2867
2867
|
pool_current_total_tokens_sold: string;
|
|
@@ -2906,11 +2906,11 @@ export declare const rootContract: {
|
|
|
2906
2906
|
pool_current_price: string;
|
|
2907
2907
|
pool_current_sqrt_price: string;
|
|
2908
2908
|
pool_current_fdv: string;
|
|
2909
|
-
pool_current_fdv_usd: string;
|
|
2909
|
+
pool_current_fdv_usd: string | null;
|
|
2910
2910
|
pool_current_liquidity: string;
|
|
2911
2911
|
pool_current_tick: number;
|
|
2912
2912
|
pool_current_market_cap: string;
|
|
2913
|
-
pool_current_market_cap_usd: string;
|
|
2913
|
+
pool_current_market_cap_usd: string | null;
|
|
2914
2914
|
pool_address: `0x${string}`;
|
|
2915
2915
|
pool_migration_timestamp: Date | null;
|
|
2916
2916
|
pool_type: string;
|
|
@@ -2951,12 +2951,12 @@ export declare const rootContract: {
|
|
|
2951
2951
|
pool_current_price: string;
|
|
2952
2952
|
pool_current_sqrt_price: string;
|
|
2953
2953
|
pool_current_fdv: string;
|
|
2954
|
-
pool_current_fdv_usd: string;
|
|
2954
|
+
pool_current_fdv_usd: string | null;
|
|
2955
2955
|
pool_current_liquidity: string;
|
|
2956
2956
|
pool_current_tick: number;
|
|
2957
2957
|
pool_last_epoch: number;
|
|
2958
2958
|
pool_current_market_cap: string;
|
|
2959
|
-
pool_current_market_cap_usd: string;
|
|
2959
|
+
pool_current_market_cap_usd: string | null;
|
|
2960
2960
|
pool_current_fees_accrued: string;
|
|
2961
2961
|
pool_current_total_proceeds: string;
|
|
2962
2962
|
pool_current_total_tokens_sold: string;
|
|
@@ -3002,11 +3002,11 @@ export declare const rootContract: {
|
|
|
3002
3002
|
pool_current_price: string;
|
|
3003
3003
|
pool_current_sqrt_price: string;
|
|
3004
3004
|
pool_current_fdv: string;
|
|
3005
|
-
pool_current_fdv_usd: string;
|
|
3005
|
+
pool_current_fdv_usd: string | null;
|
|
3006
3006
|
pool_current_liquidity: string;
|
|
3007
3007
|
pool_current_tick: number;
|
|
3008
3008
|
pool_current_market_cap: string;
|
|
3009
|
-
pool_current_market_cap_usd: string;
|
|
3009
|
+
pool_current_market_cap_usd: string | null;
|
|
3010
3010
|
pool_address: string;
|
|
3011
3011
|
pool_migration_timestamp: Date | null;
|
|
3012
3012
|
pool_type: string;
|
|
@@ -3052,12 +3052,12 @@ export declare const rootContract: {
|
|
|
3052
3052
|
pool_current_price: string;
|
|
3053
3053
|
pool_current_sqrt_price: string;
|
|
3054
3054
|
pool_current_fdv: string;
|
|
3055
|
-
pool_current_fdv_usd: string;
|
|
3055
|
+
pool_current_fdv_usd: string | null;
|
|
3056
3056
|
pool_current_liquidity: string;
|
|
3057
3057
|
pool_current_tick: number;
|
|
3058
3058
|
pool_last_epoch: number;
|
|
3059
3059
|
pool_current_market_cap: string;
|
|
3060
|
-
pool_current_market_cap_usd: string;
|
|
3060
|
+
pool_current_market_cap_usd: string | null;
|
|
3061
3061
|
pool_current_fees_accrued: string;
|
|
3062
3062
|
pool_current_total_proceeds: string;
|
|
3063
3063
|
pool_current_total_tokens_sold: string;
|
|
@@ -3102,11 +3102,11 @@ export declare const rootContract: {
|
|
|
3102
3102
|
pool_current_price: string;
|
|
3103
3103
|
pool_current_sqrt_price: string;
|
|
3104
3104
|
pool_current_fdv: string;
|
|
3105
|
-
pool_current_fdv_usd: string;
|
|
3105
|
+
pool_current_fdv_usd: string | null;
|
|
3106
3106
|
pool_current_liquidity: string;
|
|
3107
3107
|
pool_current_tick: number;
|
|
3108
3108
|
pool_current_market_cap: string;
|
|
3109
|
-
pool_current_market_cap_usd: string;
|
|
3109
|
+
pool_current_market_cap_usd: string | null;
|
|
3110
3110
|
pool_address: `0x${string}`;
|
|
3111
3111
|
pool_migration_timestamp: Date | null;
|
|
3112
3112
|
pool_type: string;
|
|
@@ -3149,12 +3149,12 @@ export declare const rootContract: {
|
|
|
3149
3149
|
pool_current_price: string;
|
|
3150
3150
|
pool_current_sqrt_price: string;
|
|
3151
3151
|
pool_current_fdv: string;
|
|
3152
|
-
pool_current_fdv_usd: string;
|
|
3152
|
+
pool_current_fdv_usd: string | null;
|
|
3153
3153
|
pool_current_liquidity: string;
|
|
3154
3154
|
pool_current_tick: number;
|
|
3155
3155
|
pool_last_epoch: number;
|
|
3156
3156
|
pool_current_market_cap: string;
|
|
3157
|
-
pool_current_market_cap_usd: string;
|
|
3157
|
+
pool_current_market_cap_usd: string | null;
|
|
3158
3158
|
pool_current_fees_accrued: string;
|
|
3159
3159
|
pool_current_total_proceeds: string;
|
|
3160
3160
|
pool_current_total_tokens_sold: string;
|
|
@@ -3200,11 +3200,11 @@ export declare const rootContract: {
|
|
|
3200
3200
|
pool_current_price: string;
|
|
3201
3201
|
pool_current_sqrt_price: string;
|
|
3202
3202
|
pool_current_fdv: string;
|
|
3203
|
-
pool_current_fdv_usd: string;
|
|
3203
|
+
pool_current_fdv_usd: string | null;
|
|
3204
3204
|
pool_current_liquidity: string;
|
|
3205
3205
|
pool_current_tick: number;
|
|
3206
3206
|
pool_current_market_cap: string;
|
|
3207
|
-
pool_current_market_cap_usd: string;
|
|
3207
|
+
pool_current_market_cap_usd: string | null;
|
|
3208
3208
|
pool_address: string;
|
|
3209
3209
|
pool_migration_timestamp: Date | null;
|
|
3210
3210
|
pool_type: string;
|