@longdotxyz/shared 0.0.42 → 0.0.44
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.
|
@@ -65,8 +65,12 @@ const AssetResponse = zod_1.default
|
|
|
65
65
|
social_links: zod_1.default.array(zod_1.default.string()).optional(),
|
|
66
66
|
vesting_recipients: zod_1.default.array(zod_1.default.object({
|
|
67
67
|
address: zod_1.default.string(),
|
|
68
|
-
amount: zod_1.default.string()
|
|
69
|
-
|
|
68
|
+
amount: zod_1.default.coerce.string().optional(),
|
|
69
|
+
percentage: zod_1.default.coerce.string().optional()
|
|
70
|
+
}).transform((data) => ({
|
|
71
|
+
address: data.address,
|
|
72
|
+
amount: data.percentage || data.amount || ""
|
|
73
|
+
}))).optional(),
|
|
70
74
|
})
|
|
71
75
|
.nullable()
|
|
72
76
|
.describe("**Metadata** — Full token metadata from URI. Contains `name`, `description`, `image_hash` (IPFS), `fee_receiver`, `social_links`, and `vesting_recipients` (with `address` and `amount` for each). Returns `null` if not set."),
|
|
@@ -106,15 +110,19 @@ const AssetResponse = zod_1.default
|
|
|
106
110
|
social_links: zod_1.default.array(zod_1.default.string()).optional(),
|
|
107
111
|
vesting_recipients: zod_1.default.array(zod_1.default.object({
|
|
108
112
|
address: zod_1.default.string(),
|
|
109
|
-
amount: zod_1.default.string()
|
|
110
|
-
|
|
113
|
+
amount: zod_1.default.coerce.string().optional(),
|
|
114
|
+
percentage: zod_1.default.coerce.string().optional()
|
|
115
|
+
}).transform((data) => ({
|
|
116
|
+
address: data.address,
|
|
117
|
+
amount: data.percentage || data.amount || ""
|
|
118
|
+
}))).optional(),
|
|
111
119
|
})
|
|
112
120
|
.nullable()
|
|
113
121
|
.describe("**Metadata** — Full token metadata from URI. Contains `name`, `description`, `image_hash` (IPFS), `fee_receiver`, `social_links`, and `vesting_recipients` (with `address` and `amount` for each). Returns `null` if not set."),
|
|
114
122
|
token_image_public_url: zod_1.default.string().nullable().describe("**Logo URL** — CDN-hosted image URL for the token logo. Optimized for fast loading. Use as `<img src>` in token displays."),
|
|
115
123
|
token_creator_address: zod_1.default.string().pipe(types_1.hex).describe("**Creator** — EVM address that deployed the token contract. This address controls token settings and may receive creator fees."),
|
|
116
124
|
token_fee_receiver_address: zod_1.default.string().pipe(types_1.hex).describe("**Fee Recipient** — EVM address receiving trading fees. May differ from creator address."),
|
|
117
|
-
token_vesting_recipient_addresses: zod_1.default.array(zod_1.default.string().pipe(types_1.hex)).describe("**Vesting Recipients** — Array of EVM addresses receiving vested tokens. Amounts
|
|
125
|
+
token_vesting_recipient_addresses: zod_1.default.array(zod_1.default.string().pipe(types_1.hex)).describe("**Vesting Recipients** — Array of EVM addresses receiving vested tokens. Amounts are specified in `token_uri_data.vesting_recipients` with `address` and `amount` for each recipient."),
|
|
118
126
|
integrator_address: zod_1.default.string().describe("**Integrator** — EVM address of the platform or protocol that integrated this token. May receive platform fees."),
|
|
119
127
|
})
|
|
120
128
|
.describe("**Token Details** — Complete metadata for the token in the graduation pool.\n\n> **Note:** Same token metadata as `auction_pool.base_token`. Duplicated for convenience so you can access it from either pool."),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asset.contract.js","sourceRoot":"","sources":["../../src/contracts/asset.contract.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"asset.contract.js","sourceRoot":"","sources":["../../src/contracts/asset.contract.ts"],"names":[],"mappings":"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"}
|
|
@@ -61,15 +61,25 @@ export declare const rootContract: {
|
|
|
61
61
|
image_hash: import("zod").ZodOptional<import("zod").ZodString>;
|
|
62
62
|
fee_receiver: import("zod").ZodOptional<import("zod").ZodString>;
|
|
63
63
|
social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
64
|
-
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
64
|
+
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
65
65
|
address: import("zod").ZodString;
|
|
66
|
-
amount: import("zod").ZodString
|
|
66
|
+
amount: import("zod").ZodOptional<import("zod").ZodString>;
|
|
67
|
+
percentage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
67
68
|
}, "strip", import("zod").ZodTypeAny, {
|
|
68
69
|
address: string;
|
|
69
|
-
amount
|
|
70
|
+
amount?: string | undefined;
|
|
71
|
+
percentage?: string | undefined;
|
|
70
72
|
}, {
|
|
73
|
+
address: string;
|
|
74
|
+
amount?: string | undefined;
|
|
75
|
+
percentage?: string | undefined;
|
|
76
|
+
}>, {
|
|
71
77
|
address: string;
|
|
72
78
|
amount: string;
|
|
79
|
+
}, {
|
|
80
|
+
address: string;
|
|
81
|
+
amount?: string | undefined;
|
|
82
|
+
percentage?: string | undefined;
|
|
73
83
|
}>, "many">>;
|
|
74
84
|
}, "strip", import("zod").ZodTypeAny, {
|
|
75
85
|
name?: string | undefined;
|
|
@@ -89,7 +99,8 @@ export declare const rootContract: {
|
|
|
89
99
|
social_links?: string[] | undefined;
|
|
90
100
|
vesting_recipients?: {
|
|
91
101
|
address: string;
|
|
92
|
-
amount
|
|
102
|
+
amount?: string | undefined;
|
|
103
|
+
percentage?: string | undefined;
|
|
93
104
|
}[] | undefined;
|
|
94
105
|
}>>;
|
|
95
106
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -129,7 +140,8 @@ export declare const rootContract: {
|
|
|
129
140
|
social_links?: string[] | undefined;
|
|
130
141
|
vesting_recipients?: {
|
|
131
142
|
address: string;
|
|
132
|
-
amount
|
|
143
|
+
amount?: string | undefined;
|
|
144
|
+
percentage?: string | undefined;
|
|
133
145
|
}[] | undefined;
|
|
134
146
|
} | null;
|
|
135
147
|
token_image_public_url: string | null;
|
|
@@ -213,7 +225,8 @@ export declare const rootContract: {
|
|
|
213
225
|
social_links?: string[] | undefined;
|
|
214
226
|
vesting_recipients?: {
|
|
215
227
|
address: string;
|
|
216
|
-
amount
|
|
228
|
+
amount?: string | undefined;
|
|
229
|
+
percentage?: string | undefined;
|
|
217
230
|
}[] | undefined;
|
|
218
231
|
} | null;
|
|
219
232
|
token_image_public_url: string | null;
|
|
@@ -243,15 +256,25 @@ export declare const rootContract: {
|
|
|
243
256
|
image_hash: import("zod").ZodOptional<import("zod").ZodString>;
|
|
244
257
|
fee_receiver: import("zod").ZodOptional<import("zod").ZodString>;
|
|
245
258
|
social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
246
|
-
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
259
|
+
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
247
260
|
address: import("zod").ZodString;
|
|
248
|
-
amount: import("zod").ZodString
|
|
261
|
+
amount: import("zod").ZodOptional<import("zod").ZodString>;
|
|
262
|
+
percentage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
249
263
|
}, "strip", import("zod").ZodTypeAny, {
|
|
250
264
|
address: string;
|
|
251
|
-
amount
|
|
265
|
+
amount?: string | undefined;
|
|
266
|
+
percentage?: string | undefined;
|
|
252
267
|
}, {
|
|
268
|
+
address: string;
|
|
269
|
+
amount?: string | undefined;
|
|
270
|
+
percentage?: string | undefined;
|
|
271
|
+
}>, {
|
|
253
272
|
address: string;
|
|
254
273
|
amount: string;
|
|
274
|
+
}, {
|
|
275
|
+
address: string;
|
|
276
|
+
amount?: string | undefined;
|
|
277
|
+
percentage?: string | undefined;
|
|
255
278
|
}>, "many">>;
|
|
256
279
|
}, "strip", import("zod").ZodTypeAny, {
|
|
257
280
|
name?: string | undefined;
|
|
@@ -271,7 +294,8 @@ export declare const rootContract: {
|
|
|
271
294
|
social_links?: string[] | undefined;
|
|
272
295
|
vesting_recipients?: {
|
|
273
296
|
address: string;
|
|
274
|
-
amount
|
|
297
|
+
amount?: string | undefined;
|
|
298
|
+
percentage?: string | undefined;
|
|
275
299
|
}[] | undefined;
|
|
276
300
|
}>>;
|
|
277
301
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -313,7 +337,8 @@ export declare const rootContract: {
|
|
|
313
337
|
social_links?: string[] | undefined;
|
|
314
338
|
vesting_recipients?: {
|
|
315
339
|
address: string;
|
|
316
|
-
amount
|
|
340
|
+
amount?: string | undefined;
|
|
341
|
+
percentage?: string | undefined;
|
|
317
342
|
}[] | undefined;
|
|
318
343
|
} | null;
|
|
319
344
|
token_image_public_url: string | null;
|
|
@@ -377,7 +402,8 @@ export declare const rootContract: {
|
|
|
377
402
|
social_links?: string[] | undefined;
|
|
378
403
|
vesting_recipients?: {
|
|
379
404
|
address: string;
|
|
380
|
-
amount
|
|
405
|
+
amount?: string | undefined;
|
|
406
|
+
percentage?: string | undefined;
|
|
381
407
|
}[] | undefined;
|
|
382
408
|
} | null;
|
|
383
409
|
token_image_public_url: string | null;
|
|
@@ -510,7 +536,8 @@ export declare const rootContract: {
|
|
|
510
536
|
social_links?: string[] | undefined;
|
|
511
537
|
vesting_recipients?: {
|
|
512
538
|
address: string;
|
|
513
|
-
amount
|
|
539
|
+
amount?: string | undefined;
|
|
540
|
+
percentage?: string | undefined;
|
|
514
541
|
}[] | undefined;
|
|
515
542
|
} | null;
|
|
516
543
|
token_image_public_url: string | null;
|
|
@@ -542,7 +569,8 @@ export declare const rootContract: {
|
|
|
542
569
|
social_links?: string[] | undefined;
|
|
543
570
|
vesting_recipients?: {
|
|
544
571
|
address: string;
|
|
545
|
-
amount
|
|
572
|
+
amount?: string | undefined;
|
|
573
|
+
percentage?: string | undefined;
|
|
546
574
|
}[] | undefined;
|
|
547
575
|
} | null;
|
|
548
576
|
token_image_public_url: string | null;
|
|
@@ -676,7 +704,8 @@ export declare const rootContract: {
|
|
|
676
704
|
social_links?: string[] | undefined;
|
|
677
705
|
vesting_recipients?: {
|
|
678
706
|
address: string;
|
|
679
|
-
amount
|
|
707
|
+
amount?: string | undefined;
|
|
708
|
+
percentage?: string | undefined;
|
|
680
709
|
}[] | undefined;
|
|
681
710
|
} | null;
|
|
682
711
|
token_image_public_url: string | null;
|
|
@@ -708,7 +737,8 @@ export declare const rootContract: {
|
|
|
708
737
|
social_links?: string[] | undefined;
|
|
709
738
|
vesting_recipients?: {
|
|
710
739
|
address: string;
|
|
711
|
-
amount
|
|
740
|
+
amount?: string | undefined;
|
|
741
|
+
percentage?: string | undefined;
|
|
712
742
|
}[] | undefined;
|
|
713
743
|
} | null;
|
|
714
744
|
token_image_public_url: string | null;
|
|
@@ -846,7 +876,8 @@ export declare const rootContract: {
|
|
|
846
876
|
social_links?: string[] | undefined;
|
|
847
877
|
vesting_recipients?: {
|
|
848
878
|
address: string;
|
|
849
|
-
amount
|
|
879
|
+
amount?: string | undefined;
|
|
880
|
+
percentage?: string | undefined;
|
|
850
881
|
}[] | undefined;
|
|
851
882
|
} | null;
|
|
852
883
|
token_image_public_url: string | null;
|
|
@@ -878,7 +909,8 @@ export declare const rootContract: {
|
|
|
878
909
|
social_links?: string[] | undefined;
|
|
879
910
|
vesting_recipients?: {
|
|
880
911
|
address: string;
|
|
881
|
-
amount
|
|
912
|
+
amount?: string | undefined;
|
|
913
|
+
percentage?: string | undefined;
|
|
882
914
|
}[] | undefined;
|
|
883
915
|
} | null;
|
|
884
916
|
token_image_public_url: string | null;
|
|
@@ -951,15 +983,25 @@ export declare const rootContract: {
|
|
|
951
983
|
image_hash: import("zod").ZodOptional<import("zod").ZodString>;
|
|
952
984
|
fee_receiver: import("zod").ZodOptional<import("zod").ZodString>;
|
|
953
985
|
social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
954
|
-
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
986
|
+
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
955
987
|
address: import("zod").ZodString;
|
|
956
|
-
amount: import("zod").ZodString
|
|
988
|
+
amount: import("zod").ZodOptional<import("zod").ZodString>;
|
|
989
|
+
percentage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
957
990
|
}, "strip", import("zod").ZodTypeAny, {
|
|
958
991
|
address: string;
|
|
959
|
-
amount
|
|
992
|
+
amount?: string | undefined;
|
|
993
|
+
percentage?: string | undefined;
|
|
960
994
|
}, {
|
|
995
|
+
address: string;
|
|
996
|
+
amount?: string | undefined;
|
|
997
|
+
percentage?: string | undefined;
|
|
998
|
+
}>, {
|
|
961
999
|
address: string;
|
|
962
1000
|
amount: string;
|
|
1001
|
+
}, {
|
|
1002
|
+
address: string;
|
|
1003
|
+
amount?: string | undefined;
|
|
1004
|
+
percentage?: string | undefined;
|
|
963
1005
|
}>, "many">>;
|
|
964
1006
|
}, "strip", import("zod").ZodTypeAny, {
|
|
965
1007
|
name?: string | undefined;
|
|
@@ -979,7 +1021,8 @@ export declare const rootContract: {
|
|
|
979
1021
|
social_links?: string[] | undefined;
|
|
980
1022
|
vesting_recipients?: {
|
|
981
1023
|
address: string;
|
|
982
|
-
amount
|
|
1024
|
+
amount?: string | undefined;
|
|
1025
|
+
percentage?: string | undefined;
|
|
983
1026
|
}[] | undefined;
|
|
984
1027
|
}>>;
|
|
985
1028
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1019,7 +1062,8 @@ export declare const rootContract: {
|
|
|
1019
1062
|
social_links?: string[] | undefined;
|
|
1020
1063
|
vesting_recipients?: {
|
|
1021
1064
|
address: string;
|
|
1022
|
-
amount
|
|
1065
|
+
amount?: string | undefined;
|
|
1066
|
+
percentage?: string | undefined;
|
|
1023
1067
|
}[] | undefined;
|
|
1024
1068
|
} | null;
|
|
1025
1069
|
token_image_public_url: string | null;
|
|
@@ -1103,7 +1147,8 @@ export declare const rootContract: {
|
|
|
1103
1147
|
social_links?: string[] | undefined;
|
|
1104
1148
|
vesting_recipients?: {
|
|
1105
1149
|
address: string;
|
|
1106
|
-
amount
|
|
1150
|
+
amount?: string | undefined;
|
|
1151
|
+
percentage?: string | undefined;
|
|
1107
1152
|
}[] | undefined;
|
|
1108
1153
|
} | null;
|
|
1109
1154
|
token_image_public_url: string | null;
|
|
@@ -1133,15 +1178,25 @@ export declare const rootContract: {
|
|
|
1133
1178
|
image_hash: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1134
1179
|
fee_receiver: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1135
1180
|
social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1136
|
-
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1181
|
+
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
1137
1182
|
address: import("zod").ZodString;
|
|
1138
|
-
amount: import("zod").ZodString
|
|
1183
|
+
amount: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1184
|
+
percentage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1139
1185
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1140
1186
|
address: string;
|
|
1141
|
-
amount
|
|
1187
|
+
amount?: string | undefined;
|
|
1188
|
+
percentage?: string | undefined;
|
|
1142
1189
|
}, {
|
|
1190
|
+
address: string;
|
|
1191
|
+
amount?: string | undefined;
|
|
1192
|
+
percentage?: string | undefined;
|
|
1193
|
+
}>, {
|
|
1143
1194
|
address: string;
|
|
1144
1195
|
amount: string;
|
|
1196
|
+
}, {
|
|
1197
|
+
address: string;
|
|
1198
|
+
amount?: string | undefined;
|
|
1199
|
+
percentage?: string | undefined;
|
|
1145
1200
|
}>, "many">>;
|
|
1146
1201
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1147
1202
|
name?: string | undefined;
|
|
@@ -1161,7 +1216,8 @@ export declare const rootContract: {
|
|
|
1161
1216
|
social_links?: string[] | undefined;
|
|
1162
1217
|
vesting_recipients?: {
|
|
1163
1218
|
address: string;
|
|
1164
|
-
amount
|
|
1219
|
+
amount?: string | undefined;
|
|
1220
|
+
percentage?: string | undefined;
|
|
1165
1221
|
}[] | undefined;
|
|
1166
1222
|
}>>;
|
|
1167
1223
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1203,7 +1259,8 @@ export declare const rootContract: {
|
|
|
1203
1259
|
social_links?: string[] | undefined;
|
|
1204
1260
|
vesting_recipients?: {
|
|
1205
1261
|
address: string;
|
|
1206
|
-
amount
|
|
1262
|
+
amount?: string | undefined;
|
|
1263
|
+
percentage?: string | undefined;
|
|
1207
1264
|
}[] | undefined;
|
|
1208
1265
|
} | null;
|
|
1209
1266
|
token_image_public_url: string | null;
|
|
@@ -1267,7 +1324,8 @@ export declare const rootContract: {
|
|
|
1267
1324
|
social_links?: string[] | undefined;
|
|
1268
1325
|
vesting_recipients?: {
|
|
1269
1326
|
address: string;
|
|
1270
|
-
amount
|
|
1327
|
+
amount?: string | undefined;
|
|
1328
|
+
percentage?: string | undefined;
|
|
1271
1329
|
}[] | undefined;
|
|
1272
1330
|
} | null;
|
|
1273
1331
|
token_image_public_url: string | null;
|
|
@@ -1400,7 +1458,8 @@ export declare const rootContract: {
|
|
|
1400
1458
|
social_links?: string[] | undefined;
|
|
1401
1459
|
vesting_recipients?: {
|
|
1402
1460
|
address: string;
|
|
1403
|
-
amount
|
|
1461
|
+
amount?: string | undefined;
|
|
1462
|
+
percentage?: string | undefined;
|
|
1404
1463
|
}[] | undefined;
|
|
1405
1464
|
} | null;
|
|
1406
1465
|
token_image_public_url: string | null;
|
|
@@ -1432,7 +1491,8 @@ export declare const rootContract: {
|
|
|
1432
1491
|
social_links?: string[] | undefined;
|
|
1433
1492
|
vesting_recipients?: {
|
|
1434
1493
|
address: string;
|
|
1435
|
-
amount
|
|
1494
|
+
amount?: string | undefined;
|
|
1495
|
+
percentage?: string | undefined;
|
|
1436
1496
|
}[] | undefined;
|
|
1437
1497
|
} | null;
|
|
1438
1498
|
token_image_public_url: string | null;
|
|
@@ -1566,7 +1626,8 @@ export declare const rootContract: {
|
|
|
1566
1626
|
social_links?: string[] | undefined;
|
|
1567
1627
|
vesting_recipients?: {
|
|
1568
1628
|
address: string;
|
|
1569
|
-
amount
|
|
1629
|
+
amount?: string | undefined;
|
|
1630
|
+
percentage?: string | undefined;
|
|
1570
1631
|
}[] | undefined;
|
|
1571
1632
|
} | null;
|
|
1572
1633
|
token_image_public_url: string | null;
|
|
@@ -1598,7 +1659,8 @@ export declare const rootContract: {
|
|
|
1598
1659
|
social_links?: string[] | undefined;
|
|
1599
1660
|
vesting_recipients?: {
|
|
1600
1661
|
address: string;
|
|
1601
|
-
amount
|
|
1662
|
+
amount?: string | undefined;
|
|
1663
|
+
percentage?: string | undefined;
|
|
1602
1664
|
}[] | undefined;
|
|
1603
1665
|
} | null;
|
|
1604
1666
|
token_image_public_url: string | null;
|
|
@@ -1736,7 +1798,8 @@ export declare const rootContract: {
|
|
|
1736
1798
|
social_links?: string[] | undefined;
|
|
1737
1799
|
vesting_recipients?: {
|
|
1738
1800
|
address: string;
|
|
1739
|
-
amount
|
|
1801
|
+
amount?: string | undefined;
|
|
1802
|
+
percentage?: string | undefined;
|
|
1740
1803
|
}[] | undefined;
|
|
1741
1804
|
} | null;
|
|
1742
1805
|
token_image_public_url: string | null;
|
|
@@ -1768,7 +1831,8 @@ export declare const rootContract: {
|
|
|
1768
1831
|
social_links?: string[] | undefined;
|
|
1769
1832
|
vesting_recipients?: {
|
|
1770
1833
|
address: string;
|
|
1771
|
-
amount
|
|
1834
|
+
amount?: string | undefined;
|
|
1835
|
+
percentage?: string | undefined;
|
|
1772
1836
|
}[] | undefined;
|
|
1773
1837
|
} | null;
|
|
1774
1838
|
token_image_public_url: string | null;
|
|
@@ -1842,15 +1906,25 @@ export declare const rootContract: {
|
|
|
1842
1906
|
image_hash: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1843
1907
|
fee_receiver: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1844
1908
|
social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1845
|
-
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1909
|
+
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
1846
1910
|
address: import("zod").ZodString;
|
|
1847
|
-
amount: import("zod").ZodString
|
|
1911
|
+
amount: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1912
|
+
percentage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1848
1913
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1849
1914
|
address: string;
|
|
1850
|
-
amount
|
|
1915
|
+
amount?: string | undefined;
|
|
1916
|
+
percentage?: string | undefined;
|
|
1851
1917
|
}, {
|
|
1918
|
+
address: string;
|
|
1919
|
+
amount?: string | undefined;
|
|
1920
|
+
percentage?: string | undefined;
|
|
1921
|
+
}>, {
|
|
1852
1922
|
address: string;
|
|
1853
1923
|
amount: string;
|
|
1924
|
+
}, {
|
|
1925
|
+
address: string;
|
|
1926
|
+
amount?: string | undefined;
|
|
1927
|
+
percentage?: string | undefined;
|
|
1854
1928
|
}>, "many">>;
|
|
1855
1929
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1856
1930
|
name?: string | undefined;
|
|
@@ -1870,7 +1944,8 @@ export declare const rootContract: {
|
|
|
1870
1944
|
social_links?: string[] | undefined;
|
|
1871
1945
|
vesting_recipients?: {
|
|
1872
1946
|
address: string;
|
|
1873
|
-
amount
|
|
1947
|
+
amount?: string | undefined;
|
|
1948
|
+
percentage?: string | undefined;
|
|
1874
1949
|
}[] | undefined;
|
|
1875
1950
|
}>>;
|
|
1876
1951
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1910,7 +1985,8 @@ export declare const rootContract: {
|
|
|
1910
1985
|
social_links?: string[] | undefined;
|
|
1911
1986
|
vesting_recipients?: {
|
|
1912
1987
|
address: string;
|
|
1913
|
-
amount
|
|
1988
|
+
amount?: string | undefined;
|
|
1989
|
+
percentage?: string | undefined;
|
|
1914
1990
|
}[] | undefined;
|
|
1915
1991
|
} | null;
|
|
1916
1992
|
token_image_public_url: string | null;
|
|
@@ -1994,7 +2070,8 @@ export declare const rootContract: {
|
|
|
1994
2070
|
social_links?: string[] | undefined;
|
|
1995
2071
|
vesting_recipients?: {
|
|
1996
2072
|
address: string;
|
|
1997
|
-
amount
|
|
2073
|
+
amount?: string | undefined;
|
|
2074
|
+
percentage?: string | undefined;
|
|
1998
2075
|
}[] | undefined;
|
|
1999
2076
|
} | null;
|
|
2000
2077
|
token_image_public_url: string | null;
|
|
@@ -2024,15 +2101,25 @@ export declare const rootContract: {
|
|
|
2024
2101
|
image_hash: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2025
2102
|
fee_receiver: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2026
2103
|
social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2027
|
-
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2104
|
+
vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
2028
2105
|
address: import("zod").ZodString;
|
|
2029
|
-
amount: import("zod").ZodString
|
|
2106
|
+
amount: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2107
|
+
percentage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2030
2108
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2031
2109
|
address: string;
|
|
2032
|
-
amount
|
|
2110
|
+
amount?: string | undefined;
|
|
2111
|
+
percentage?: string | undefined;
|
|
2033
2112
|
}, {
|
|
2113
|
+
address: string;
|
|
2114
|
+
amount?: string | undefined;
|
|
2115
|
+
percentage?: string | undefined;
|
|
2116
|
+
}>, {
|
|
2034
2117
|
address: string;
|
|
2035
2118
|
amount: string;
|
|
2119
|
+
}, {
|
|
2120
|
+
address: string;
|
|
2121
|
+
amount?: string | undefined;
|
|
2122
|
+
percentage?: string | undefined;
|
|
2036
2123
|
}>, "many">>;
|
|
2037
2124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2038
2125
|
name?: string | undefined;
|
|
@@ -2052,7 +2139,8 @@ export declare const rootContract: {
|
|
|
2052
2139
|
social_links?: string[] | undefined;
|
|
2053
2140
|
vesting_recipients?: {
|
|
2054
2141
|
address: string;
|
|
2055
|
-
amount
|
|
2142
|
+
amount?: string | undefined;
|
|
2143
|
+
percentage?: string | undefined;
|
|
2056
2144
|
}[] | undefined;
|
|
2057
2145
|
}>>;
|
|
2058
2146
|
token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2094,7 +2182,8 @@ export declare const rootContract: {
|
|
|
2094
2182
|
social_links?: string[] | undefined;
|
|
2095
2183
|
vesting_recipients?: {
|
|
2096
2184
|
address: string;
|
|
2097
|
-
amount
|
|
2185
|
+
amount?: string | undefined;
|
|
2186
|
+
percentage?: string | undefined;
|
|
2098
2187
|
}[] | undefined;
|
|
2099
2188
|
} | null;
|
|
2100
2189
|
token_image_public_url: string | null;
|
|
@@ -2158,7 +2247,8 @@ export declare const rootContract: {
|
|
|
2158
2247
|
social_links?: string[] | undefined;
|
|
2159
2248
|
vesting_recipients?: {
|
|
2160
2249
|
address: string;
|
|
2161
|
-
amount
|
|
2250
|
+
amount?: string | undefined;
|
|
2251
|
+
percentage?: string | undefined;
|
|
2162
2252
|
}[] | undefined;
|
|
2163
2253
|
} | null;
|
|
2164
2254
|
token_image_public_url: string | null;
|
|
@@ -2291,7 +2381,8 @@ export declare const rootContract: {
|
|
|
2291
2381
|
social_links?: string[] | undefined;
|
|
2292
2382
|
vesting_recipients?: {
|
|
2293
2383
|
address: string;
|
|
2294
|
-
amount
|
|
2384
|
+
amount?: string | undefined;
|
|
2385
|
+
percentage?: string | undefined;
|
|
2295
2386
|
}[] | undefined;
|
|
2296
2387
|
} | null;
|
|
2297
2388
|
token_image_public_url: string | null;
|
|
@@ -2323,7 +2414,8 @@ export declare const rootContract: {
|
|
|
2323
2414
|
social_links?: string[] | undefined;
|
|
2324
2415
|
vesting_recipients?: {
|
|
2325
2416
|
address: string;
|
|
2326
|
-
amount
|
|
2417
|
+
amount?: string | undefined;
|
|
2418
|
+
percentage?: string | undefined;
|
|
2327
2419
|
}[] | undefined;
|
|
2328
2420
|
} | null;
|
|
2329
2421
|
token_image_public_url: string | null;
|
|
@@ -2457,7 +2549,8 @@ export declare const rootContract: {
|
|
|
2457
2549
|
social_links?: string[] | undefined;
|
|
2458
2550
|
vesting_recipients?: {
|
|
2459
2551
|
address: string;
|
|
2460
|
-
amount
|
|
2552
|
+
amount?: string | undefined;
|
|
2553
|
+
percentage?: string | undefined;
|
|
2461
2554
|
}[] | undefined;
|
|
2462
2555
|
} | null;
|
|
2463
2556
|
token_image_public_url: string | null;
|
|
@@ -2489,7 +2582,8 @@ export declare const rootContract: {
|
|
|
2489
2582
|
social_links?: string[] | undefined;
|
|
2490
2583
|
vesting_recipients?: {
|
|
2491
2584
|
address: string;
|
|
2492
|
-
amount
|
|
2585
|
+
amount?: string | undefined;
|
|
2586
|
+
percentage?: string | undefined;
|
|
2493
2587
|
}[] | undefined;
|
|
2494
2588
|
} | null;
|
|
2495
2589
|
token_image_public_url: string | null;
|
|
@@ -2627,7 +2721,8 @@ export declare const rootContract: {
|
|
|
2627
2721
|
social_links?: string[] | undefined;
|
|
2628
2722
|
vesting_recipients?: {
|
|
2629
2723
|
address: string;
|
|
2630
|
-
amount
|
|
2724
|
+
amount?: string | undefined;
|
|
2725
|
+
percentage?: string | undefined;
|
|
2631
2726
|
}[] | undefined;
|
|
2632
2727
|
} | null;
|
|
2633
2728
|
token_image_public_url: string | null;
|
|
@@ -2659,7 +2754,8 @@ export declare const rootContract: {
|
|
|
2659
2754
|
social_links?: string[] | undefined;
|
|
2660
2755
|
vesting_recipients?: {
|
|
2661
2756
|
address: string;
|
|
2662
|
-
amount
|
|
2757
|
+
amount?: string | undefined;
|
|
2758
|
+
percentage?: string | undefined;
|
|
2663
2759
|
}[] | undefined;
|
|
2664
2760
|
} | null;
|
|
2665
2761
|
token_image_public_url: string | null;
|