
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 (92)
#4
#5
#8
#27
#30
#37
#39
#52
#53
#58
#60
#75
#81
#85
#86
#98
#103
#106
#126
#127
#129
#134
#136
#144
#146
#161
#162
#168
#174
#177
#178
#179
#184
#190
#195
#199
#211
#226
#233
#241
#262
#266
#267
#273
#276
#281
#299
#301
#305
#312
#316
#322
#326
#328
#332
#337
#341
#342
#352
#354
#355
#356
#364
#366
#367
#372
#382
#387
#391
#394
#395
#397
#402
#403
#409
#415
#416
#421
#426
#435
#438
#442
#444
#445
#449
#451
#458
#465
#468
#482
#490
#499
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 } }
}