๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH YELLOW BACKGROUND (76) #16 #104 #112 #127 #130 #145 #157 #179 #210 #236 #264 #312 #329 #340 #347 #348 #358 #363 #409 #418 #435 #474 #477 #517 #539 #601 #603 #605 #642 #648 #664 #682 #733 #791 #802 #829 #843 #884 #929 #941 #987 #1059 #1074 #1183 #1189 #1204 #1209 #1241 #1308 #1315 #1332 #1358 #1393 #1409 #1421 #1442 #1517 #1522 #1577 #1608 #1631 #1680 #1694 #1734 #1745 #1754 #1764 #1781 #1783 #1786 #1824 #1825 #1897 #1942 #1971 #1996
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