๐งน Buy floor UNLISTED SMOLSKULLS WITH GREEN BACKGROUND AND WHITE EYES (101) #57 #91 #119 #143 #149 #151 #166 #175 #182 #199 #248 #285 #292 #300 #338 #339 #342 #357 #381 #382 #405 #488 #503 #552 #553 #578 #604 #616 #619 #622 #627 #628 #631 #644 #693 #752 #769 #782 #851 #896 #910 #922 #927 #931 #956 #982 #1080 #1100 #1140 #1157 #1166 #1221 #1263 #1277 #1305 #1350 #1351 #1370 #1398 #1406 #1431 #1452 #1454 #1459 #1474 #1476 #1488 #1494 #1501 #1503 #1520 #1526 #1591 #1650 #1653 #1657 #1683 #1690 #1692 #1696 #1699 #1704 #1706 #1750 #1759 #1761 #1789 #1801 #1823 #1856 #1883 #1896 #1925 #1927 #1929 #1933 #1938 #1944 #1953 #1965 #1979
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