
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 (81)
#1
#5
#13
#22
#27
#30
#39
#44
#50
#72
#98
#106
#110
#115
#120
#121
#126
#132
#134
#136
#139
#142
#153
#158
#166
#167
#177
#178
#184
#190
#192
#195
#196
#198
#229
#232
#237
#241
#249
#257
#258
#273
#284
#290
#294
#295
#298
#301
#317
#338
#348
#349
#354
#355
#360
#361
#365
#367
#369
#370
#380
#386
#401
#403
#407
#413
#418
#428
#435
#445
#451
#458
#460
#462
#473
#482
#484
#485
#492
#497
#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 } }
}