๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH BLACK BACKGROUND AND YELLOW EYES (38) #68 #73 #158 #235 #249 #351 #375 #410 #415 #427 #464 #551 #615 #652 #716 #719 #732 #811 #817 #827 #857 #966 #981 #1032 #1044 #1131 #1162 #1225 #1244 #1269 #1438 #1468 #1516 #1525 #1621 #1644 #1684 #1851
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