@longdotxyz/shared 0.0.95 → 0.0.97
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.
- package/dist/contracts/asset.contract.d.ts +0 -476
- package/dist/contracts/asset.contract.js +0 -14
- package/dist/contracts/asset.contract.js.map +1 -1
- package/dist/contracts/index.d.ts +0 -378
- package/dist/graphql/generated.d.ts +99 -565
- package/dist/graphql/generated.js +13 -64
- package/dist/graphql/generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -39,12 +39,10 @@ export declare const rootContract: {
|
|
|
39
39
|
pool_current_price: import("zod").ZodString;
|
|
40
40
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
41
41
|
pool_current_fdv: import("zod").ZodString;
|
|
42
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
43
42
|
pool_current_liquidity: import("zod").ZodString;
|
|
44
43
|
pool_current_tick: import("zod").ZodNumber;
|
|
45
44
|
pool_last_epoch: import("zod").ZodNumber;
|
|
46
45
|
pool_current_market_cap: import("zod").ZodString;
|
|
47
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
48
46
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
49
47
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
50
48
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -59,11 +57,6 @@ export declare const rootContract: {
|
|
|
59
57
|
pool_config_ending_time: import("zod").ZodString;
|
|
60
58
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
61
59
|
pool_type: import("zod").ZodString;
|
|
62
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64
|
-
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
65
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
66
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67
60
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
68
61
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
69
62
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -224,12 +217,10 @@ export declare const rootContract: {
|
|
|
224
217
|
pool_current_price: string;
|
|
225
218
|
pool_current_sqrt_price: string;
|
|
226
219
|
pool_current_fdv: string;
|
|
227
|
-
pool_current_fdv_usd: string | null;
|
|
228
220
|
pool_current_liquidity: string;
|
|
229
221
|
pool_current_tick: number;
|
|
230
222
|
pool_last_epoch: number;
|
|
231
223
|
pool_current_market_cap: string;
|
|
232
|
-
pool_current_market_cap_usd: string | null;
|
|
233
224
|
pool_current_fees_accrued: string;
|
|
234
225
|
pool_current_total_proceeds: string;
|
|
235
226
|
pool_current_total_tokens_sold: string;
|
|
@@ -244,11 +235,6 @@ export declare const rootContract: {
|
|
|
244
235
|
pool_config_ending_time: string;
|
|
245
236
|
pool_migration_timestamp: Date | null;
|
|
246
237
|
pool_type: string;
|
|
247
|
-
pool_volume_24h_base: string | null;
|
|
248
|
-
pool_volume_24h_quote: string | null;
|
|
249
|
-
pool_volume_24h_usd: string | null;
|
|
250
|
-
pool_volume_24h_swap_count: number | null;
|
|
251
|
-
pool_volume_last_updated: string | null;
|
|
252
238
|
pool_market_data: {
|
|
253
239
|
pool_liquidity: string | null;
|
|
254
240
|
pool_market_cap: string | null;
|
|
@@ -287,12 +273,10 @@ export declare const rootContract: {
|
|
|
287
273
|
pool_current_price: string;
|
|
288
274
|
pool_current_sqrt_price: string;
|
|
289
275
|
pool_current_fdv: string;
|
|
290
|
-
pool_current_fdv_usd: string | null;
|
|
291
276
|
pool_current_liquidity: string;
|
|
292
277
|
pool_current_tick: number;
|
|
293
278
|
pool_last_epoch: number;
|
|
294
279
|
pool_current_market_cap: string;
|
|
295
|
-
pool_current_market_cap_usd: string | null;
|
|
296
280
|
pool_current_fees_accrued: string;
|
|
297
281
|
pool_current_total_proceeds: string;
|
|
298
282
|
pool_current_total_tokens_sold: string;
|
|
@@ -307,11 +291,6 @@ export declare const rootContract: {
|
|
|
307
291
|
pool_config_ending_time: string;
|
|
308
292
|
pool_migration_timestamp: Date | null;
|
|
309
293
|
pool_type: string;
|
|
310
|
-
pool_volume_24h_base: string | null;
|
|
311
|
-
pool_volume_24h_quote: string | null;
|
|
312
|
-
pool_volume_24h_usd: string | null;
|
|
313
|
-
pool_volume_24h_swap_count: number | null;
|
|
314
|
-
pool_volume_last_updated: string | null;
|
|
315
294
|
base_token: {
|
|
316
295
|
token_address: string;
|
|
317
296
|
token_name: string;
|
|
@@ -344,19 +323,12 @@ export declare const rootContract: {
|
|
|
344
323
|
pool_current_price: import("zod").ZodString;
|
|
345
324
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
346
325
|
pool_current_fdv: import("zod").ZodString;
|
|
347
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
348
326
|
pool_current_liquidity: import("zod").ZodString;
|
|
349
327
|
pool_current_tick: import("zod").ZodNumber;
|
|
350
328
|
pool_current_market_cap: import("zod").ZodString;
|
|
351
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
352
329
|
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
353
330
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
354
331
|
pool_type: import("zod").ZodString;
|
|
355
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
356
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
357
|
-
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
358
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
359
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
360
332
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
361
333
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
362
334
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -520,19 +492,12 @@ export declare const rootContract: {
|
|
|
520
492
|
pool_current_price: string;
|
|
521
493
|
pool_current_sqrt_price: string;
|
|
522
494
|
pool_current_fdv: string;
|
|
523
|
-
pool_current_fdv_usd: string | null;
|
|
524
495
|
pool_current_liquidity: string;
|
|
525
496
|
pool_current_tick: number;
|
|
526
497
|
pool_current_market_cap: string;
|
|
527
|
-
pool_current_market_cap_usd: string | null;
|
|
528
498
|
pool_address: `0x${string}`;
|
|
529
499
|
pool_migration_timestamp: Date | null;
|
|
530
500
|
pool_type: string;
|
|
531
|
-
pool_volume_24h_base: string | null;
|
|
532
|
-
pool_volume_24h_quote: string | null;
|
|
533
|
-
pool_volume_24h_usd: string | null;
|
|
534
|
-
pool_volume_24h_swap_count: number | null;
|
|
535
|
-
pool_volume_last_updated: string | null;
|
|
536
501
|
pool_market_data: {
|
|
537
502
|
pool_liquidity: string | null;
|
|
538
503
|
pool_market_cap: string | null;
|
|
@@ -572,19 +537,12 @@ export declare const rootContract: {
|
|
|
572
537
|
pool_current_price: string;
|
|
573
538
|
pool_current_sqrt_price: string;
|
|
574
539
|
pool_current_fdv: string;
|
|
575
|
-
pool_current_fdv_usd: string | null;
|
|
576
540
|
pool_current_liquidity: string;
|
|
577
541
|
pool_current_tick: number;
|
|
578
542
|
pool_current_market_cap: string;
|
|
579
|
-
pool_current_market_cap_usd: string | null;
|
|
580
543
|
pool_address: string;
|
|
581
544
|
pool_migration_timestamp: Date | null;
|
|
582
545
|
pool_type: string;
|
|
583
|
-
pool_volume_24h_base: string | null;
|
|
584
|
-
pool_volume_24h_quote: string | null;
|
|
585
|
-
pool_volume_24h_usd: string | null;
|
|
586
|
-
pool_volume_24h_swap_count: number | null;
|
|
587
|
-
pool_volume_last_updated: string | null;
|
|
588
546
|
base_token: {
|
|
589
547
|
token_address: string;
|
|
590
548
|
token_name: string;
|
|
@@ -625,12 +583,10 @@ export declare const rootContract: {
|
|
|
625
583
|
pool_current_price: string;
|
|
626
584
|
pool_current_sqrt_price: string;
|
|
627
585
|
pool_current_fdv: string;
|
|
628
|
-
pool_current_fdv_usd: string | null;
|
|
629
586
|
pool_current_liquidity: string;
|
|
630
587
|
pool_current_tick: number;
|
|
631
588
|
pool_last_epoch: number;
|
|
632
589
|
pool_current_market_cap: string;
|
|
633
|
-
pool_current_market_cap_usd: string | null;
|
|
634
590
|
pool_current_fees_accrued: string;
|
|
635
591
|
pool_current_total_proceeds: string;
|
|
636
592
|
pool_current_total_tokens_sold: string;
|
|
@@ -645,11 +601,6 @@ export declare const rootContract: {
|
|
|
645
601
|
pool_config_ending_time: string;
|
|
646
602
|
pool_migration_timestamp: Date | null;
|
|
647
603
|
pool_type: string;
|
|
648
|
-
pool_volume_24h_base: string | null;
|
|
649
|
-
pool_volume_24h_quote: string | null;
|
|
650
|
-
pool_volume_24h_usd: string | null;
|
|
651
|
-
pool_volume_24h_swap_count: number | null;
|
|
652
|
-
pool_volume_last_updated: string | null;
|
|
653
604
|
pool_market_data: {
|
|
654
605
|
pool_liquidity: string | null;
|
|
655
606
|
pool_market_cap: string | null;
|
|
@@ -689,19 +640,12 @@ export declare const rootContract: {
|
|
|
689
640
|
pool_current_price: string;
|
|
690
641
|
pool_current_sqrt_price: string;
|
|
691
642
|
pool_current_fdv: string;
|
|
692
|
-
pool_current_fdv_usd: string | null;
|
|
693
643
|
pool_current_liquidity: string;
|
|
694
644
|
pool_current_tick: number;
|
|
695
645
|
pool_current_market_cap: string;
|
|
696
|
-
pool_current_market_cap_usd: string | null;
|
|
697
646
|
pool_address: `0x${string}`;
|
|
698
647
|
pool_migration_timestamp: Date | null;
|
|
699
648
|
pool_type: string;
|
|
700
|
-
pool_volume_24h_base: string | null;
|
|
701
|
-
pool_volume_24h_quote: string | null;
|
|
702
|
-
pool_volume_24h_usd: string | null;
|
|
703
|
-
pool_volume_24h_swap_count: number | null;
|
|
704
|
-
pool_volume_last_updated: string | null;
|
|
705
649
|
pool_market_data: {
|
|
706
650
|
pool_liquidity: string | null;
|
|
707
651
|
pool_market_cap: string | null;
|
|
@@ -748,12 +692,10 @@ export declare const rootContract: {
|
|
|
748
692
|
pool_current_price: string;
|
|
749
693
|
pool_current_sqrt_price: string;
|
|
750
694
|
pool_current_fdv: string;
|
|
751
|
-
pool_current_fdv_usd: string | null;
|
|
752
695
|
pool_current_liquidity: string;
|
|
753
696
|
pool_current_tick: number;
|
|
754
697
|
pool_last_epoch: number;
|
|
755
698
|
pool_current_market_cap: string;
|
|
756
|
-
pool_current_market_cap_usd: string | null;
|
|
757
699
|
pool_current_fees_accrued: string;
|
|
758
700
|
pool_current_total_proceeds: string;
|
|
759
701
|
pool_current_total_tokens_sold: string;
|
|
@@ -768,11 +710,6 @@ export declare const rootContract: {
|
|
|
768
710
|
pool_config_ending_time: string;
|
|
769
711
|
pool_migration_timestamp: Date | null;
|
|
770
712
|
pool_type: string;
|
|
771
|
-
pool_volume_24h_base: string | null;
|
|
772
|
-
pool_volume_24h_quote: string | null;
|
|
773
|
-
pool_volume_24h_usd: string | null;
|
|
774
|
-
pool_volume_24h_swap_count: number | null;
|
|
775
|
-
pool_volume_last_updated: string | null;
|
|
776
713
|
base_token: {
|
|
777
714
|
token_address: string;
|
|
778
715
|
token_name: string;
|
|
@@ -805,19 +742,12 @@ export declare const rootContract: {
|
|
|
805
742
|
pool_current_price: string;
|
|
806
743
|
pool_current_sqrt_price: string;
|
|
807
744
|
pool_current_fdv: string;
|
|
808
|
-
pool_current_fdv_usd: string | null;
|
|
809
745
|
pool_current_liquidity: string;
|
|
810
746
|
pool_current_tick: number;
|
|
811
747
|
pool_current_market_cap: string;
|
|
812
|
-
pool_current_market_cap_usd: string | null;
|
|
813
748
|
pool_address: string;
|
|
814
749
|
pool_migration_timestamp: Date | null;
|
|
815
750
|
pool_type: string;
|
|
816
|
-
pool_volume_24h_base: string | null;
|
|
817
|
-
pool_volume_24h_quote: string | null;
|
|
818
|
-
pool_volume_24h_usd: string | null;
|
|
819
|
-
pool_volume_24h_swap_count: number | null;
|
|
820
|
-
pool_volume_last_updated: string | null;
|
|
821
751
|
base_token: {
|
|
822
752
|
token_address: string;
|
|
823
753
|
token_name: string;
|
|
@@ -859,12 +789,10 @@ export declare const rootContract: {
|
|
|
859
789
|
pool_current_price: string;
|
|
860
790
|
pool_current_sqrt_price: string;
|
|
861
791
|
pool_current_fdv: string;
|
|
862
|
-
pool_current_fdv_usd: string | null;
|
|
863
792
|
pool_current_liquidity: string;
|
|
864
793
|
pool_current_tick: number;
|
|
865
794
|
pool_last_epoch: number;
|
|
866
795
|
pool_current_market_cap: string;
|
|
867
|
-
pool_current_market_cap_usd: string | null;
|
|
868
796
|
pool_current_fees_accrued: string;
|
|
869
797
|
pool_current_total_proceeds: string;
|
|
870
798
|
pool_current_total_tokens_sold: string;
|
|
@@ -879,11 +807,6 @@ export declare const rootContract: {
|
|
|
879
807
|
pool_config_ending_time: string;
|
|
880
808
|
pool_migration_timestamp: Date | null;
|
|
881
809
|
pool_type: string;
|
|
882
|
-
pool_volume_24h_base: string | null;
|
|
883
|
-
pool_volume_24h_quote: string | null;
|
|
884
|
-
pool_volume_24h_usd: string | null;
|
|
885
|
-
pool_volume_24h_swap_count: number | null;
|
|
886
|
-
pool_volume_last_updated: string | null;
|
|
887
810
|
pool_market_data: {
|
|
888
811
|
pool_liquidity: string | null;
|
|
889
812
|
pool_market_cap: string | null;
|
|
@@ -923,19 +846,12 @@ export declare const rootContract: {
|
|
|
923
846
|
pool_current_price: string;
|
|
924
847
|
pool_current_sqrt_price: string;
|
|
925
848
|
pool_current_fdv: string;
|
|
926
|
-
pool_current_fdv_usd: string | null;
|
|
927
849
|
pool_current_liquidity: string;
|
|
928
850
|
pool_current_tick: number;
|
|
929
851
|
pool_current_market_cap: string;
|
|
930
|
-
pool_current_market_cap_usd: string | null;
|
|
931
852
|
pool_address: `0x${string}`;
|
|
932
853
|
pool_migration_timestamp: Date | null;
|
|
933
854
|
pool_type: string;
|
|
934
|
-
pool_volume_24h_base: string | null;
|
|
935
|
-
pool_volume_24h_quote: string | null;
|
|
936
|
-
pool_volume_24h_usd: string | null;
|
|
937
|
-
pool_volume_24h_swap_count: number | null;
|
|
938
|
-
pool_volume_last_updated: string | null;
|
|
939
855
|
pool_market_data: {
|
|
940
856
|
pool_liquidity: string | null;
|
|
941
857
|
pool_market_cap: string | null;
|
|
@@ -982,12 +898,10 @@ export declare const rootContract: {
|
|
|
982
898
|
pool_current_price: string;
|
|
983
899
|
pool_current_sqrt_price: string;
|
|
984
900
|
pool_current_fdv: string;
|
|
985
|
-
pool_current_fdv_usd: string | null;
|
|
986
901
|
pool_current_liquidity: string;
|
|
987
902
|
pool_current_tick: number;
|
|
988
903
|
pool_last_epoch: number;
|
|
989
904
|
pool_current_market_cap: string;
|
|
990
|
-
pool_current_market_cap_usd: string | null;
|
|
991
905
|
pool_current_fees_accrued: string;
|
|
992
906
|
pool_current_total_proceeds: string;
|
|
993
907
|
pool_current_total_tokens_sold: string;
|
|
@@ -1002,11 +916,6 @@ export declare const rootContract: {
|
|
|
1002
916
|
pool_config_ending_time: string;
|
|
1003
917
|
pool_migration_timestamp: Date | null;
|
|
1004
918
|
pool_type: string;
|
|
1005
|
-
pool_volume_24h_base: string | null;
|
|
1006
|
-
pool_volume_24h_quote: string | null;
|
|
1007
|
-
pool_volume_24h_usd: string | null;
|
|
1008
|
-
pool_volume_24h_swap_count: number | null;
|
|
1009
|
-
pool_volume_last_updated: string | null;
|
|
1010
919
|
base_token: {
|
|
1011
920
|
token_address: string;
|
|
1012
921
|
token_name: string;
|
|
@@ -1039,19 +948,12 @@ export declare const rootContract: {
|
|
|
1039
948
|
pool_current_price: string;
|
|
1040
949
|
pool_current_sqrt_price: string;
|
|
1041
950
|
pool_current_fdv: string;
|
|
1042
|
-
pool_current_fdv_usd: string | null;
|
|
1043
951
|
pool_current_liquidity: string;
|
|
1044
952
|
pool_current_tick: number;
|
|
1045
953
|
pool_current_market_cap: string;
|
|
1046
|
-
pool_current_market_cap_usd: string | null;
|
|
1047
954
|
pool_address: string;
|
|
1048
955
|
pool_migration_timestamp: Date | null;
|
|
1049
956
|
pool_type: string;
|
|
1050
|
-
pool_volume_24h_base: string | null;
|
|
1051
|
-
pool_volume_24h_quote: string | null;
|
|
1052
|
-
pool_volume_24h_usd: string | null;
|
|
1053
|
-
pool_volume_24h_swap_count: number | null;
|
|
1054
|
-
pool_volume_last_updated: string | null;
|
|
1055
957
|
base_token: {
|
|
1056
958
|
token_address: string;
|
|
1057
959
|
token_name: string;
|
|
@@ -1095,12 +997,10 @@ export declare const rootContract: {
|
|
|
1095
997
|
pool_current_price: string;
|
|
1096
998
|
pool_current_sqrt_price: string;
|
|
1097
999
|
pool_current_fdv: string;
|
|
1098
|
-
pool_current_fdv_usd: string | null;
|
|
1099
1000
|
pool_current_liquidity: string;
|
|
1100
1001
|
pool_current_tick: number;
|
|
1101
1002
|
pool_last_epoch: number;
|
|
1102
1003
|
pool_current_market_cap: string;
|
|
1103
|
-
pool_current_market_cap_usd: string | null;
|
|
1104
1004
|
pool_current_fees_accrued: string;
|
|
1105
1005
|
pool_current_total_proceeds: string;
|
|
1106
1006
|
pool_current_total_tokens_sold: string;
|
|
@@ -1115,11 +1015,6 @@ export declare const rootContract: {
|
|
|
1115
1015
|
pool_config_ending_time: string;
|
|
1116
1016
|
pool_migration_timestamp: Date | null;
|
|
1117
1017
|
pool_type: string;
|
|
1118
|
-
pool_volume_24h_base: string | null;
|
|
1119
|
-
pool_volume_24h_quote: string | null;
|
|
1120
|
-
pool_volume_24h_usd: string | null;
|
|
1121
|
-
pool_volume_24h_swap_count: number | null;
|
|
1122
|
-
pool_volume_last_updated: string | null;
|
|
1123
1018
|
pool_market_data: {
|
|
1124
1019
|
pool_liquidity: string | null;
|
|
1125
1020
|
pool_market_cap: string | null;
|
|
@@ -1159,19 +1054,12 @@ export declare const rootContract: {
|
|
|
1159
1054
|
pool_current_price: string;
|
|
1160
1055
|
pool_current_sqrt_price: string;
|
|
1161
1056
|
pool_current_fdv: string;
|
|
1162
|
-
pool_current_fdv_usd: string | null;
|
|
1163
1057
|
pool_current_liquidity: string;
|
|
1164
1058
|
pool_current_tick: number;
|
|
1165
1059
|
pool_current_market_cap: string;
|
|
1166
|
-
pool_current_market_cap_usd: string | null;
|
|
1167
1060
|
pool_address: `0x${string}`;
|
|
1168
1061
|
pool_migration_timestamp: Date | null;
|
|
1169
1062
|
pool_type: string;
|
|
1170
|
-
pool_volume_24h_base: string | null;
|
|
1171
|
-
pool_volume_24h_quote: string | null;
|
|
1172
|
-
pool_volume_24h_usd: string | null;
|
|
1173
|
-
pool_volume_24h_swap_count: number | null;
|
|
1174
|
-
pool_volume_last_updated: string | null;
|
|
1175
1063
|
pool_market_data: {
|
|
1176
1064
|
pool_liquidity: string | null;
|
|
1177
1065
|
pool_market_cap: string | null;
|
|
@@ -1220,12 +1108,10 @@ export declare const rootContract: {
|
|
|
1220
1108
|
pool_current_price: string;
|
|
1221
1109
|
pool_current_sqrt_price: string;
|
|
1222
1110
|
pool_current_fdv: string;
|
|
1223
|
-
pool_current_fdv_usd: string | null;
|
|
1224
1111
|
pool_current_liquidity: string;
|
|
1225
1112
|
pool_current_tick: number;
|
|
1226
1113
|
pool_last_epoch: number;
|
|
1227
1114
|
pool_current_market_cap: string;
|
|
1228
|
-
pool_current_market_cap_usd: string | null;
|
|
1229
1115
|
pool_current_fees_accrued: string;
|
|
1230
1116
|
pool_current_total_proceeds: string;
|
|
1231
1117
|
pool_current_total_tokens_sold: string;
|
|
@@ -1240,11 +1126,6 @@ export declare const rootContract: {
|
|
|
1240
1126
|
pool_config_ending_time: string;
|
|
1241
1127
|
pool_migration_timestamp: Date | null;
|
|
1242
1128
|
pool_type: string;
|
|
1243
|
-
pool_volume_24h_base: string | null;
|
|
1244
|
-
pool_volume_24h_quote: string | null;
|
|
1245
|
-
pool_volume_24h_usd: string | null;
|
|
1246
|
-
pool_volume_24h_swap_count: number | null;
|
|
1247
|
-
pool_volume_last_updated: string | null;
|
|
1248
1129
|
base_token: {
|
|
1249
1130
|
token_address: string;
|
|
1250
1131
|
token_name: string;
|
|
@@ -1277,19 +1158,12 @@ export declare const rootContract: {
|
|
|
1277
1158
|
pool_current_price: string;
|
|
1278
1159
|
pool_current_sqrt_price: string;
|
|
1279
1160
|
pool_current_fdv: string;
|
|
1280
|
-
pool_current_fdv_usd: string | null;
|
|
1281
1161
|
pool_current_liquidity: string;
|
|
1282
1162
|
pool_current_tick: number;
|
|
1283
1163
|
pool_current_market_cap: string;
|
|
1284
|
-
pool_current_market_cap_usd: string | null;
|
|
1285
1164
|
pool_address: string;
|
|
1286
1165
|
pool_migration_timestamp: Date | null;
|
|
1287
1166
|
pool_type: string;
|
|
1288
|
-
pool_volume_24h_base: string | null;
|
|
1289
|
-
pool_volume_24h_quote: string | null;
|
|
1290
|
-
pool_volume_24h_usd: string | null;
|
|
1291
|
-
pool_volume_24h_swap_count: number | null;
|
|
1292
|
-
pool_volume_last_updated: string | null;
|
|
1293
1167
|
base_token: {
|
|
1294
1168
|
token_address: string;
|
|
1295
1169
|
token_name: string;
|
|
@@ -1354,12 +1228,10 @@ export declare const rootContract: {
|
|
|
1354
1228
|
pool_current_price: import("zod").ZodString;
|
|
1355
1229
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
1356
1230
|
pool_current_fdv: import("zod").ZodString;
|
|
1357
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1358
1231
|
pool_current_liquidity: import("zod").ZodString;
|
|
1359
1232
|
pool_current_tick: import("zod").ZodNumber;
|
|
1360
1233
|
pool_last_epoch: import("zod").ZodNumber;
|
|
1361
1234
|
pool_current_market_cap: import("zod").ZodString;
|
|
1362
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1363
1235
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
1364
1236
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
1365
1237
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -1374,11 +1246,6 @@ export declare const rootContract: {
|
|
|
1374
1246
|
pool_config_ending_time: import("zod").ZodString;
|
|
1375
1247
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1376
1248
|
pool_type: import("zod").ZodString;
|
|
1377
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1378
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1379
|
-
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1380
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1381
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1382
1249
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1383
1250
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1384
1251
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1539,12 +1406,10 @@ export declare const rootContract: {
|
|
|
1539
1406
|
pool_current_price: string;
|
|
1540
1407
|
pool_current_sqrt_price: string;
|
|
1541
1408
|
pool_current_fdv: string;
|
|
1542
|
-
pool_current_fdv_usd: string | null;
|
|
1543
1409
|
pool_current_liquidity: string;
|
|
1544
1410
|
pool_current_tick: number;
|
|
1545
1411
|
pool_last_epoch: number;
|
|
1546
1412
|
pool_current_market_cap: string;
|
|
1547
|
-
pool_current_market_cap_usd: string | null;
|
|
1548
1413
|
pool_current_fees_accrued: string;
|
|
1549
1414
|
pool_current_total_proceeds: string;
|
|
1550
1415
|
pool_current_total_tokens_sold: string;
|
|
@@ -1559,11 +1424,6 @@ export declare const rootContract: {
|
|
|
1559
1424
|
pool_config_ending_time: string;
|
|
1560
1425
|
pool_migration_timestamp: Date | null;
|
|
1561
1426
|
pool_type: string;
|
|
1562
|
-
pool_volume_24h_base: string | null;
|
|
1563
|
-
pool_volume_24h_quote: string | null;
|
|
1564
|
-
pool_volume_24h_usd: string | null;
|
|
1565
|
-
pool_volume_24h_swap_count: number | null;
|
|
1566
|
-
pool_volume_last_updated: string | null;
|
|
1567
1427
|
pool_market_data: {
|
|
1568
1428
|
pool_liquidity: string | null;
|
|
1569
1429
|
pool_market_cap: string | null;
|
|
@@ -1602,12 +1462,10 @@ export declare const rootContract: {
|
|
|
1602
1462
|
pool_current_price: string;
|
|
1603
1463
|
pool_current_sqrt_price: string;
|
|
1604
1464
|
pool_current_fdv: string;
|
|
1605
|
-
pool_current_fdv_usd: string | null;
|
|
1606
1465
|
pool_current_liquidity: string;
|
|
1607
1466
|
pool_current_tick: number;
|
|
1608
1467
|
pool_last_epoch: number;
|
|
1609
1468
|
pool_current_market_cap: string;
|
|
1610
|
-
pool_current_market_cap_usd: string | null;
|
|
1611
1469
|
pool_current_fees_accrued: string;
|
|
1612
1470
|
pool_current_total_proceeds: string;
|
|
1613
1471
|
pool_current_total_tokens_sold: string;
|
|
@@ -1622,11 +1480,6 @@ export declare const rootContract: {
|
|
|
1622
1480
|
pool_config_ending_time: string;
|
|
1623
1481
|
pool_migration_timestamp: Date | null;
|
|
1624
1482
|
pool_type: string;
|
|
1625
|
-
pool_volume_24h_base: string | null;
|
|
1626
|
-
pool_volume_24h_quote: string | null;
|
|
1627
|
-
pool_volume_24h_usd: string | null;
|
|
1628
|
-
pool_volume_24h_swap_count: number | null;
|
|
1629
|
-
pool_volume_last_updated: string | null;
|
|
1630
1483
|
base_token: {
|
|
1631
1484
|
token_address: string;
|
|
1632
1485
|
token_name: string;
|
|
@@ -1659,19 +1512,12 @@ export declare const rootContract: {
|
|
|
1659
1512
|
pool_current_price: import("zod").ZodString;
|
|
1660
1513
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
1661
1514
|
pool_current_fdv: import("zod").ZodString;
|
|
1662
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1663
1515
|
pool_current_liquidity: import("zod").ZodString;
|
|
1664
1516
|
pool_current_tick: import("zod").ZodNumber;
|
|
1665
1517
|
pool_current_market_cap: import("zod").ZodString;
|
|
1666
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1667
1518
|
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1668
1519
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
1669
1520
|
pool_type: import("zod").ZodString;
|
|
1670
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1671
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1672
|
-
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1673
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1674
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1675
1521
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1676
1522
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1677
1523
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1835,19 +1681,12 @@ export declare const rootContract: {
|
|
|
1835
1681
|
pool_current_price: string;
|
|
1836
1682
|
pool_current_sqrt_price: string;
|
|
1837
1683
|
pool_current_fdv: string;
|
|
1838
|
-
pool_current_fdv_usd: string | null;
|
|
1839
1684
|
pool_current_liquidity: string;
|
|
1840
1685
|
pool_current_tick: number;
|
|
1841
1686
|
pool_current_market_cap: string;
|
|
1842
|
-
pool_current_market_cap_usd: string | null;
|
|
1843
1687
|
pool_address: `0x${string}`;
|
|
1844
1688
|
pool_migration_timestamp: Date | null;
|
|
1845
1689
|
pool_type: string;
|
|
1846
|
-
pool_volume_24h_base: string | null;
|
|
1847
|
-
pool_volume_24h_quote: string | null;
|
|
1848
|
-
pool_volume_24h_usd: string | null;
|
|
1849
|
-
pool_volume_24h_swap_count: number | null;
|
|
1850
|
-
pool_volume_last_updated: string | null;
|
|
1851
1690
|
pool_market_data: {
|
|
1852
1691
|
pool_liquidity: string | null;
|
|
1853
1692
|
pool_market_cap: string | null;
|
|
@@ -1887,19 +1726,12 @@ export declare const rootContract: {
|
|
|
1887
1726
|
pool_current_price: string;
|
|
1888
1727
|
pool_current_sqrt_price: string;
|
|
1889
1728
|
pool_current_fdv: string;
|
|
1890
|
-
pool_current_fdv_usd: string | null;
|
|
1891
1729
|
pool_current_liquidity: string;
|
|
1892
1730
|
pool_current_tick: number;
|
|
1893
1731
|
pool_current_market_cap: string;
|
|
1894
|
-
pool_current_market_cap_usd: string | null;
|
|
1895
1732
|
pool_address: string;
|
|
1896
1733
|
pool_migration_timestamp: Date | null;
|
|
1897
1734
|
pool_type: string;
|
|
1898
|
-
pool_volume_24h_base: string | null;
|
|
1899
|
-
pool_volume_24h_quote: string | null;
|
|
1900
|
-
pool_volume_24h_usd: string | null;
|
|
1901
|
-
pool_volume_24h_swap_count: number | null;
|
|
1902
|
-
pool_volume_last_updated: string | null;
|
|
1903
1735
|
base_token: {
|
|
1904
1736
|
token_address: string;
|
|
1905
1737
|
token_name: string;
|
|
@@ -1940,12 +1772,10 @@ export declare const rootContract: {
|
|
|
1940
1772
|
pool_current_price: string;
|
|
1941
1773
|
pool_current_sqrt_price: string;
|
|
1942
1774
|
pool_current_fdv: string;
|
|
1943
|
-
pool_current_fdv_usd: string | null;
|
|
1944
1775
|
pool_current_liquidity: string;
|
|
1945
1776
|
pool_current_tick: number;
|
|
1946
1777
|
pool_last_epoch: number;
|
|
1947
1778
|
pool_current_market_cap: string;
|
|
1948
|
-
pool_current_market_cap_usd: string | null;
|
|
1949
1779
|
pool_current_fees_accrued: string;
|
|
1950
1780
|
pool_current_total_proceeds: string;
|
|
1951
1781
|
pool_current_total_tokens_sold: string;
|
|
@@ -1960,11 +1790,6 @@ export declare const rootContract: {
|
|
|
1960
1790
|
pool_config_ending_time: string;
|
|
1961
1791
|
pool_migration_timestamp: Date | null;
|
|
1962
1792
|
pool_type: string;
|
|
1963
|
-
pool_volume_24h_base: string | null;
|
|
1964
|
-
pool_volume_24h_quote: string | null;
|
|
1965
|
-
pool_volume_24h_usd: string | null;
|
|
1966
|
-
pool_volume_24h_swap_count: number | null;
|
|
1967
|
-
pool_volume_last_updated: string | null;
|
|
1968
1793
|
pool_market_data: {
|
|
1969
1794
|
pool_liquidity: string | null;
|
|
1970
1795
|
pool_market_cap: string | null;
|
|
@@ -2004,19 +1829,12 @@ export declare const rootContract: {
|
|
|
2004
1829
|
pool_current_price: string;
|
|
2005
1830
|
pool_current_sqrt_price: string;
|
|
2006
1831
|
pool_current_fdv: string;
|
|
2007
|
-
pool_current_fdv_usd: string | null;
|
|
2008
1832
|
pool_current_liquidity: string;
|
|
2009
1833
|
pool_current_tick: number;
|
|
2010
1834
|
pool_current_market_cap: string;
|
|
2011
|
-
pool_current_market_cap_usd: string | null;
|
|
2012
1835
|
pool_address: `0x${string}`;
|
|
2013
1836
|
pool_migration_timestamp: Date | null;
|
|
2014
1837
|
pool_type: string;
|
|
2015
|
-
pool_volume_24h_base: string | null;
|
|
2016
|
-
pool_volume_24h_quote: string | null;
|
|
2017
|
-
pool_volume_24h_usd: string | null;
|
|
2018
|
-
pool_volume_24h_swap_count: number | null;
|
|
2019
|
-
pool_volume_last_updated: string | null;
|
|
2020
1838
|
pool_market_data: {
|
|
2021
1839
|
pool_liquidity: string | null;
|
|
2022
1840
|
pool_market_cap: string | null;
|
|
@@ -2063,12 +1881,10 @@ export declare const rootContract: {
|
|
|
2063
1881
|
pool_current_price: string;
|
|
2064
1882
|
pool_current_sqrt_price: string;
|
|
2065
1883
|
pool_current_fdv: string;
|
|
2066
|
-
pool_current_fdv_usd: string | null;
|
|
2067
1884
|
pool_current_liquidity: string;
|
|
2068
1885
|
pool_current_tick: number;
|
|
2069
1886
|
pool_last_epoch: number;
|
|
2070
1887
|
pool_current_market_cap: string;
|
|
2071
|
-
pool_current_market_cap_usd: string | null;
|
|
2072
1888
|
pool_current_fees_accrued: string;
|
|
2073
1889
|
pool_current_total_proceeds: string;
|
|
2074
1890
|
pool_current_total_tokens_sold: string;
|
|
@@ -2083,11 +1899,6 @@ export declare const rootContract: {
|
|
|
2083
1899
|
pool_config_ending_time: string;
|
|
2084
1900
|
pool_migration_timestamp: Date | null;
|
|
2085
1901
|
pool_type: string;
|
|
2086
|
-
pool_volume_24h_base: string | null;
|
|
2087
|
-
pool_volume_24h_quote: string | null;
|
|
2088
|
-
pool_volume_24h_usd: string | null;
|
|
2089
|
-
pool_volume_24h_swap_count: number | null;
|
|
2090
|
-
pool_volume_last_updated: string | null;
|
|
2091
1902
|
base_token: {
|
|
2092
1903
|
token_address: string;
|
|
2093
1904
|
token_name: string;
|
|
@@ -2120,19 +1931,12 @@ export declare const rootContract: {
|
|
|
2120
1931
|
pool_current_price: string;
|
|
2121
1932
|
pool_current_sqrt_price: string;
|
|
2122
1933
|
pool_current_fdv: string;
|
|
2123
|
-
pool_current_fdv_usd: string | null;
|
|
2124
1934
|
pool_current_liquidity: string;
|
|
2125
1935
|
pool_current_tick: number;
|
|
2126
1936
|
pool_current_market_cap: string;
|
|
2127
|
-
pool_current_market_cap_usd: string | null;
|
|
2128
1937
|
pool_address: string;
|
|
2129
1938
|
pool_migration_timestamp: Date | null;
|
|
2130
1939
|
pool_type: string;
|
|
2131
|
-
pool_volume_24h_base: string | null;
|
|
2132
|
-
pool_volume_24h_quote: string | null;
|
|
2133
|
-
pool_volume_24h_usd: string | null;
|
|
2134
|
-
pool_volume_24h_swap_count: number | null;
|
|
2135
|
-
pool_volume_last_updated: string | null;
|
|
2136
1940
|
base_token: {
|
|
2137
1941
|
token_address: string;
|
|
2138
1942
|
token_name: string;
|
|
@@ -2174,12 +1978,10 @@ export declare const rootContract: {
|
|
|
2174
1978
|
pool_current_price: string;
|
|
2175
1979
|
pool_current_sqrt_price: string;
|
|
2176
1980
|
pool_current_fdv: string;
|
|
2177
|
-
pool_current_fdv_usd: string | null;
|
|
2178
1981
|
pool_current_liquidity: string;
|
|
2179
1982
|
pool_current_tick: number;
|
|
2180
1983
|
pool_last_epoch: number;
|
|
2181
1984
|
pool_current_market_cap: string;
|
|
2182
|
-
pool_current_market_cap_usd: string | null;
|
|
2183
1985
|
pool_current_fees_accrued: string;
|
|
2184
1986
|
pool_current_total_proceeds: string;
|
|
2185
1987
|
pool_current_total_tokens_sold: string;
|
|
@@ -2194,11 +1996,6 @@ export declare const rootContract: {
|
|
|
2194
1996
|
pool_config_ending_time: string;
|
|
2195
1997
|
pool_migration_timestamp: Date | null;
|
|
2196
1998
|
pool_type: string;
|
|
2197
|
-
pool_volume_24h_base: string | null;
|
|
2198
|
-
pool_volume_24h_quote: string | null;
|
|
2199
|
-
pool_volume_24h_usd: string | null;
|
|
2200
|
-
pool_volume_24h_swap_count: number | null;
|
|
2201
|
-
pool_volume_last_updated: string | null;
|
|
2202
1999
|
pool_market_data: {
|
|
2203
2000
|
pool_liquidity: string | null;
|
|
2204
2001
|
pool_market_cap: string | null;
|
|
@@ -2238,19 +2035,12 @@ export declare const rootContract: {
|
|
|
2238
2035
|
pool_current_price: string;
|
|
2239
2036
|
pool_current_sqrt_price: string;
|
|
2240
2037
|
pool_current_fdv: string;
|
|
2241
|
-
pool_current_fdv_usd: string | null;
|
|
2242
2038
|
pool_current_liquidity: string;
|
|
2243
2039
|
pool_current_tick: number;
|
|
2244
2040
|
pool_current_market_cap: string;
|
|
2245
|
-
pool_current_market_cap_usd: string | null;
|
|
2246
2041
|
pool_address: `0x${string}`;
|
|
2247
2042
|
pool_migration_timestamp: Date | null;
|
|
2248
2043
|
pool_type: string;
|
|
2249
|
-
pool_volume_24h_base: string | null;
|
|
2250
|
-
pool_volume_24h_quote: string | null;
|
|
2251
|
-
pool_volume_24h_usd: string | null;
|
|
2252
|
-
pool_volume_24h_swap_count: number | null;
|
|
2253
|
-
pool_volume_last_updated: string | null;
|
|
2254
2044
|
pool_market_data: {
|
|
2255
2045
|
pool_liquidity: string | null;
|
|
2256
2046
|
pool_market_cap: string | null;
|
|
@@ -2297,12 +2087,10 @@ export declare const rootContract: {
|
|
|
2297
2087
|
pool_current_price: string;
|
|
2298
2088
|
pool_current_sqrt_price: string;
|
|
2299
2089
|
pool_current_fdv: string;
|
|
2300
|
-
pool_current_fdv_usd: string | null;
|
|
2301
2090
|
pool_current_liquidity: string;
|
|
2302
2091
|
pool_current_tick: number;
|
|
2303
2092
|
pool_last_epoch: number;
|
|
2304
2093
|
pool_current_market_cap: string;
|
|
2305
|
-
pool_current_market_cap_usd: string | null;
|
|
2306
2094
|
pool_current_fees_accrued: string;
|
|
2307
2095
|
pool_current_total_proceeds: string;
|
|
2308
2096
|
pool_current_total_tokens_sold: string;
|
|
@@ -2317,11 +2105,6 @@ export declare const rootContract: {
|
|
|
2317
2105
|
pool_config_ending_time: string;
|
|
2318
2106
|
pool_migration_timestamp: Date | null;
|
|
2319
2107
|
pool_type: string;
|
|
2320
|
-
pool_volume_24h_base: string | null;
|
|
2321
|
-
pool_volume_24h_quote: string | null;
|
|
2322
|
-
pool_volume_24h_usd: string | null;
|
|
2323
|
-
pool_volume_24h_swap_count: number | null;
|
|
2324
|
-
pool_volume_last_updated: string | null;
|
|
2325
2108
|
base_token: {
|
|
2326
2109
|
token_address: string;
|
|
2327
2110
|
token_name: string;
|
|
@@ -2354,19 +2137,12 @@ export declare const rootContract: {
|
|
|
2354
2137
|
pool_current_price: string;
|
|
2355
2138
|
pool_current_sqrt_price: string;
|
|
2356
2139
|
pool_current_fdv: string;
|
|
2357
|
-
pool_current_fdv_usd: string | null;
|
|
2358
2140
|
pool_current_liquidity: string;
|
|
2359
2141
|
pool_current_tick: number;
|
|
2360
2142
|
pool_current_market_cap: string;
|
|
2361
|
-
pool_current_market_cap_usd: string | null;
|
|
2362
2143
|
pool_address: string;
|
|
2363
2144
|
pool_migration_timestamp: Date | null;
|
|
2364
2145
|
pool_type: string;
|
|
2365
|
-
pool_volume_24h_base: string | null;
|
|
2366
|
-
pool_volume_24h_quote: string | null;
|
|
2367
|
-
pool_volume_24h_usd: string | null;
|
|
2368
|
-
pool_volume_24h_swap_count: number | null;
|
|
2369
|
-
pool_volume_last_updated: string | null;
|
|
2370
2146
|
base_token: {
|
|
2371
2147
|
token_address: string;
|
|
2372
2148
|
token_name: string;
|
|
@@ -2410,12 +2186,10 @@ export declare const rootContract: {
|
|
|
2410
2186
|
pool_current_price: string;
|
|
2411
2187
|
pool_current_sqrt_price: string;
|
|
2412
2188
|
pool_current_fdv: string;
|
|
2413
|
-
pool_current_fdv_usd: string | null;
|
|
2414
2189
|
pool_current_liquidity: string;
|
|
2415
2190
|
pool_current_tick: number;
|
|
2416
2191
|
pool_last_epoch: number;
|
|
2417
2192
|
pool_current_market_cap: string;
|
|
2418
|
-
pool_current_market_cap_usd: string | null;
|
|
2419
2193
|
pool_current_fees_accrued: string;
|
|
2420
2194
|
pool_current_total_proceeds: string;
|
|
2421
2195
|
pool_current_total_tokens_sold: string;
|
|
@@ -2430,11 +2204,6 @@ export declare const rootContract: {
|
|
|
2430
2204
|
pool_config_ending_time: string;
|
|
2431
2205
|
pool_migration_timestamp: Date | null;
|
|
2432
2206
|
pool_type: string;
|
|
2433
|
-
pool_volume_24h_base: string | null;
|
|
2434
|
-
pool_volume_24h_quote: string | null;
|
|
2435
|
-
pool_volume_24h_usd: string | null;
|
|
2436
|
-
pool_volume_24h_swap_count: number | null;
|
|
2437
|
-
pool_volume_last_updated: string | null;
|
|
2438
2207
|
pool_market_data: {
|
|
2439
2208
|
pool_liquidity: string | null;
|
|
2440
2209
|
pool_market_cap: string | null;
|
|
@@ -2474,19 +2243,12 @@ export declare const rootContract: {
|
|
|
2474
2243
|
pool_current_price: string;
|
|
2475
2244
|
pool_current_sqrt_price: string;
|
|
2476
2245
|
pool_current_fdv: string;
|
|
2477
|
-
pool_current_fdv_usd: string | null;
|
|
2478
2246
|
pool_current_liquidity: string;
|
|
2479
2247
|
pool_current_tick: number;
|
|
2480
2248
|
pool_current_market_cap: string;
|
|
2481
|
-
pool_current_market_cap_usd: string | null;
|
|
2482
2249
|
pool_address: `0x${string}`;
|
|
2483
2250
|
pool_migration_timestamp: Date | null;
|
|
2484
2251
|
pool_type: string;
|
|
2485
|
-
pool_volume_24h_base: string | null;
|
|
2486
|
-
pool_volume_24h_quote: string | null;
|
|
2487
|
-
pool_volume_24h_usd: string | null;
|
|
2488
|
-
pool_volume_24h_swap_count: number | null;
|
|
2489
|
-
pool_volume_last_updated: string | null;
|
|
2490
2252
|
pool_market_data: {
|
|
2491
2253
|
pool_liquidity: string | null;
|
|
2492
2254
|
pool_market_cap: string | null;
|
|
@@ -2535,12 +2297,10 @@ export declare const rootContract: {
|
|
|
2535
2297
|
pool_current_price: string;
|
|
2536
2298
|
pool_current_sqrt_price: string;
|
|
2537
2299
|
pool_current_fdv: string;
|
|
2538
|
-
pool_current_fdv_usd: string | null;
|
|
2539
2300
|
pool_current_liquidity: string;
|
|
2540
2301
|
pool_current_tick: number;
|
|
2541
2302
|
pool_last_epoch: number;
|
|
2542
2303
|
pool_current_market_cap: string;
|
|
2543
|
-
pool_current_market_cap_usd: string | null;
|
|
2544
2304
|
pool_current_fees_accrued: string;
|
|
2545
2305
|
pool_current_total_proceeds: string;
|
|
2546
2306
|
pool_current_total_tokens_sold: string;
|
|
@@ -2555,11 +2315,6 @@ export declare const rootContract: {
|
|
|
2555
2315
|
pool_config_ending_time: string;
|
|
2556
2316
|
pool_migration_timestamp: Date | null;
|
|
2557
2317
|
pool_type: string;
|
|
2558
|
-
pool_volume_24h_base: string | null;
|
|
2559
|
-
pool_volume_24h_quote: string | null;
|
|
2560
|
-
pool_volume_24h_usd: string | null;
|
|
2561
|
-
pool_volume_24h_swap_count: number | null;
|
|
2562
|
-
pool_volume_last_updated: string | null;
|
|
2563
2318
|
base_token: {
|
|
2564
2319
|
token_address: string;
|
|
2565
2320
|
token_name: string;
|
|
@@ -2592,19 +2347,12 @@ export declare const rootContract: {
|
|
|
2592
2347
|
pool_current_price: string;
|
|
2593
2348
|
pool_current_sqrt_price: string;
|
|
2594
2349
|
pool_current_fdv: string;
|
|
2595
|
-
pool_current_fdv_usd: string | null;
|
|
2596
2350
|
pool_current_liquidity: string;
|
|
2597
2351
|
pool_current_tick: number;
|
|
2598
2352
|
pool_current_market_cap: string;
|
|
2599
|
-
pool_current_market_cap_usd: string | null;
|
|
2600
2353
|
pool_address: string;
|
|
2601
2354
|
pool_migration_timestamp: Date | null;
|
|
2602
2355
|
pool_type: string;
|
|
2603
|
-
pool_volume_24h_base: string | null;
|
|
2604
|
-
pool_volume_24h_quote: string | null;
|
|
2605
|
-
pool_volume_24h_usd: string | null;
|
|
2606
|
-
pool_volume_24h_swap_count: number | null;
|
|
2607
|
-
pool_volume_last_updated: string | null;
|
|
2608
2356
|
base_token: {
|
|
2609
2357
|
token_address: string;
|
|
2610
2358
|
token_name: string;
|
|
@@ -2670,12 +2418,10 @@ export declare const rootContract: {
|
|
|
2670
2418
|
pool_current_price: import("zod").ZodString;
|
|
2671
2419
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
2672
2420
|
pool_current_fdv: import("zod").ZodString;
|
|
2673
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2674
2421
|
pool_current_liquidity: import("zod").ZodString;
|
|
2675
2422
|
pool_current_tick: import("zod").ZodNumber;
|
|
2676
2423
|
pool_last_epoch: import("zod").ZodNumber;
|
|
2677
2424
|
pool_current_market_cap: import("zod").ZodString;
|
|
2678
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2679
2425
|
pool_current_fees_accrued: import("zod").ZodString;
|
|
2680
2426
|
pool_current_total_proceeds: import("zod").ZodString;
|
|
2681
2427
|
pool_current_total_tokens_sold: import("zod").ZodString;
|
|
@@ -2690,11 +2436,6 @@ export declare const rootContract: {
|
|
|
2690
2436
|
pool_config_ending_time: import("zod").ZodString;
|
|
2691
2437
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2692
2438
|
pool_type: import("zod").ZodString;
|
|
2693
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2694
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2695
|
-
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2696
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2697
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2698
2439
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2699
2440
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2700
2441
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2855,12 +2596,10 @@ export declare const rootContract: {
|
|
|
2855
2596
|
pool_current_price: string;
|
|
2856
2597
|
pool_current_sqrt_price: string;
|
|
2857
2598
|
pool_current_fdv: string;
|
|
2858
|
-
pool_current_fdv_usd: string | null;
|
|
2859
2599
|
pool_current_liquidity: string;
|
|
2860
2600
|
pool_current_tick: number;
|
|
2861
2601
|
pool_last_epoch: number;
|
|
2862
2602
|
pool_current_market_cap: string;
|
|
2863
|
-
pool_current_market_cap_usd: string | null;
|
|
2864
2603
|
pool_current_fees_accrued: string;
|
|
2865
2604
|
pool_current_total_proceeds: string;
|
|
2866
2605
|
pool_current_total_tokens_sold: string;
|
|
@@ -2875,11 +2614,6 @@ export declare const rootContract: {
|
|
|
2875
2614
|
pool_config_ending_time: string;
|
|
2876
2615
|
pool_migration_timestamp: Date | null;
|
|
2877
2616
|
pool_type: string;
|
|
2878
|
-
pool_volume_24h_base: string | null;
|
|
2879
|
-
pool_volume_24h_quote: string | null;
|
|
2880
|
-
pool_volume_24h_usd: string | null;
|
|
2881
|
-
pool_volume_24h_swap_count: number | null;
|
|
2882
|
-
pool_volume_last_updated: string | null;
|
|
2883
2617
|
pool_market_data: {
|
|
2884
2618
|
pool_liquidity: string | null;
|
|
2885
2619
|
pool_market_cap: string | null;
|
|
@@ -2918,12 +2652,10 @@ export declare const rootContract: {
|
|
|
2918
2652
|
pool_current_price: string;
|
|
2919
2653
|
pool_current_sqrt_price: string;
|
|
2920
2654
|
pool_current_fdv: string;
|
|
2921
|
-
pool_current_fdv_usd: string | null;
|
|
2922
2655
|
pool_current_liquidity: string;
|
|
2923
2656
|
pool_current_tick: number;
|
|
2924
2657
|
pool_last_epoch: number;
|
|
2925
2658
|
pool_current_market_cap: string;
|
|
2926
|
-
pool_current_market_cap_usd: string | null;
|
|
2927
2659
|
pool_current_fees_accrued: string;
|
|
2928
2660
|
pool_current_total_proceeds: string;
|
|
2929
2661
|
pool_current_total_tokens_sold: string;
|
|
@@ -2938,11 +2670,6 @@ export declare const rootContract: {
|
|
|
2938
2670
|
pool_config_ending_time: string;
|
|
2939
2671
|
pool_migration_timestamp: Date | null;
|
|
2940
2672
|
pool_type: string;
|
|
2941
|
-
pool_volume_24h_base: string | null;
|
|
2942
|
-
pool_volume_24h_quote: string | null;
|
|
2943
|
-
pool_volume_24h_usd: string | null;
|
|
2944
|
-
pool_volume_24h_swap_count: number | null;
|
|
2945
|
-
pool_volume_last_updated: string | null;
|
|
2946
2673
|
base_token: {
|
|
2947
2674
|
token_address: string;
|
|
2948
2675
|
token_name: string;
|
|
@@ -2975,19 +2702,12 @@ export declare const rootContract: {
|
|
|
2975
2702
|
pool_current_price: import("zod").ZodString;
|
|
2976
2703
|
pool_current_sqrt_price: import("zod").ZodString;
|
|
2977
2704
|
pool_current_fdv: import("zod").ZodString;
|
|
2978
|
-
pool_current_fdv_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2979
2705
|
pool_current_liquidity: import("zod").ZodString;
|
|
2980
2706
|
pool_current_tick: import("zod").ZodNumber;
|
|
2981
2707
|
pool_current_market_cap: import("zod").ZodString;
|
|
2982
|
-
pool_current_market_cap_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2983
2708
|
pool_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
2984
2709
|
pool_migration_timestamp: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
2985
2710
|
pool_type: import("zod").ZodString;
|
|
2986
|
-
pool_volume_24h_base: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2987
|
-
pool_volume_24h_quote: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2988
|
-
pool_volume_24h_usd: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2989
|
-
pool_volume_24h_swap_count: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2990
|
-
pool_volume_last_updated: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2991
2711
|
pool_market_data: import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2992
2712
|
pool_liquidity: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2993
2713
|
pool_market_cap: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -3151,19 +2871,12 @@ export declare const rootContract: {
|
|
|
3151
2871
|
pool_current_price: string;
|
|
3152
2872
|
pool_current_sqrt_price: string;
|
|
3153
2873
|
pool_current_fdv: string;
|
|
3154
|
-
pool_current_fdv_usd: string | null;
|
|
3155
2874
|
pool_current_liquidity: string;
|
|
3156
2875
|
pool_current_tick: number;
|
|
3157
2876
|
pool_current_market_cap: string;
|
|
3158
|
-
pool_current_market_cap_usd: string | null;
|
|
3159
2877
|
pool_address: `0x${string}`;
|
|
3160
2878
|
pool_migration_timestamp: Date | null;
|
|
3161
2879
|
pool_type: string;
|
|
3162
|
-
pool_volume_24h_base: string | null;
|
|
3163
|
-
pool_volume_24h_quote: string | null;
|
|
3164
|
-
pool_volume_24h_usd: string | null;
|
|
3165
|
-
pool_volume_24h_swap_count: number | null;
|
|
3166
|
-
pool_volume_last_updated: string | null;
|
|
3167
2880
|
pool_market_data: {
|
|
3168
2881
|
pool_liquidity: string | null;
|
|
3169
2882
|
pool_market_cap: string | null;
|
|
@@ -3203,19 +2916,12 @@ export declare const rootContract: {
|
|
|
3203
2916
|
pool_current_price: string;
|
|
3204
2917
|
pool_current_sqrt_price: string;
|
|
3205
2918
|
pool_current_fdv: string;
|
|
3206
|
-
pool_current_fdv_usd: string | null;
|
|
3207
2919
|
pool_current_liquidity: string;
|
|
3208
2920
|
pool_current_tick: number;
|
|
3209
2921
|
pool_current_market_cap: string;
|
|
3210
|
-
pool_current_market_cap_usd: string | null;
|
|
3211
2922
|
pool_address: string;
|
|
3212
2923
|
pool_migration_timestamp: Date | null;
|
|
3213
2924
|
pool_type: string;
|
|
3214
|
-
pool_volume_24h_base: string | null;
|
|
3215
|
-
pool_volume_24h_quote: string | null;
|
|
3216
|
-
pool_volume_24h_usd: string | null;
|
|
3217
|
-
pool_volume_24h_swap_count: number | null;
|
|
3218
|
-
pool_volume_last_updated: string | null;
|
|
3219
2925
|
base_token: {
|
|
3220
2926
|
token_address: string;
|
|
3221
2927
|
token_name: string;
|
|
@@ -3256,12 +2962,10 @@ export declare const rootContract: {
|
|
|
3256
2962
|
pool_current_price: string;
|
|
3257
2963
|
pool_current_sqrt_price: string;
|
|
3258
2964
|
pool_current_fdv: string;
|
|
3259
|
-
pool_current_fdv_usd: string | null;
|
|
3260
2965
|
pool_current_liquidity: string;
|
|
3261
2966
|
pool_current_tick: number;
|
|
3262
2967
|
pool_last_epoch: number;
|
|
3263
2968
|
pool_current_market_cap: string;
|
|
3264
|
-
pool_current_market_cap_usd: string | null;
|
|
3265
2969
|
pool_current_fees_accrued: string;
|
|
3266
2970
|
pool_current_total_proceeds: string;
|
|
3267
2971
|
pool_current_total_tokens_sold: string;
|
|
@@ -3276,11 +2980,6 @@ export declare const rootContract: {
|
|
|
3276
2980
|
pool_config_ending_time: string;
|
|
3277
2981
|
pool_migration_timestamp: Date | null;
|
|
3278
2982
|
pool_type: string;
|
|
3279
|
-
pool_volume_24h_base: string | null;
|
|
3280
|
-
pool_volume_24h_quote: string | null;
|
|
3281
|
-
pool_volume_24h_usd: string | null;
|
|
3282
|
-
pool_volume_24h_swap_count: number | null;
|
|
3283
|
-
pool_volume_last_updated: string | null;
|
|
3284
2983
|
pool_market_data: {
|
|
3285
2984
|
pool_liquidity: string | null;
|
|
3286
2985
|
pool_market_cap: string | null;
|
|
@@ -3320,19 +3019,12 @@ export declare const rootContract: {
|
|
|
3320
3019
|
pool_current_price: string;
|
|
3321
3020
|
pool_current_sqrt_price: string;
|
|
3322
3021
|
pool_current_fdv: string;
|
|
3323
|
-
pool_current_fdv_usd: string | null;
|
|
3324
3022
|
pool_current_liquidity: string;
|
|
3325
3023
|
pool_current_tick: number;
|
|
3326
3024
|
pool_current_market_cap: string;
|
|
3327
|
-
pool_current_market_cap_usd: string | null;
|
|
3328
3025
|
pool_address: `0x${string}`;
|
|
3329
3026
|
pool_migration_timestamp: Date | null;
|
|
3330
3027
|
pool_type: string;
|
|
3331
|
-
pool_volume_24h_base: string | null;
|
|
3332
|
-
pool_volume_24h_quote: string | null;
|
|
3333
|
-
pool_volume_24h_usd: string | null;
|
|
3334
|
-
pool_volume_24h_swap_count: number | null;
|
|
3335
|
-
pool_volume_last_updated: string | null;
|
|
3336
3028
|
pool_market_data: {
|
|
3337
3029
|
pool_liquidity: string | null;
|
|
3338
3030
|
pool_market_cap: string | null;
|
|
@@ -3379,12 +3071,10 @@ export declare const rootContract: {
|
|
|
3379
3071
|
pool_current_price: string;
|
|
3380
3072
|
pool_current_sqrt_price: string;
|
|
3381
3073
|
pool_current_fdv: string;
|
|
3382
|
-
pool_current_fdv_usd: string | null;
|
|
3383
3074
|
pool_current_liquidity: string;
|
|
3384
3075
|
pool_current_tick: number;
|
|
3385
3076
|
pool_last_epoch: number;
|
|
3386
3077
|
pool_current_market_cap: string;
|
|
3387
|
-
pool_current_market_cap_usd: string | null;
|
|
3388
3078
|
pool_current_fees_accrued: string;
|
|
3389
3079
|
pool_current_total_proceeds: string;
|
|
3390
3080
|
pool_current_total_tokens_sold: string;
|
|
@@ -3399,11 +3089,6 @@ export declare const rootContract: {
|
|
|
3399
3089
|
pool_config_ending_time: string;
|
|
3400
3090
|
pool_migration_timestamp: Date | null;
|
|
3401
3091
|
pool_type: string;
|
|
3402
|
-
pool_volume_24h_base: string | null;
|
|
3403
|
-
pool_volume_24h_quote: string | null;
|
|
3404
|
-
pool_volume_24h_usd: string | null;
|
|
3405
|
-
pool_volume_24h_swap_count: number | null;
|
|
3406
|
-
pool_volume_last_updated: string | null;
|
|
3407
3092
|
base_token: {
|
|
3408
3093
|
token_address: string;
|
|
3409
3094
|
token_name: string;
|
|
@@ -3436,19 +3121,12 @@ export declare const rootContract: {
|
|
|
3436
3121
|
pool_current_price: string;
|
|
3437
3122
|
pool_current_sqrt_price: string;
|
|
3438
3123
|
pool_current_fdv: string;
|
|
3439
|
-
pool_current_fdv_usd: string | null;
|
|
3440
3124
|
pool_current_liquidity: string;
|
|
3441
3125
|
pool_current_tick: number;
|
|
3442
3126
|
pool_current_market_cap: string;
|
|
3443
|
-
pool_current_market_cap_usd: string | null;
|
|
3444
3127
|
pool_address: string;
|
|
3445
3128
|
pool_migration_timestamp: Date | null;
|
|
3446
3129
|
pool_type: string;
|
|
3447
|
-
pool_volume_24h_base: string | null;
|
|
3448
|
-
pool_volume_24h_quote: string | null;
|
|
3449
|
-
pool_volume_24h_usd: string | null;
|
|
3450
|
-
pool_volume_24h_swap_count: number | null;
|
|
3451
|
-
pool_volume_last_updated: string | null;
|
|
3452
3130
|
base_token: {
|
|
3453
3131
|
token_address: string;
|
|
3454
3132
|
token_name: string;
|
|
@@ -3490,12 +3168,10 @@ export declare const rootContract: {
|
|
|
3490
3168
|
pool_current_price: string;
|
|
3491
3169
|
pool_current_sqrt_price: string;
|
|
3492
3170
|
pool_current_fdv: string;
|
|
3493
|
-
pool_current_fdv_usd: string | null;
|
|
3494
3171
|
pool_current_liquidity: string;
|
|
3495
3172
|
pool_current_tick: number;
|
|
3496
3173
|
pool_last_epoch: number;
|
|
3497
3174
|
pool_current_market_cap: string;
|
|
3498
|
-
pool_current_market_cap_usd: string | null;
|
|
3499
3175
|
pool_current_fees_accrued: string;
|
|
3500
3176
|
pool_current_total_proceeds: string;
|
|
3501
3177
|
pool_current_total_tokens_sold: string;
|
|
@@ -3510,11 +3186,6 @@ export declare const rootContract: {
|
|
|
3510
3186
|
pool_config_ending_time: string;
|
|
3511
3187
|
pool_migration_timestamp: Date | null;
|
|
3512
3188
|
pool_type: string;
|
|
3513
|
-
pool_volume_24h_base: string | null;
|
|
3514
|
-
pool_volume_24h_quote: string | null;
|
|
3515
|
-
pool_volume_24h_usd: string | null;
|
|
3516
|
-
pool_volume_24h_swap_count: number | null;
|
|
3517
|
-
pool_volume_last_updated: string | null;
|
|
3518
3189
|
pool_market_data: {
|
|
3519
3190
|
pool_liquidity: string | null;
|
|
3520
3191
|
pool_market_cap: string | null;
|
|
@@ -3554,19 +3225,12 @@ export declare const rootContract: {
|
|
|
3554
3225
|
pool_current_price: string;
|
|
3555
3226
|
pool_current_sqrt_price: string;
|
|
3556
3227
|
pool_current_fdv: string;
|
|
3557
|
-
pool_current_fdv_usd: string | null;
|
|
3558
3228
|
pool_current_liquidity: string;
|
|
3559
3229
|
pool_current_tick: number;
|
|
3560
3230
|
pool_current_market_cap: string;
|
|
3561
|
-
pool_current_market_cap_usd: string | null;
|
|
3562
3231
|
pool_address: `0x${string}`;
|
|
3563
3232
|
pool_migration_timestamp: Date | null;
|
|
3564
3233
|
pool_type: string;
|
|
3565
|
-
pool_volume_24h_base: string | null;
|
|
3566
|
-
pool_volume_24h_quote: string | null;
|
|
3567
|
-
pool_volume_24h_usd: string | null;
|
|
3568
|
-
pool_volume_24h_swap_count: number | null;
|
|
3569
|
-
pool_volume_last_updated: string | null;
|
|
3570
3234
|
pool_market_data: {
|
|
3571
3235
|
pool_liquidity: string | null;
|
|
3572
3236
|
pool_market_cap: string | null;
|
|
@@ -3613,12 +3277,10 @@ export declare const rootContract: {
|
|
|
3613
3277
|
pool_current_price: string;
|
|
3614
3278
|
pool_current_sqrt_price: string;
|
|
3615
3279
|
pool_current_fdv: string;
|
|
3616
|
-
pool_current_fdv_usd: string | null;
|
|
3617
3280
|
pool_current_liquidity: string;
|
|
3618
3281
|
pool_current_tick: number;
|
|
3619
3282
|
pool_last_epoch: number;
|
|
3620
3283
|
pool_current_market_cap: string;
|
|
3621
|
-
pool_current_market_cap_usd: string | null;
|
|
3622
3284
|
pool_current_fees_accrued: string;
|
|
3623
3285
|
pool_current_total_proceeds: string;
|
|
3624
3286
|
pool_current_total_tokens_sold: string;
|
|
@@ -3633,11 +3295,6 @@ export declare const rootContract: {
|
|
|
3633
3295
|
pool_config_ending_time: string;
|
|
3634
3296
|
pool_migration_timestamp: Date | null;
|
|
3635
3297
|
pool_type: string;
|
|
3636
|
-
pool_volume_24h_base: string | null;
|
|
3637
|
-
pool_volume_24h_quote: string | null;
|
|
3638
|
-
pool_volume_24h_usd: string | null;
|
|
3639
|
-
pool_volume_24h_swap_count: number | null;
|
|
3640
|
-
pool_volume_last_updated: string | null;
|
|
3641
3298
|
base_token: {
|
|
3642
3299
|
token_address: string;
|
|
3643
3300
|
token_name: string;
|
|
@@ -3670,19 +3327,12 @@ export declare const rootContract: {
|
|
|
3670
3327
|
pool_current_price: string;
|
|
3671
3328
|
pool_current_sqrt_price: string;
|
|
3672
3329
|
pool_current_fdv: string;
|
|
3673
|
-
pool_current_fdv_usd: string | null;
|
|
3674
3330
|
pool_current_liquidity: string;
|
|
3675
3331
|
pool_current_tick: number;
|
|
3676
3332
|
pool_current_market_cap: string;
|
|
3677
|
-
pool_current_market_cap_usd: string | null;
|
|
3678
3333
|
pool_address: string;
|
|
3679
3334
|
pool_migration_timestamp: Date | null;
|
|
3680
3335
|
pool_type: string;
|
|
3681
|
-
pool_volume_24h_base: string | null;
|
|
3682
|
-
pool_volume_24h_quote: string | null;
|
|
3683
|
-
pool_volume_24h_usd: string | null;
|
|
3684
|
-
pool_volume_24h_swap_count: number | null;
|
|
3685
|
-
pool_volume_last_updated: string | null;
|
|
3686
3336
|
base_token: {
|
|
3687
3337
|
token_address: string;
|
|
3688
3338
|
token_name: string;
|
|
@@ -3726,12 +3376,10 @@ export declare const rootContract: {
|
|
|
3726
3376
|
pool_current_price: string;
|
|
3727
3377
|
pool_current_sqrt_price: string;
|
|
3728
3378
|
pool_current_fdv: string;
|
|
3729
|
-
pool_current_fdv_usd: string | null;
|
|
3730
3379
|
pool_current_liquidity: string;
|
|
3731
3380
|
pool_current_tick: number;
|
|
3732
3381
|
pool_last_epoch: number;
|
|
3733
3382
|
pool_current_market_cap: string;
|
|
3734
|
-
pool_current_market_cap_usd: string | null;
|
|
3735
3383
|
pool_current_fees_accrued: string;
|
|
3736
3384
|
pool_current_total_proceeds: string;
|
|
3737
3385
|
pool_current_total_tokens_sold: string;
|
|
@@ -3746,11 +3394,6 @@ export declare const rootContract: {
|
|
|
3746
3394
|
pool_config_ending_time: string;
|
|
3747
3395
|
pool_migration_timestamp: Date | null;
|
|
3748
3396
|
pool_type: string;
|
|
3749
|
-
pool_volume_24h_base: string | null;
|
|
3750
|
-
pool_volume_24h_quote: string | null;
|
|
3751
|
-
pool_volume_24h_usd: string | null;
|
|
3752
|
-
pool_volume_24h_swap_count: number | null;
|
|
3753
|
-
pool_volume_last_updated: string | null;
|
|
3754
3397
|
pool_market_data: {
|
|
3755
3398
|
pool_liquidity: string | null;
|
|
3756
3399
|
pool_market_cap: string | null;
|
|
@@ -3790,19 +3433,12 @@ export declare const rootContract: {
|
|
|
3790
3433
|
pool_current_price: string;
|
|
3791
3434
|
pool_current_sqrt_price: string;
|
|
3792
3435
|
pool_current_fdv: string;
|
|
3793
|
-
pool_current_fdv_usd: string | null;
|
|
3794
3436
|
pool_current_liquidity: string;
|
|
3795
3437
|
pool_current_tick: number;
|
|
3796
3438
|
pool_current_market_cap: string;
|
|
3797
|
-
pool_current_market_cap_usd: string | null;
|
|
3798
3439
|
pool_address: `0x${string}`;
|
|
3799
3440
|
pool_migration_timestamp: Date | null;
|
|
3800
3441
|
pool_type: string;
|
|
3801
|
-
pool_volume_24h_base: string | null;
|
|
3802
|
-
pool_volume_24h_quote: string | null;
|
|
3803
|
-
pool_volume_24h_usd: string | null;
|
|
3804
|
-
pool_volume_24h_swap_count: number | null;
|
|
3805
|
-
pool_volume_last_updated: string | null;
|
|
3806
3442
|
pool_market_data: {
|
|
3807
3443
|
pool_liquidity: string | null;
|
|
3808
3444
|
pool_market_cap: string | null;
|
|
@@ -3851,12 +3487,10 @@ export declare const rootContract: {
|
|
|
3851
3487
|
pool_current_price: string;
|
|
3852
3488
|
pool_current_sqrt_price: string;
|
|
3853
3489
|
pool_current_fdv: string;
|
|
3854
|
-
pool_current_fdv_usd: string | null;
|
|
3855
3490
|
pool_current_liquidity: string;
|
|
3856
3491
|
pool_current_tick: number;
|
|
3857
3492
|
pool_last_epoch: number;
|
|
3858
3493
|
pool_current_market_cap: string;
|
|
3859
|
-
pool_current_market_cap_usd: string | null;
|
|
3860
3494
|
pool_current_fees_accrued: string;
|
|
3861
3495
|
pool_current_total_proceeds: string;
|
|
3862
3496
|
pool_current_total_tokens_sold: string;
|
|
@@ -3871,11 +3505,6 @@ export declare const rootContract: {
|
|
|
3871
3505
|
pool_config_ending_time: string;
|
|
3872
3506
|
pool_migration_timestamp: Date | null;
|
|
3873
3507
|
pool_type: string;
|
|
3874
|
-
pool_volume_24h_base: string | null;
|
|
3875
|
-
pool_volume_24h_quote: string | null;
|
|
3876
|
-
pool_volume_24h_usd: string | null;
|
|
3877
|
-
pool_volume_24h_swap_count: number | null;
|
|
3878
|
-
pool_volume_last_updated: string | null;
|
|
3879
3508
|
base_token: {
|
|
3880
3509
|
token_address: string;
|
|
3881
3510
|
token_name: string;
|
|
@@ -3908,19 +3537,12 @@ export declare const rootContract: {
|
|
|
3908
3537
|
pool_current_price: string;
|
|
3909
3538
|
pool_current_sqrt_price: string;
|
|
3910
3539
|
pool_current_fdv: string;
|
|
3911
|
-
pool_current_fdv_usd: string | null;
|
|
3912
3540
|
pool_current_liquidity: string;
|
|
3913
3541
|
pool_current_tick: number;
|
|
3914
3542
|
pool_current_market_cap: string;
|
|
3915
|
-
pool_current_market_cap_usd: string | null;
|
|
3916
3543
|
pool_address: string;
|
|
3917
3544
|
pool_migration_timestamp: Date | null;
|
|
3918
3545
|
pool_type: string;
|
|
3919
|
-
pool_volume_24h_base: string | null;
|
|
3920
|
-
pool_volume_24h_quote: string | null;
|
|
3921
|
-
pool_volume_24h_usd: string | null;
|
|
3922
|
-
pool_volume_24h_swap_count: number | null;
|
|
3923
|
-
pool_volume_last_updated: string | null;
|
|
3924
3546
|
base_token: {
|
|
3925
3547
|
token_address: string;
|
|
3926
3548
|
token_name: string;
|