๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH RED EYES (142) #14 #22 #33 #37 #46 #69 #73 #76 #87 #95 #104 #122 #130 #131 #160 #161 #178 #180 #181 #185 #196 #209 #210 #213 #214 #230 #242 #264 #266 #293 #325 #330 #341 #360 #363 #390 #413 #416 #422 #428 #435 #445 #477 #507 #518 #547 #550 #555 #567 #588 #594 #603 #605 #610 #614 #615 #633 #648 #701 #707 #719 #721 #734 #737 #738 #756 #790 #802 #812 #844 #847 #849 #859 #862 #868 #878 #929 #933 #942 #958 #960 #966 #992 #1000 #1034 #1049 #1051 #1059 #1093 #1161 #1180 #1189 #1229 #1252 #1306 #1323 #1336 #1374 #1379 #1382 #1409 #1422 #1433 #1447 #1451 #1468 #1500 #1543 #1553 #1566 #1577 #1597 #1622 #1630 #1631 #1634 #1664 #1688 #1700 #1702 #1729 #1756 #1766 #1772 #1777 #1781 #1782 #1783 #1798 #1804 #1807 #1812 #1821 #1836 #1841 #1850 #1864 #1871 #1903 #1908 #1930 #1956
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