๐งน Buy floor UNLISTED SMOLSKULLS WITH BLUE BACKGROUND AND BLACK EYES (143) #5 #14 #21 #23 #71 #85 #94 #125 #133 #134 #138 #155 #162 #183 #187 #220 #225 #241 #265 #276 #295 #316 #337 #432 #438 #439 #448 #457 #480 #521 #570 #573 #576 #577 #585 #593 #606 #650 #651 #660 #661 #671 #676 #677 #695 #710 #717 #718 #734 #747 #754 #770 #784 #795 #797 #807 #809 #821 #824 #832 #849 #861 #874 #883 #889 #891 #897 #898 #904 #936 #940 #955 #964 #970 #971 #979 #1017 #1025 #1068 #1072 #1099 #1139 #1151 #1155 #1184 #1187 #1196 #1202 #1208 #1222 #1224 #1227 #1237 #1260 #1266 #1270 #1276 #1294 #1300 #1310 #1334 #1347 #1360 #1388 #1392 #1402 #1412 #1463 #1504 #1505 #1530 #1554 #1566 #1569 #1596 #1616 #1655 #1667 #1671 #1676 #1703 #1707 #1719 #1726 #1727 #1737 #1770 #1774 #1788 #1799 #1810 #1812 #1813 #1842 #1868 #1903 #1905 #1922 #1923 #1961 #1974 #1986 #1991
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