๐งน Buy floor UNLISTED SMOLSKULLS WITH BLUE BACKGROUND AND WHITE EYES (159) #1 #5 #14 #21 #23 #36 #50 #71 #85 #94 #125 #133 #138 #155 #172 #187 #202 #217 #220 #225 #241 #265 #306 #316 #320 #324 #337 #387 #432 #438 #448 #457 #480 #512 #518 #521 #570 #573 #576 #577 #585 #606 #618 #650 #660 #661 #671 #676 #685 #695 #710 #718 #738 #747 #754 #770 #784 #795 #797 #798 #807 #809 #816 #821 #832 #849 #856 #861 #874 #889 #891 #898 #904 #936 #940 #955 #958 #964 #971 #979 #1017 #1025 #1058 #1068 #1072 #1079 #1089 #1099 #1139 #1150 #1151 #1155 #1184 #1193 #1196 #1208 #1222 #1224 #1227 #1237 #1260 #1266 #1270 #1276 #1294 #1300 #1310 #1330 #1334 #1347 #1388 #1392 #1402 #1412 #1447 #1463 #1475 #1482 #1504 #1505 #1509 #1524 #1530 #1549 #1554 #1565 #1566 #1569 #1596 #1622 #1655 #1671 #1674 #1676 #1703 #1707 #1719 #1726 #1727 #1737 #1758 #1770 #1774 #1788 #1805 #1810 #1813 #1821 #1842 #1855 #1868 #1902 #1905 #1922 #1923 #1954 #1961 #1974 #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