๐งน Buy floor UNLISTED SMOLSKULLS WITH GRAY SKULL AND GREEN EYES (41) #51 #55 #58 #64 #79 #116 #139 #152 #163 #333 #344 #395 #470 #580 #597 #610 #637 #638 #659 #772 #801 #820 #840 #915 #960 #1014 #1030 #1083 #1085 #1115 #1281 #1344 #1373 #1411 #1534 #1582 #1601 #1809 #1884 #1895 #1928
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