
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 ๐
LISTED ASCII-SMOLSKULLS (29)
#232 79tz
#239 80tz
#42 90tz
#124 150tz
#268 249tz
#217 284tz
#220 297tz
#411 300tz
#201 369tz
#475 455tz
#225 470tz
#174 500tz
#70 628tz
#59 850tz
#49 911tz
#487 1070tz
#17 1200tz
#116 1500tz
#319 1500tz
#288 1667tz
#476 1900tz
#55 3000tz
#138 3200tz
#252 4269tz
#15 4500tz
#152 5000tz
#200 5000tz
#283 10000tz
#51 55555tz
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 } }
}