๐งน Buy floor UNLISTED SMOLSKULLS WITH YELLOW BACKGROUND AND BLACK EYES (116) #9 #11 #25 #54 #65 #102 #103 #137 #141 #164 #211 #218 #223 #229 #240 #252 #273 #288 #309 #331 #353 #392 #403 #419 #423 #446 #454 #466 #469 #471 #473 #492 #522 #545 #609 #612 #617 #625 #632 #636 #657 #689 #709 #715 #730 #760 #764 #766 #852 #866 #900 #905 #916 #917 #925 #928 #951 #961 #969 #989 #990 #993 #996 #1020 #1036 #1040 #1065 #1078 #1127 #1141 #1153 #1156 #1169 #1174 #1186 #1190 #1201 #1212 #1243 #1245 #1250 #1283 #1287 #1325 #1329 #1352 #1391 #1414 #1415 #1418 #1419 #1444 #1527 #1539 #1548 #1563 #1572 #1593 #1638 #1654 #1656 #1661 #1668 #1701 #1740 #1814 #1840 #1892 #1926 #1935 #1943 #1969 #1977 #1982 #1988 #1994
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