@longdotxyz/shared 0.0.50 → 0.0.51
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 +118 -0
- package/dist/contracts/asset.contract.js +5 -0
- package/dist/contracts/asset.contract.js.map +1 -1
- package/dist/contracts/index.d.ts +93 -0
- package/dist/graphql/generated.d.ts +25 -0
- package/dist/graphql/generated.js +2 -0
- package/dist/graphql/generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -44,6 +44,7 @@ export declare const rootContract: {
|
|
|
44
44
|
pool_current_sale_progress_percentage: import("zod").ZodNumber;
|
|
45
45
|
pool_config_max_proceeds: import("zod").ZodString;
|
|
46
46
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
47
|
+
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
47
48
|
pool_id: import("zod").ZodString;
|
|
48
49
|
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
49
50
|
pool_config_starting_time: import("zod").ZodString;
|
|
@@ -55,6 +56,7 @@ export declare const rootContract: {
|
|
|
55
56
|
token_name: import("zod").ZodString;
|
|
56
57
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57
58
|
token_symbol: import("zod").ZodString;
|
|
59
|
+
token_decimals: import("zod").ZodNumber;
|
|
58
60
|
token_uri_data: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
59
61
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
60
62
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -112,6 +114,7 @@ export declare const rootContract: {
|
|
|
112
114
|
token_name: string;
|
|
113
115
|
token_description: string | null;
|
|
114
116
|
token_symbol: string;
|
|
117
|
+
token_decimals: number;
|
|
115
118
|
token_uri_data: {
|
|
116
119
|
name?: string | undefined;
|
|
117
120
|
description?: string | undefined;
|
|
@@ -132,6 +135,7 @@ export declare const rootContract: {
|
|
|
132
135
|
token_name: string;
|
|
133
136
|
token_description: string | null;
|
|
134
137
|
token_symbol: string;
|
|
138
|
+
token_decimals: number;
|
|
135
139
|
token_uri_data: {
|
|
136
140
|
name?: string | undefined;
|
|
137
141
|
description?: string | undefined;
|
|
@@ -164,6 +168,7 @@ export declare const rootContract: {
|
|
|
164
168
|
pool_current_sale_progress_percentage: number;
|
|
165
169
|
pool_config_max_proceeds: string;
|
|
166
170
|
pool_config_min_proceeds: string;
|
|
171
|
+
pool_config_num_tokens_to_sell: string;
|
|
167
172
|
pool_id: string;
|
|
168
173
|
pool_address: `0x${string}`;
|
|
169
174
|
pool_config_starting_time: string;
|
|
@@ -175,6 +180,7 @@ export declare const rootContract: {
|
|
|
175
180
|
token_name: string;
|
|
176
181
|
token_description: string | null;
|
|
177
182
|
token_symbol: string;
|
|
183
|
+
token_decimals: number;
|
|
178
184
|
token_uri_data: {
|
|
179
185
|
name?: string | undefined;
|
|
180
186
|
description?: string | undefined;
|
|
@@ -206,6 +212,7 @@ export declare const rootContract: {
|
|
|
206
212
|
pool_current_sale_progress_percentage: number;
|
|
207
213
|
pool_config_max_proceeds: string;
|
|
208
214
|
pool_config_min_proceeds: string;
|
|
215
|
+
pool_config_num_tokens_to_sell: string;
|
|
209
216
|
pool_id: string;
|
|
210
217
|
pool_address: string;
|
|
211
218
|
pool_config_starting_time: string;
|
|
@@ -217,6 +224,7 @@ export declare const rootContract: {
|
|
|
217
224
|
token_name: string;
|
|
218
225
|
token_description: string | null;
|
|
219
226
|
token_symbol: string;
|
|
227
|
+
token_decimals: number;
|
|
220
228
|
token_uri_data: {
|
|
221
229
|
name?: string | undefined;
|
|
222
230
|
description?: string | undefined;
|
|
@@ -250,6 +258,7 @@ export declare const rootContract: {
|
|
|
250
258
|
token_name: import("zod").ZodString;
|
|
251
259
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252
260
|
token_symbol: import("zod").ZodString;
|
|
261
|
+
token_decimals: import("zod").ZodNumber;
|
|
253
262
|
token_uri_data: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
254
263
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
255
264
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -308,6 +317,7 @@ export declare const rootContract: {
|
|
|
308
317
|
token_name: string;
|
|
309
318
|
token_description: string | null;
|
|
310
319
|
token_symbol: string;
|
|
320
|
+
token_decimals: number;
|
|
311
321
|
token_uri_data: {
|
|
312
322
|
name?: string | undefined;
|
|
313
323
|
description?: string | undefined;
|
|
@@ -329,6 +339,7 @@ export declare const rootContract: {
|
|
|
329
339
|
token_name: string;
|
|
330
340
|
token_description: string | null;
|
|
331
341
|
token_symbol: string;
|
|
342
|
+
token_decimals: number;
|
|
332
343
|
token_uri_data: {
|
|
333
344
|
name?: string | undefined;
|
|
334
345
|
description?: string | undefined;
|
|
@@ -362,6 +373,7 @@ export declare const rootContract: {
|
|
|
362
373
|
token_name: string;
|
|
363
374
|
token_description: string | null;
|
|
364
375
|
token_symbol: string;
|
|
376
|
+
token_decimals: number;
|
|
365
377
|
token_uri_data: {
|
|
366
378
|
name?: string | undefined;
|
|
367
379
|
description?: string | undefined;
|
|
@@ -394,6 +406,7 @@ export declare const rootContract: {
|
|
|
394
406
|
token_name: string;
|
|
395
407
|
token_description: string | null;
|
|
396
408
|
token_symbol: string;
|
|
409
|
+
token_decimals: number;
|
|
397
410
|
token_uri_data: {
|
|
398
411
|
name?: string | undefined;
|
|
399
412
|
description?: string | undefined;
|
|
@@ -435,6 +448,7 @@ export declare const rootContract: {
|
|
|
435
448
|
pool_current_sale_progress_percentage: number;
|
|
436
449
|
pool_config_max_proceeds: string;
|
|
437
450
|
pool_config_min_proceeds: string;
|
|
451
|
+
pool_config_num_tokens_to_sell: string;
|
|
438
452
|
pool_id: string;
|
|
439
453
|
pool_address: `0x${string}`;
|
|
440
454
|
pool_config_starting_time: string;
|
|
@@ -446,6 +460,7 @@ export declare const rootContract: {
|
|
|
446
460
|
token_name: string;
|
|
447
461
|
token_description: string | null;
|
|
448
462
|
token_symbol: string;
|
|
463
|
+
token_decimals: number;
|
|
449
464
|
token_uri_data: {
|
|
450
465
|
name?: string | undefined;
|
|
451
466
|
description?: string | undefined;
|
|
@@ -478,6 +493,7 @@ export declare const rootContract: {
|
|
|
478
493
|
token_name: string;
|
|
479
494
|
token_description: string | null;
|
|
480
495
|
token_symbol: string;
|
|
496
|
+
token_decimals: number;
|
|
481
497
|
token_uri_data: {
|
|
482
498
|
name?: string | undefined;
|
|
483
499
|
description?: string | undefined;
|
|
@@ -517,6 +533,7 @@ export declare const rootContract: {
|
|
|
517
533
|
pool_current_sale_progress_percentage: number;
|
|
518
534
|
pool_config_max_proceeds: string;
|
|
519
535
|
pool_config_min_proceeds: string;
|
|
536
|
+
pool_config_num_tokens_to_sell: string;
|
|
520
537
|
pool_id: string;
|
|
521
538
|
pool_address: string;
|
|
522
539
|
pool_config_starting_time: string;
|
|
@@ -528,6 +545,7 @@ export declare const rootContract: {
|
|
|
528
545
|
token_name: string;
|
|
529
546
|
token_description: string | null;
|
|
530
547
|
token_symbol: string;
|
|
548
|
+
token_decimals: number;
|
|
531
549
|
token_uri_data: {
|
|
532
550
|
name?: string | undefined;
|
|
533
551
|
description?: string | undefined;
|
|
@@ -561,6 +579,7 @@ export declare const rootContract: {
|
|
|
561
579
|
token_name: string;
|
|
562
580
|
token_description: string | null;
|
|
563
581
|
token_symbol: string;
|
|
582
|
+
token_decimals: number;
|
|
564
583
|
token_uri_data: {
|
|
565
584
|
name?: string | undefined;
|
|
566
585
|
description?: string | undefined;
|
|
@@ -603,6 +622,7 @@ export declare const rootContract: {
|
|
|
603
622
|
pool_current_sale_progress_percentage: number;
|
|
604
623
|
pool_config_max_proceeds: string;
|
|
605
624
|
pool_config_min_proceeds: string;
|
|
625
|
+
pool_config_num_tokens_to_sell: string;
|
|
606
626
|
pool_id: string;
|
|
607
627
|
pool_address: `0x${string}`;
|
|
608
628
|
pool_config_starting_time: string;
|
|
@@ -614,6 +634,7 @@ export declare const rootContract: {
|
|
|
614
634
|
token_name: string;
|
|
615
635
|
token_description: string | null;
|
|
616
636
|
token_symbol: string;
|
|
637
|
+
token_decimals: number;
|
|
617
638
|
token_uri_data: {
|
|
618
639
|
name?: string | undefined;
|
|
619
640
|
description?: string | undefined;
|
|
@@ -646,6 +667,7 @@ export declare const rootContract: {
|
|
|
646
667
|
token_name: string;
|
|
647
668
|
token_description: string | null;
|
|
648
669
|
token_symbol: string;
|
|
670
|
+
token_decimals: number;
|
|
649
671
|
token_uri_data: {
|
|
650
672
|
name?: string | undefined;
|
|
651
673
|
description?: string | undefined;
|
|
@@ -685,6 +707,7 @@ export declare const rootContract: {
|
|
|
685
707
|
pool_current_sale_progress_percentage: number;
|
|
686
708
|
pool_config_max_proceeds: string;
|
|
687
709
|
pool_config_min_proceeds: string;
|
|
710
|
+
pool_config_num_tokens_to_sell: string;
|
|
688
711
|
pool_id: string;
|
|
689
712
|
pool_address: string;
|
|
690
713
|
pool_config_starting_time: string;
|
|
@@ -696,6 +719,7 @@ export declare const rootContract: {
|
|
|
696
719
|
token_name: string;
|
|
697
720
|
token_description: string | null;
|
|
698
721
|
token_symbol: string;
|
|
722
|
+
token_decimals: number;
|
|
699
723
|
token_uri_data: {
|
|
700
724
|
name?: string | undefined;
|
|
701
725
|
description?: string | undefined;
|
|
@@ -729,6 +753,7 @@ export declare const rootContract: {
|
|
|
729
753
|
token_name: string;
|
|
730
754
|
token_description: string | null;
|
|
731
755
|
token_symbol: string;
|
|
756
|
+
token_decimals: number;
|
|
732
757
|
token_uri_data: {
|
|
733
758
|
name?: string | undefined;
|
|
734
759
|
description?: string | undefined;
|
|
@@ -773,6 +798,7 @@ export declare const rootContract: {
|
|
|
773
798
|
pool_current_sale_progress_percentage: number;
|
|
774
799
|
pool_config_max_proceeds: string;
|
|
775
800
|
pool_config_min_proceeds: string;
|
|
801
|
+
pool_config_num_tokens_to_sell: string;
|
|
776
802
|
pool_id: string;
|
|
777
803
|
pool_address: `0x${string}`;
|
|
778
804
|
pool_config_starting_time: string;
|
|
@@ -784,6 +810,7 @@ export declare const rootContract: {
|
|
|
784
810
|
token_name: string;
|
|
785
811
|
token_description: string | null;
|
|
786
812
|
token_symbol: string;
|
|
813
|
+
token_decimals: number;
|
|
787
814
|
token_uri_data: {
|
|
788
815
|
name?: string | undefined;
|
|
789
816
|
description?: string | undefined;
|
|
@@ -816,6 +843,7 @@ export declare const rootContract: {
|
|
|
816
843
|
token_name: string;
|
|
817
844
|
token_description: string | null;
|
|
818
845
|
token_symbol: string;
|
|
846
|
+
token_decimals: number;
|
|
819
847
|
token_uri_data: {
|
|
820
848
|
name?: string | undefined;
|
|
821
849
|
description?: string | undefined;
|
|
@@ -857,6 +885,7 @@ export declare const rootContract: {
|
|
|
857
885
|
pool_current_sale_progress_percentage: number;
|
|
858
886
|
pool_config_max_proceeds: string;
|
|
859
887
|
pool_config_min_proceeds: string;
|
|
888
|
+
pool_config_num_tokens_to_sell: string;
|
|
860
889
|
pool_id: string;
|
|
861
890
|
pool_address: string;
|
|
862
891
|
pool_config_starting_time: string;
|
|
@@ -868,6 +897,7 @@ export declare const rootContract: {
|
|
|
868
897
|
token_name: string;
|
|
869
898
|
token_description: string | null;
|
|
870
899
|
token_symbol: string;
|
|
900
|
+
token_decimals: number;
|
|
871
901
|
token_uri_data: {
|
|
872
902
|
name?: string | undefined;
|
|
873
903
|
description?: string | undefined;
|
|
@@ -901,6 +931,7 @@ export declare const rootContract: {
|
|
|
901
931
|
token_name: string;
|
|
902
932
|
token_description: string | null;
|
|
903
933
|
token_symbol: string;
|
|
934
|
+
token_decimals: number;
|
|
904
935
|
token_uri_data: {
|
|
905
936
|
name?: string | undefined;
|
|
906
937
|
description?: string | undefined;
|
|
@@ -966,6 +997,7 @@ export declare const rootContract: {
|
|
|
966
997
|
pool_current_sale_progress_percentage: import("zod").ZodNumber;
|
|
967
998
|
pool_config_max_proceeds: import("zod").ZodString;
|
|
968
999
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
1000
|
+
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
969
1001
|
pool_id: import("zod").ZodString;
|
|
970
1002
|
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
971
1003
|
pool_config_starting_time: import("zod").ZodString;
|
|
@@ -977,6 +1009,7 @@ export declare const rootContract: {
|
|
|
977
1009
|
token_name: import("zod").ZodString;
|
|
978
1010
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
979
1011
|
token_symbol: import("zod").ZodString;
|
|
1012
|
+
token_decimals: import("zod").ZodNumber;
|
|
980
1013
|
token_uri_data: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
981
1014
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
982
1015
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1034,6 +1067,7 @@ export declare const rootContract: {
|
|
|
1034
1067
|
token_name: string;
|
|
1035
1068
|
token_description: string | null;
|
|
1036
1069
|
token_symbol: string;
|
|
1070
|
+
token_decimals: number;
|
|
1037
1071
|
token_uri_data: {
|
|
1038
1072
|
name?: string | undefined;
|
|
1039
1073
|
description?: string | undefined;
|
|
@@ -1054,6 +1088,7 @@ export declare const rootContract: {
|
|
|
1054
1088
|
token_name: string;
|
|
1055
1089
|
token_description: string | null;
|
|
1056
1090
|
token_symbol: string;
|
|
1091
|
+
token_decimals: number;
|
|
1057
1092
|
token_uri_data: {
|
|
1058
1093
|
name?: string | undefined;
|
|
1059
1094
|
description?: string | undefined;
|
|
@@ -1086,6 +1121,7 @@ export declare const rootContract: {
|
|
|
1086
1121
|
pool_current_sale_progress_percentage: number;
|
|
1087
1122
|
pool_config_max_proceeds: string;
|
|
1088
1123
|
pool_config_min_proceeds: string;
|
|
1124
|
+
pool_config_num_tokens_to_sell: string;
|
|
1089
1125
|
pool_id: string;
|
|
1090
1126
|
pool_address: `0x${string}`;
|
|
1091
1127
|
pool_config_starting_time: string;
|
|
@@ -1097,6 +1133,7 @@ export declare const rootContract: {
|
|
|
1097
1133
|
token_name: string;
|
|
1098
1134
|
token_description: string | null;
|
|
1099
1135
|
token_symbol: string;
|
|
1136
|
+
token_decimals: number;
|
|
1100
1137
|
token_uri_data: {
|
|
1101
1138
|
name?: string | undefined;
|
|
1102
1139
|
description?: string | undefined;
|
|
@@ -1128,6 +1165,7 @@ export declare const rootContract: {
|
|
|
1128
1165
|
pool_current_sale_progress_percentage: number;
|
|
1129
1166
|
pool_config_max_proceeds: string;
|
|
1130
1167
|
pool_config_min_proceeds: string;
|
|
1168
|
+
pool_config_num_tokens_to_sell: string;
|
|
1131
1169
|
pool_id: string;
|
|
1132
1170
|
pool_address: string;
|
|
1133
1171
|
pool_config_starting_time: string;
|
|
@@ -1139,6 +1177,7 @@ export declare const rootContract: {
|
|
|
1139
1177
|
token_name: string;
|
|
1140
1178
|
token_description: string | null;
|
|
1141
1179
|
token_symbol: string;
|
|
1180
|
+
token_decimals: number;
|
|
1142
1181
|
token_uri_data: {
|
|
1143
1182
|
name?: string | undefined;
|
|
1144
1183
|
description?: string | undefined;
|
|
@@ -1172,6 +1211,7 @@ export declare const rootContract: {
|
|
|
1172
1211
|
token_name: import("zod").ZodString;
|
|
1173
1212
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1174
1213
|
token_symbol: import("zod").ZodString;
|
|
1214
|
+
token_decimals: import("zod").ZodNumber;
|
|
1175
1215
|
token_uri_data: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1176
1216
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1177
1217
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1230,6 +1270,7 @@ export declare const rootContract: {
|
|
|
1230
1270
|
token_name: string;
|
|
1231
1271
|
token_description: string | null;
|
|
1232
1272
|
token_symbol: string;
|
|
1273
|
+
token_decimals: number;
|
|
1233
1274
|
token_uri_data: {
|
|
1234
1275
|
name?: string | undefined;
|
|
1235
1276
|
description?: string | undefined;
|
|
@@ -1251,6 +1292,7 @@ export declare const rootContract: {
|
|
|
1251
1292
|
token_name: string;
|
|
1252
1293
|
token_description: string | null;
|
|
1253
1294
|
token_symbol: string;
|
|
1295
|
+
token_decimals: number;
|
|
1254
1296
|
token_uri_data: {
|
|
1255
1297
|
name?: string | undefined;
|
|
1256
1298
|
description?: string | undefined;
|
|
@@ -1284,6 +1326,7 @@ export declare const rootContract: {
|
|
|
1284
1326
|
token_name: string;
|
|
1285
1327
|
token_description: string | null;
|
|
1286
1328
|
token_symbol: string;
|
|
1329
|
+
token_decimals: number;
|
|
1287
1330
|
token_uri_data: {
|
|
1288
1331
|
name?: string | undefined;
|
|
1289
1332
|
description?: string | undefined;
|
|
@@ -1316,6 +1359,7 @@ export declare const rootContract: {
|
|
|
1316
1359
|
token_name: string;
|
|
1317
1360
|
token_description: string | null;
|
|
1318
1361
|
token_symbol: string;
|
|
1362
|
+
token_decimals: number;
|
|
1319
1363
|
token_uri_data: {
|
|
1320
1364
|
name?: string | undefined;
|
|
1321
1365
|
description?: string | undefined;
|
|
@@ -1357,6 +1401,7 @@ export declare const rootContract: {
|
|
|
1357
1401
|
pool_current_sale_progress_percentage: number;
|
|
1358
1402
|
pool_config_max_proceeds: string;
|
|
1359
1403
|
pool_config_min_proceeds: string;
|
|
1404
|
+
pool_config_num_tokens_to_sell: string;
|
|
1360
1405
|
pool_id: string;
|
|
1361
1406
|
pool_address: `0x${string}`;
|
|
1362
1407
|
pool_config_starting_time: string;
|
|
@@ -1368,6 +1413,7 @@ export declare const rootContract: {
|
|
|
1368
1413
|
token_name: string;
|
|
1369
1414
|
token_description: string | null;
|
|
1370
1415
|
token_symbol: string;
|
|
1416
|
+
token_decimals: number;
|
|
1371
1417
|
token_uri_data: {
|
|
1372
1418
|
name?: string | undefined;
|
|
1373
1419
|
description?: string | undefined;
|
|
@@ -1400,6 +1446,7 @@ export declare const rootContract: {
|
|
|
1400
1446
|
token_name: string;
|
|
1401
1447
|
token_description: string | null;
|
|
1402
1448
|
token_symbol: string;
|
|
1449
|
+
token_decimals: number;
|
|
1403
1450
|
token_uri_data: {
|
|
1404
1451
|
name?: string | undefined;
|
|
1405
1452
|
description?: string | undefined;
|
|
@@ -1439,6 +1486,7 @@ export declare const rootContract: {
|
|
|
1439
1486
|
pool_current_sale_progress_percentage: number;
|
|
1440
1487
|
pool_config_max_proceeds: string;
|
|
1441
1488
|
pool_config_min_proceeds: string;
|
|
1489
|
+
pool_config_num_tokens_to_sell: string;
|
|
1442
1490
|
pool_id: string;
|
|
1443
1491
|
pool_address: string;
|
|
1444
1492
|
pool_config_starting_time: string;
|
|
@@ -1450,6 +1498,7 @@ export declare const rootContract: {
|
|
|
1450
1498
|
token_name: string;
|
|
1451
1499
|
token_description: string | null;
|
|
1452
1500
|
token_symbol: string;
|
|
1501
|
+
token_decimals: number;
|
|
1453
1502
|
token_uri_data: {
|
|
1454
1503
|
name?: string | undefined;
|
|
1455
1504
|
description?: string | undefined;
|
|
@@ -1483,6 +1532,7 @@ export declare const rootContract: {
|
|
|
1483
1532
|
token_name: string;
|
|
1484
1533
|
token_description: string | null;
|
|
1485
1534
|
token_symbol: string;
|
|
1535
|
+
token_decimals: number;
|
|
1486
1536
|
token_uri_data: {
|
|
1487
1537
|
name?: string | undefined;
|
|
1488
1538
|
description?: string | undefined;
|
|
@@ -1525,6 +1575,7 @@ export declare const rootContract: {
|
|
|
1525
1575
|
pool_current_sale_progress_percentage: number;
|
|
1526
1576
|
pool_config_max_proceeds: string;
|
|
1527
1577
|
pool_config_min_proceeds: string;
|
|
1578
|
+
pool_config_num_tokens_to_sell: string;
|
|
1528
1579
|
pool_id: string;
|
|
1529
1580
|
pool_address: `0x${string}`;
|
|
1530
1581
|
pool_config_starting_time: string;
|
|
@@ -1536,6 +1587,7 @@ export declare const rootContract: {
|
|
|
1536
1587
|
token_name: string;
|
|
1537
1588
|
token_description: string | null;
|
|
1538
1589
|
token_symbol: string;
|
|
1590
|
+
token_decimals: number;
|
|
1539
1591
|
token_uri_data: {
|
|
1540
1592
|
name?: string | undefined;
|
|
1541
1593
|
description?: string | undefined;
|
|
@@ -1568,6 +1620,7 @@ export declare const rootContract: {
|
|
|
1568
1620
|
token_name: string;
|
|
1569
1621
|
token_description: string | null;
|
|
1570
1622
|
token_symbol: string;
|
|
1623
|
+
token_decimals: number;
|
|
1571
1624
|
token_uri_data: {
|
|
1572
1625
|
name?: string | undefined;
|
|
1573
1626
|
description?: string | undefined;
|
|
@@ -1607,6 +1660,7 @@ export declare const rootContract: {
|
|
|
1607
1660
|
pool_current_sale_progress_percentage: number;
|
|
1608
1661
|
pool_config_max_proceeds: string;
|
|
1609
1662
|
pool_config_min_proceeds: string;
|
|
1663
|
+
pool_config_num_tokens_to_sell: string;
|
|
1610
1664
|
pool_id: string;
|
|
1611
1665
|
pool_address: string;
|
|
1612
1666
|
pool_config_starting_time: string;
|
|
@@ -1618,6 +1672,7 @@ export declare const rootContract: {
|
|
|
1618
1672
|
token_name: string;
|
|
1619
1673
|
token_description: string | null;
|
|
1620
1674
|
token_symbol: string;
|
|
1675
|
+
token_decimals: number;
|
|
1621
1676
|
token_uri_data: {
|
|
1622
1677
|
name?: string | undefined;
|
|
1623
1678
|
description?: string | undefined;
|
|
@@ -1651,6 +1706,7 @@ export declare const rootContract: {
|
|
|
1651
1706
|
token_name: string;
|
|
1652
1707
|
token_description: string | null;
|
|
1653
1708
|
token_symbol: string;
|
|
1709
|
+
token_decimals: number;
|
|
1654
1710
|
token_uri_data: {
|
|
1655
1711
|
name?: string | undefined;
|
|
1656
1712
|
description?: string | undefined;
|
|
@@ -1695,6 +1751,7 @@ export declare const rootContract: {
|
|
|
1695
1751
|
pool_current_sale_progress_percentage: number;
|
|
1696
1752
|
pool_config_max_proceeds: string;
|
|
1697
1753
|
pool_config_min_proceeds: string;
|
|
1754
|
+
pool_config_num_tokens_to_sell: string;
|
|
1698
1755
|
pool_id: string;
|
|
1699
1756
|
pool_address: `0x${string}`;
|
|
1700
1757
|
pool_config_starting_time: string;
|
|
@@ -1706,6 +1763,7 @@ export declare const rootContract: {
|
|
|
1706
1763
|
token_name: string;
|
|
1707
1764
|
token_description: string | null;
|
|
1708
1765
|
token_symbol: string;
|
|
1766
|
+
token_decimals: number;
|
|
1709
1767
|
token_uri_data: {
|
|
1710
1768
|
name?: string | undefined;
|
|
1711
1769
|
description?: string | undefined;
|
|
@@ -1738,6 +1796,7 @@ export declare const rootContract: {
|
|
|
1738
1796
|
token_name: string;
|
|
1739
1797
|
token_description: string | null;
|
|
1740
1798
|
token_symbol: string;
|
|
1799
|
+
token_decimals: number;
|
|
1741
1800
|
token_uri_data: {
|
|
1742
1801
|
name?: string | undefined;
|
|
1743
1802
|
description?: string | undefined;
|
|
@@ -1779,6 +1838,7 @@ export declare const rootContract: {
|
|
|
1779
1838
|
pool_current_sale_progress_percentage: number;
|
|
1780
1839
|
pool_config_max_proceeds: string;
|
|
1781
1840
|
pool_config_min_proceeds: string;
|
|
1841
|
+
pool_config_num_tokens_to_sell: string;
|
|
1782
1842
|
pool_id: string;
|
|
1783
1843
|
pool_address: string;
|
|
1784
1844
|
pool_config_starting_time: string;
|
|
@@ -1790,6 +1850,7 @@ export declare const rootContract: {
|
|
|
1790
1850
|
token_name: string;
|
|
1791
1851
|
token_description: string | null;
|
|
1792
1852
|
token_symbol: string;
|
|
1853
|
+
token_decimals: number;
|
|
1793
1854
|
token_uri_data: {
|
|
1794
1855
|
name?: string | undefined;
|
|
1795
1856
|
description?: string | undefined;
|
|
@@ -1823,6 +1884,7 @@ export declare const rootContract: {
|
|
|
1823
1884
|
token_name: string;
|
|
1824
1885
|
token_description: string | null;
|
|
1825
1886
|
token_symbol: string;
|
|
1887
|
+
token_decimals: number;
|
|
1826
1888
|
token_uri_data: {
|
|
1827
1889
|
name?: string | undefined;
|
|
1828
1890
|
description?: string | undefined;
|
|
@@ -1889,6 +1951,7 @@ export declare const rootContract: {
|
|
|
1889
1951
|
pool_current_sale_progress_percentage: import("zod").ZodNumber;
|
|
1890
1952
|
pool_config_max_proceeds: import("zod").ZodString;
|
|
1891
1953
|
pool_config_min_proceeds: import("zod").ZodString;
|
|
1954
|
+
pool_config_num_tokens_to_sell: import("zod").ZodString;
|
|
1892
1955
|
pool_id: import("zod").ZodString;
|
|
1893
1956
|
pool_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
1894
1957
|
pool_config_starting_time: import("zod").ZodString;
|
|
@@ -1900,6 +1963,7 @@ export declare const rootContract: {
|
|
|
1900
1963
|
token_name: import("zod").ZodString;
|
|
1901
1964
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1902
1965
|
token_symbol: import("zod").ZodString;
|
|
1966
|
+
token_decimals: import("zod").ZodNumber;
|
|
1903
1967
|
token_uri_data: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1904
1968
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1905
1969
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1957,6 +2021,7 @@ export declare const rootContract: {
|
|
|
1957
2021
|
token_name: string;
|
|
1958
2022
|
token_description: string | null;
|
|
1959
2023
|
token_symbol: string;
|
|
2024
|
+
token_decimals: number;
|
|
1960
2025
|
token_uri_data: {
|
|
1961
2026
|
name?: string | undefined;
|
|
1962
2027
|
description?: string | undefined;
|
|
@@ -1977,6 +2042,7 @@ export declare const rootContract: {
|
|
|
1977
2042
|
token_name: string;
|
|
1978
2043
|
token_description: string | null;
|
|
1979
2044
|
token_symbol: string;
|
|
2045
|
+
token_decimals: number;
|
|
1980
2046
|
token_uri_data: {
|
|
1981
2047
|
name?: string | undefined;
|
|
1982
2048
|
description?: string | undefined;
|
|
@@ -2009,6 +2075,7 @@ export declare const rootContract: {
|
|
|
2009
2075
|
pool_current_sale_progress_percentage: number;
|
|
2010
2076
|
pool_config_max_proceeds: string;
|
|
2011
2077
|
pool_config_min_proceeds: string;
|
|
2078
|
+
pool_config_num_tokens_to_sell: string;
|
|
2012
2079
|
pool_id: string;
|
|
2013
2080
|
pool_address: `0x${string}`;
|
|
2014
2081
|
pool_config_starting_time: string;
|
|
@@ -2020,6 +2087,7 @@ export declare const rootContract: {
|
|
|
2020
2087
|
token_name: string;
|
|
2021
2088
|
token_description: string | null;
|
|
2022
2089
|
token_symbol: string;
|
|
2090
|
+
token_decimals: number;
|
|
2023
2091
|
token_uri_data: {
|
|
2024
2092
|
name?: string | undefined;
|
|
2025
2093
|
description?: string | undefined;
|
|
@@ -2051,6 +2119,7 @@ export declare const rootContract: {
|
|
|
2051
2119
|
pool_current_sale_progress_percentage: number;
|
|
2052
2120
|
pool_config_max_proceeds: string;
|
|
2053
2121
|
pool_config_min_proceeds: string;
|
|
2122
|
+
pool_config_num_tokens_to_sell: string;
|
|
2054
2123
|
pool_id: string;
|
|
2055
2124
|
pool_address: string;
|
|
2056
2125
|
pool_config_starting_time: string;
|
|
@@ -2062,6 +2131,7 @@ export declare const rootContract: {
|
|
|
2062
2131
|
token_name: string;
|
|
2063
2132
|
token_description: string | null;
|
|
2064
2133
|
token_symbol: string;
|
|
2134
|
+
token_decimals: number;
|
|
2065
2135
|
token_uri_data: {
|
|
2066
2136
|
name?: string | undefined;
|
|
2067
2137
|
description?: string | undefined;
|
|
@@ -2095,6 +2165,7 @@ export declare const rootContract: {
|
|
|
2095
2165
|
token_name: import("zod").ZodString;
|
|
2096
2166
|
token_description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2097
2167
|
token_symbol: import("zod").ZodString;
|
|
2168
|
+
token_decimals: import("zod").ZodNumber;
|
|
2098
2169
|
token_uri_data: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2099
2170
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2100
2171
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2153,6 +2224,7 @@ export declare const rootContract: {
|
|
|
2153
2224
|
token_name: string;
|
|
2154
2225
|
token_description: string | null;
|
|
2155
2226
|
token_symbol: string;
|
|
2227
|
+
token_decimals: number;
|
|
2156
2228
|
token_uri_data: {
|
|
2157
2229
|
name?: string | undefined;
|
|
2158
2230
|
description?: string | undefined;
|
|
@@ -2174,6 +2246,7 @@ export declare const rootContract: {
|
|
|
2174
2246
|
token_name: string;
|
|
2175
2247
|
token_description: string | null;
|
|
2176
2248
|
token_symbol: string;
|
|
2249
|
+
token_decimals: number;
|
|
2177
2250
|
token_uri_data: {
|
|
2178
2251
|
name?: string | undefined;
|
|
2179
2252
|
description?: string | undefined;
|
|
@@ -2207,6 +2280,7 @@ export declare const rootContract: {
|
|
|
2207
2280
|
token_name: string;
|
|
2208
2281
|
token_description: string | null;
|
|
2209
2282
|
token_symbol: string;
|
|
2283
|
+
token_decimals: number;
|
|
2210
2284
|
token_uri_data: {
|
|
2211
2285
|
name?: string | undefined;
|
|
2212
2286
|
description?: string | undefined;
|
|
@@ -2239,6 +2313,7 @@ export declare const rootContract: {
|
|
|
2239
2313
|
token_name: string;
|
|
2240
2314
|
token_description: string | null;
|
|
2241
2315
|
token_symbol: string;
|
|
2316
|
+
token_decimals: number;
|
|
2242
2317
|
token_uri_data: {
|
|
2243
2318
|
name?: string | undefined;
|
|
2244
2319
|
description?: string | undefined;
|
|
@@ -2280,6 +2355,7 @@ export declare const rootContract: {
|
|
|
2280
2355
|
pool_current_sale_progress_percentage: number;
|
|
2281
2356
|
pool_config_max_proceeds: string;
|
|
2282
2357
|
pool_config_min_proceeds: string;
|
|
2358
|
+
pool_config_num_tokens_to_sell: string;
|
|
2283
2359
|
pool_id: string;
|
|
2284
2360
|
pool_address: `0x${string}`;
|
|
2285
2361
|
pool_config_starting_time: string;
|
|
@@ -2291,6 +2367,7 @@ export declare const rootContract: {
|
|
|
2291
2367
|
token_name: string;
|
|
2292
2368
|
token_description: string | null;
|
|
2293
2369
|
token_symbol: string;
|
|
2370
|
+
token_decimals: number;
|
|
2294
2371
|
token_uri_data: {
|
|
2295
2372
|
name?: string | undefined;
|
|
2296
2373
|
description?: string | undefined;
|
|
@@ -2323,6 +2400,7 @@ export declare const rootContract: {
|
|
|
2323
2400
|
token_name: string;
|
|
2324
2401
|
token_description: string | null;
|
|
2325
2402
|
token_symbol: string;
|
|
2403
|
+
token_decimals: number;
|
|
2326
2404
|
token_uri_data: {
|
|
2327
2405
|
name?: string | undefined;
|
|
2328
2406
|
description?: string | undefined;
|
|
@@ -2362,6 +2440,7 @@ export declare const rootContract: {
|
|
|
2362
2440
|
pool_current_sale_progress_percentage: number;
|
|
2363
2441
|
pool_config_max_proceeds: string;
|
|
2364
2442
|
pool_config_min_proceeds: string;
|
|
2443
|
+
pool_config_num_tokens_to_sell: string;
|
|
2365
2444
|
pool_id: string;
|
|
2366
2445
|
pool_address: string;
|
|
2367
2446
|
pool_config_starting_time: string;
|
|
@@ -2373,6 +2452,7 @@ export declare const rootContract: {
|
|
|
2373
2452
|
token_name: string;
|
|
2374
2453
|
token_description: string | null;
|
|
2375
2454
|
token_symbol: string;
|
|
2455
|
+
token_decimals: number;
|
|
2376
2456
|
token_uri_data: {
|
|
2377
2457
|
name?: string | undefined;
|
|
2378
2458
|
description?: string | undefined;
|
|
@@ -2406,6 +2486,7 @@ export declare const rootContract: {
|
|
|
2406
2486
|
token_name: string;
|
|
2407
2487
|
token_description: string | null;
|
|
2408
2488
|
token_symbol: string;
|
|
2489
|
+
token_decimals: number;
|
|
2409
2490
|
token_uri_data: {
|
|
2410
2491
|
name?: string | undefined;
|
|
2411
2492
|
description?: string | undefined;
|
|
@@ -2448,6 +2529,7 @@ export declare const rootContract: {
|
|
|
2448
2529
|
pool_current_sale_progress_percentage: number;
|
|
2449
2530
|
pool_config_max_proceeds: string;
|
|
2450
2531
|
pool_config_min_proceeds: string;
|
|
2532
|
+
pool_config_num_tokens_to_sell: string;
|
|
2451
2533
|
pool_id: string;
|
|
2452
2534
|
pool_address: `0x${string}`;
|
|
2453
2535
|
pool_config_starting_time: string;
|
|
@@ -2459,6 +2541,7 @@ export declare const rootContract: {
|
|
|
2459
2541
|
token_name: string;
|
|
2460
2542
|
token_description: string | null;
|
|
2461
2543
|
token_symbol: string;
|
|
2544
|
+
token_decimals: number;
|
|
2462
2545
|
token_uri_data: {
|
|
2463
2546
|
name?: string | undefined;
|
|
2464
2547
|
description?: string | undefined;
|
|
@@ -2491,6 +2574,7 @@ export declare const rootContract: {
|
|
|
2491
2574
|
token_name: string;
|
|
2492
2575
|
token_description: string | null;
|
|
2493
2576
|
token_symbol: string;
|
|
2577
|
+
token_decimals: number;
|
|
2494
2578
|
token_uri_data: {
|
|
2495
2579
|
name?: string | undefined;
|
|
2496
2580
|
description?: string | undefined;
|
|
@@ -2530,6 +2614,7 @@ export declare const rootContract: {
|
|
|
2530
2614
|
pool_current_sale_progress_percentage: number;
|
|
2531
2615
|
pool_config_max_proceeds: string;
|
|
2532
2616
|
pool_config_min_proceeds: string;
|
|
2617
|
+
pool_config_num_tokens_to_sell: string;
|
|
2533
2618
|
pool_id: string;
|
|
2534
2619
|
pool_address: string;
|
|
2535
2620
|
pool_config_starting_time: string;
|
|
@@ -2541,6 +2626,7 @@ export declare const rootContract: {
|
|
|
2541
2626
|
token_name: string;
|
|
2542
2627
|
token_description: string | null;
|
|
2543
2628
|
token_symbol: string;
|
|
2629
|
+
token_decimals: number;
|
|
2544
2630
|
token_uri_data: {
|
|
2545
2631
|
name?: string | undefined;
|
|
2546
2632
|
description?: string | undefined;
|
|
@@ -2574,6 +2660,7 @@ export declare const rootContract: {
|
|
|
2574
2660
|
token_name: string;
|
|
2575
2661
|
token_description: string | null;
|
|
2576
2662
|
token_symbol: string;
|
|
2663
|
+
token_decimals: number;
|
|
2577
2664
|
token_uri_data: {
|
|
2578
2665
|
name?: string | undefined;
|
|
2579
2666
|
description?: string | undefined;
|
|
@@ -2618,6 +2705,7 @@ export declare const rootContract: {
|
|
|
2618
2705
|
pool_current_sale_progress_percentage: number;
|
|
2619
2706
|
pool_config_max_proceeds: string;
|
|
2620
2707
|
pool_config_min_proceeds: string;
|
|
2708
|
+
pool_config_num_tokens_to_sell: string;
|
|
2621
2709
|
pool_id: string;
|
|
2622
2710
|
pool_address: `0x${string}`;
|
|
2623
2711
|
pool_config_starting_time: string;
|
|
@@ -2629,6 +2717,7 @@ export declare const rootContract: {
|
|
|
2629
2717
|
token_name: string;
|
|
2630
2718
|
token_description: string | null;
|
|
2631
2719
|
token_symbol: string;
|
|
2720
|
+
token_decimals: number;
|
|
2632
2721
|
token_uri_data: {
|
|
2633
2722
|
name?: string | undefined;
|
|
2634
2723
|
description?: string | undefined;
|
|
@@ -2661,6 +2750,7 @@ export declare const rootContract: {
|
|
|
2661
2750
|
token_name: string;
|
|
2662
2751
|
token_description: string | null;
|
|
2663
2752
|
token_symbol: string;
|
|
2753
|
+
token_decimals: number;
|
|
2664
2754
|
token_uri_data: {
|
|
2665
2755
|
name?: string | undefined;
|
|
2666
2756
|
description?: string | undefined;
|
|
@@ -2702,6 +2792,7 @@ export declare const rootContract: {
|
|
|
2702
2792
|
pool_current_sale_progress_percentage: number;
|
|
2703
2793
|
pool_config_max_proceeds: string;
|
|
2704
2794
|
pool_config_min_proceeds: string;
|
|
2795
|
+
pool_config_num_tokens_to_sell: string;
|
|
2705
2796
|
pool_id: string;
|
|
2706
2797
|
pool_address: string;
|
|
2707
2798
|
pool_config_starting_time: string;
|
|
@@ -2713,6 +2804,7 @@ export declare const rootContract: {
|
|
|
2713
2804
|
token_name: string;
|
|
2714
2805
|
token_description: string | null;
|
|
2715
2806
|
token_symbol: string;
|
|
2807
|
+
token_decimals: number;
|
|
2716
2808
|
token_uri_data: {
|
|
2717
2809
|
name?: string | undefined;
|
|
2718
2810
|
description?: string | undefined;
|
|
@@ -2746,6 +2838,7 @@ export declare const rootContract: {
|
|
|
2746
2838
|
token_name: string;
|
|
2747
2839
|
token_description: string | null;
|
|
2748
2840
|
token_symbol: string;
|
|
2841
|
+
token_decimals: number;
|
|
2749
2842
|
token_uri_data: {
|
|
2750
2843
|
name?: string | undefined;
|
|
2751
2844
|
description?: string | undefined;
|