๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH BLUE EYES (143) #23 #29 #37 #45 #46 #76 #93 #100 #116 #145 #160 #161 #162 #171 #178 #179 #183 #196 #236 #293 #303 #312 #340 #344 #351 #352 #358 #363 #367 #371 #390 #400 #409 #410 #427 #442 #468 #475 #484 #514 #517 #532 #546 #555 #613 #618 #624 #642 #648 #682 #688 #701 #721 #726 #732 #733 #798 #809 #817 #820 #829 #884 #933 #992 #1004 #1006 #1008 #1019 #1026 #1030 #1032 #1045 #1051 #1070 #1072 #1074 #1093 #1112 #1124 #1131 #1164 #1183 #1187 #1191 #1204 #1209 #1229 #1244 #1247 #1262 #1268 #1308 #1315 #1326 #1332 #1336 #1346 #1360 #1374 #1375 #1379 #1392 #1393 #1405 #1420 #1438 #1445 #1464 #1483 #1486 #1489 #1517 #1531 #1543 #1546 #1552 #1558 #1589 #1646 #1664 #1682 #1686 #1694 #1723 #1729 #1732 #1734 #1764 #1774 #1790 #1800 #1813 #1825 #1841 #1864 #1865 #1871 #1897 #1898 #1904 #1930 #1958 #1971
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