๐งน Buy floor UNLISTED SMOLSKULLS WITH BLACK BACKGROUND AND YELLOW EYES (96) #13 #68 #73 #74 #108 #109 #113 #158 #168 #203 #235 #249 #289 #322 #343 #351 #366 #375 #410 #415 #427 #430 #462 #464 #489 #506 #519 #551 #615 #621 #652 #654 #675 #716 #719 #732 #744 #788 #811 #817 #827 #834 #841 #857 #875 #886 #924 #948 #966 #974 #981 #991 #1032 #1041 #1044 #1056 #1063 #1081 #1120 #1131 #1147 #1162 #1220 #1225 #1244 #1269 #1316 #1354 #1366 #1367 #1369 #1371 #1380 #1383 #1438 #1468 #1516 #1525 #1536 #1567 #1621 #1639 #1644 #1677 #1681 #1684 #1710 #1711 #1713 #1797 #1817 #1843 #1851 #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