๐งน Buy floor UNLISTED SMOLSKULLS WITH YELLOW BACKGROUND AND WHITE EYES (158) #9 #11 #16 #19 #24 #47 #54 #65 #102 #103 #104 #111 #112 #120 #127 #157 #164 #179 #192 #211 #223 #229 #236 #252 #261 #264 #273 #288 #309 #329 #340 #347 #353 #373 #376 #383 #392 #403 #409 #418 #419 #423 #435 #446 #454 #466 #469 #471 #473 #492 #517 #522 #526 #545 #601 #605 #609 #617 #625 #632 #636 #664 #682 #689 #730 #746 #760 #764 #766 #791 #852 #866 #884 #900 #903 #905 #916 #917 #925 #928 #941 #951 #961 #969 #985 #987 #989 #990 #993 #996 #1020 #1035 #1036 #1040 #1065 #1078 #1127 #1141 #1156 #1169 #1186 #1201 #1212 #1219 #1241 #1243 #1245 #1250 #1283 #1287 #1308 #1315 #1322 #1325 #1358 #1391 #1414 #1415 #1418 #1444 #1522 #1527 #1537 #1539 #1548 #1563 #1572 #1577 #1593 #1608 #1611 #1638 #1642 #1654 #1661 #1668 #1680 #1685 #1701 #1734 #1740 #1745 #1754 #1781 #1814 #1825 #1826 #1891 #1892 #1897 #1926 #1935 #1943 #1969 #1982 #1988 #1994 #1996
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