๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH BLACK BACKGROUND AND BLUE EYES (40) #29 #45 #100 #161 #196 #303 #351 #390 #410 #427 #484 #532 #546 #613 #624 #732 #817 #1008 #1019 #1026 #1032 #1124 #1131 #1244 #1268 #1379 #1405 #1420 #1438 #1445 #1489 #1531 #1543 #1546 #1558 #1589 #1646 #1682 #1729 #1790
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