๐งน Buy floor UNLISTED SMOLSKULLS WITH GRAY SKULL AND WHITE EYES (118) #51 #55 #56 #60 #62 #82 #96 #144 #154 #195 #204 #256 #258 #278 #280 #291 #311 #335 #346 #385 #407 #420 #425 #426 #447 #453 #525 #534 #566 #572 #581 #589 #595 #611 #649 #659 #668 #680 #694 #697 #703 #704 #740 #750 #755 #757 #773 #774 #777 #779 #789 #796 #800 #803 #815 #823 #831 #846 #869 #909 #932 #939 #978 #1009 #1043 #1046 #1088 #1095 #1096 #1104 #1111 #1121 #1152 #1172 #1185 #1207 #1230 #1259 #1278 #1318 #1333 #1337 #1340 #1349 #1365 #1387 #1411 #1423 #1424 #1507 #1510 #1519 #1533 #1573 #1592 #1645 #1679 #1715 #1718 #1724 #1738 #1757 #1784 #1793 #1808 #1818 #1828 #1830 #1831 #1837 #1844 #1846 #1899 #1928 #1939 #1947 #1981 #1989
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