๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH BLUE BACKGROUND (73) #1 #14 #23 #162 #172 #183 #202 #276 #387 #422 #475 #512 #518 #555 #570 #618 #651 #660 #671 #734 #738 #795 #798 #809 #816 #821 #824 #849 #856 #940 #958 #971 #979 #992 #1017 #1025 #1045 #1068 #1072 #1093 #1151 #1184 #1187 #1202 #1224 #1237 #1276 #1294 #1310 #1326 #1360 #1392 #1447 #1483 #1524 #1565 #1566 #1596 #1616 #1622 #1630 #1671 #1737 #1770 #1774 #1799 #1812 #1813 #1821 #1855 #1903 #1930 #1961
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