๐งน Buy floor UNLISTED SMOLSKULLS WITH BLACK BACKGROUND AND GREEN EYES (61) #6 #61 #250 #296 #307 #451 #497 #523 #538 #543 #658 #699 #700 #724 #739 #743 #758 #786 #818 #902 #967 #980 #999 #1039 #1048 #1061 #1102 #1116 #1119 #1175 #1194 #1216 #1232 #1239 #1261 #1265 #1319 #1362 #1366 #1367 #1368 #1371 #1376 #1413 #1495 #1508 #1545 #1564 #1584 #1603 #1643 #1659 #1660 #1669 #1678 #1681 #1748 #1768 #1936 #1941 #1964
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