๐งน Buy floor UNLISTED SMOLSKULLS WITH GREEN BACKGROUND AND BLACK EYES (102) #4 #57 #91 #119 #143 #166 #174 #175 #182 #285 #292 #300 #339 #342 #350 #356 #357 #381 #382 #401 #405 #503 #552 #578 #598 #604 #616 #619 #622 #627 #628 #631 #644 #672 #690 #693 #752 #769 #782 #833 #851 #896 #910 #922 #927 #931 #945 #982 #988 #1100 #1140 #1142 #1166 #1221 #1263 #1277 #1303 #1309 #1350 #1351 #1398 #1406 #1431 #1474 #1476 #1488 #1494 #1501 #1503 #1520 #1526 #1586 #1591 #1600 #1613 #1657 #1683 #1690 #1692 #1696 #1699 #1704 #1706 #1712 #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