๐งน Buy floor UNLISTED SMOLSKULLS WITH GREEN BACKGROUND (234) #4 #8 #10 #22 #27 #30 #41 #57 #72 #77 #91 #93 #105 #119 #123 #129 #143 #149 #151 #166 #171 #174 #175 #181 #182 #185 #197 #198 #199 #213 #221 #230 #232 #248 #266 #270 #277 #285 #292 #300 #313 #325 #330 #338 #339 #341 #342 #350 #352 #356 #357 #372 #381 #382 #389 #393 #400 #401 #405 #417 #428 #445 #450 #488 #490 #496 #503 #509 #514 #542 #552 #553 #578 #583 #598 #600 #604 #616 #619 #622 #627 #628 #631 #639 #644 #672 #683 #690 #693 #701 #723 #726 #752 #759 #769 #782 #790 #792 #833 #836 #838 #847 #848 #851 #877 #878 #885 #893 #896 #910 #914 #918 #922 #923 #927 #931 #933 #945 #953 #956 #975 #982 #988 #1023 #1024 #1057 #1064 #1080 #1094 #1100 #1114 #1135 #1140 #1142 #1157 #1161 #1164 #1166 #1180 #1221 #1233 #1234 #1255 #1257 #1263 #1277 #1295 #1303 #1305 #1309 #1336 #1346 #1350 #1351 #1370 #1398 #1406 #1431 #1452 #1454 #1456 #1459 #1474 #1476 #1488 #1494 #1498 #1500 #1501 #1503 #1515 #1520 #1526 #1580 #1586 #1591 #1597 #1599 #1600 #1610 #1613 #1634 #1635 #1649 #1650 #1653 #1657 #1683 #1686 #1690 #1692 #1696 #1699 #1704 #1706 #1708 #1712 #1722 #1723 #1733 #1750 #1756 #1759 #1761 #1787 #1789 #1796 #1801 #1804 #1807 #1823 #1856 #1859 #1865 #1867 #1869 #1871 #1882 #1883 #1896 #1898 #1900 #1904 #1908 #1911 #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