๐งน Buy floor UNLISTED SMOLSKULLS WITH BLACK BACKGROUND AND YELLOW EYES (58) #13 #74 #108 #109 #113 #168 #203 #289 #322 #343 #366 #430 #462 #489 #506 #519 #621 #654 #675 #744 #788 #834 #841 #875 #886 #924 #948 #974 #991 #1041 #1056 #1063 #1081 #1120 #1147 #1220 #1316 #1354 #1366 #1367 #1369 #1371 #1380 #1383 #1536 #1567 #1639 #1677 #1681 #1710 #1711 #1713 #1797 #1817 #1843 #1861 #1914 #1998
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 } }
}
1