
ASCII SMOLSKULL
Fueled by the power of custom ASCII characters. ASCII-SMOLSKULLs is a limited edition smolskull project. Each one is procedurally generated.
ASCII-SMOLSKULL on fxhash.xyz ๐
UNLISTED ASCII-SMOLSKULLS (105)
#1
#20
#22
#30
#35
#38
#46
#48
#61
#65
#72
#80
#91
#97
#98
#100
#101
#106
#109
#110
#120
#121
#126
#134
#141
#147
#149
#150
#153
#156
#158
#167
#173
#176
#184
#186
#187
#190
#195
#196
#197
#207
#214
#223
#230
#237
#244
#246
#249
#263
#272
#273
#274
#277
#278
#284
#290
#291
#294
#296
#298
#314
#318
#329
#334
#338
#344
#348
#350
#353
#358
#359
#360
#370
#374
#379
#380
#392
#396
#401
#404
#405
#408
#423
#425
#427
#433
#434
#437
#447
#448
#452
#453
#454
#455
#456
#461
#463
#472
#474
#483
#484
#492
#496
#498
query SmolskullActiveListingQuery { onchain { generative_token(where: {id: {_eq: "$0"}}) { objkts( where: { active_listings: { is_inactive: {_eq: false}, status: {_eq: "ACTIVE"} } }, order_by: {active_listings: {price: asc}}, limit: $1 ) { name id active_listings { version price id } } } }
}
query SmolskullListingQuery { onchain { objkt(where: {id: {_eq: "$0"}}) { version name created_at active_listings { version price id } actions { id type created_at numeric_value issuer { name id } target { name id } } } }
}
query SmolskullUserQuery { onchain { user(where: {name: {_eq: "$0"}}) { avatar_uri } }
}