
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 (93)
#23
#29
#30
#35
#36
#37
#46
#52
#53
#58
#61
#63
#65
#80
#81
#85
#98
#99
#106
#109
#111
#119
#126
#127
#134
#135
#147
#148
#156
#157
#162
#163
#168
#174
#181
#184
#185
#186
#187
#190
#191
#195
#199
#203
#207
#214
#231
#233
#242
#254
#255
#266
#272
#273
#281
#291
#299
#316
#318
#322
#325
#326
#330
#343
#350
#352
#356
#364
#371
#377
#382
#391
#392
#395
#396
#404
#405
#408
#415
#416
#421
#425
#426
#427
#432
#434
#440
#442
#444
#453
#461
#490
#496
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 } }
}