๐งน Buy floor UNLISTED SMOLSKULLS WITH YELLOW BACKGROUND AND BLACK EYES (151) #9 #11 #16 #25 #54 #65 #102 #103 #104 #127 #137 #141 #164 #179 #210 #211 #218 #223 #229 #240 #252 #273 #288 #309 #312 #329 #331 #340 #353 #392 #403 #418 #419 #423 #446 #454 #466 #469 #471 #473 #477 #492 #517 #522 #545 #601 #605 #609 #612 #617 #625 #632 #636 #657 #664 #689 #709 #715 #730 #760 #764 #766 #791 #843 #852 #866 #900 #905 #916 #917 #925 #928 #951 #961 #969 #987 #989 #990 #993 #996 #1020 #1036 #1040 #1065 #1078 #1127 #1141 #1153 #1156 #1169 #1174 #1183 #1186 #1189 #1190 #1201 #1209 #1212 #1243 #1245 #1250 #1283 #1287 #1308 #1315 #1325 #1329 #1352 #1391 #1393 #1409 #1414 #1415 #1418 #1419 #1442 #1444 #1522 #1527 #1539 #1548 #1563 #1572 #1577 #1593 #1608 #1638 #1654 #1656 #1661 #1668 #1701 #1740 #1745 #1783 #1786 #1814 #1824 #1840 #1892 #1897 #1926 #1935 #1943 #1969 #1971 #1977 #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