๐งน Buy floor UNLISTED SMOLSKULLS WITH YELLOW BACKGROUND (209) #9 #11 #19 #24 #25 #42 #47 #54 #65 #81 #102 #103 #111 #120 #137 #141 #164 #192 #211 #218 #223 #229 #240 #244 #252 #261 #262 #273 #288 #309 #317 #331 #353 #362 #373 #376 #383 #392 #403 #419 #423 #433 #446 #449 #454 #466 #469 #471 #473 #478 #492 #493 #516 #522 #526 #541 #545 #549 #584 #599 #609 #612 #617 #625 #632 #636 #653 #657 #687 #689 #709 #713 #715 #730 #735 #746 #760 #761 #764 #766 #767 #768 #794 #813 #835 #852 #865 #866 #900 #903 #905 #908 #916 #917 #925 #928 #946 #951 #959 #961 #969 #985 #989 #990 #993 #995 #996 #997 #1015 #1018 #1020 #1031 #1035 #1036 #1040 #1065 #1078 #1087 #1117 #1127 #1141 #1153 #1156 #1160 #1169 #1174 #1177 #1179 #1186 #1190 #1201 #1206 #1212 #1215 #1218 #1219 #1243 #1245 #1250 #1283 #1287 #1322 #1325 #1327 #1329 #1343 #1352 #1359 #1378 #1391 #1414 #1415 #1418 #1419 #1436 #1444 #1465 #1493 #1502 #1512 #1527 #1537 #1539 #1548 #1563 #1570 #1572 #1579 #1593 #1609 #1611 #1618 #1620 #1627 #1638 #1642 #1654 #1656 #1661 #1668 #1685 #1687 #1701 #1721 #1740 #1771 #1778 #1803 #1814 #1819 #1826 #1840 #1845 #1866 #1890 #1891 #1892 #1894 #1926 #1935 #1943 #1969 #1977 #1982 #1985 #1988 #1994 #1999 #2000
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