๐งน Buy floor UNLISTED SMOLSKULLS WITH BLACK BACKGROUND AND GREEN EYES (96) #6 #29 #61 #95 #131 #214 #242 #250 #259 #296 #307 #412 #451 #497 #504 #523 #538 #540 #543 #554 #613 #640 #658 #699 #700 #724 #739 #742 #743 #758 #786 #818 #857 #902 #957 #967 #980 #981 #999 #1039 #1048 #1061 #1101 #1102 #1116 #1119 #1124 #1175 #1194 #1216 #1232 #1239 #1248 #1261 #1265 #1268 #1319 #1362 #1366 #1367 #1368 #1371 #1376 #1413 #1495 #1508 #1531 #1545 #1558 #1564 #1584 #1589 #1603 #1643 #1646 #1659 #1660 #1669 #1670 #1678 #1681 #1684 #1688 #1691 #1748 #1768 #1790 #1794 #1816 #1833 #1880 #1885 #1936 #1941 #1964 #1987
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