๐งน Buy floor UNLISTED SMOLSKULLS WITH BLACK BACKGROUND AND BLUE EYES (78) #29 #31 #45 #100 #161 #196 #303 #318 #351 #390 #410 #427 #482 #484 #486 #532 #544 #546 #565 #568 #613 #621 #624 #678 #720 #722 #732 #758 #776 #817 #842 #899 #906 #924 #962 #1008 #1019 #1026 #1032 #1039 #1063 #1124 #1126 #1131 #1133 #1239 #1244 #1268 #1339 #1357 #1361 #1364 #1376 #1379 #1380 #1405 #1420 #1427 #1438 #1445 #1461 #1489 #1531 #1543 #1546 #1558 #1589 #1639 #1646 #1682 #1713 #1729 #1790 #1792 #1797 #1838 #1875 #1920
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