
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 (100)
#1
#9
#16
#22
#30
#37
#52
#53
#58
#62
#72
#79
#81
#85
#98
#106
#110
#112
#113
#118
#120
#121
#126
#127
#130
#134
#153
#158
#162
#165
#167
#168
#174
#182
#184
#190
#195
#196
#199
#205
#208
#209
#218
#228
#233
#236
#237
#249
#261
#266
#269
#273
#281
#282
#283
#284
#285
#290
#293
#294
#298
#299
#316
#322
#326
#338
#340
#348
#352
#356
#357
#360
#364
#370
#376
#380
#382
#389
#391
#395
#400
#401
#406
#410
#415
#416
#420
#421
#426
#439
#442
#444
#450
#457
#471
#478
#484
#490
#492
#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 } }
}