๐งน Buy floor UNLISTED SMOLSKULLS WITH GRAY SKULL AND BLUE EYES (59) #15 #37 #82 #116 #152 #154 #159 #160 #173 #274 #293 #297 #344 #385 #395 #468 #470 #494 #533 #646 #680 #778 #789 #799 #801 #820 #863 #872 #965 #1004 #1006 #1030 #1086 #1112 #1149 #1172 #1191 #1229 #1247 #1289 #1302 #1373 #1375 #1464 #1533 #1578 #1664 #1705 #1725 #1732 #1800 #1841 #1858 #1874 #1877 #1910 #1931 #1958 #1981
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