๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH BLUE BACKGROUND AND WHITE EYES (50) #1 #14 #23 #172 #202 #387 #512 #518 #570 #618 #660 #671 #738 #795 #798 #809 #816 #821 #849 #856 #940 #958 #971 #979 #1017 #1025 #1068 #1072 #1151 #1184 #1224 #1237 #1276 #1294 #1310 #1392 #1447 #1524 #1565 #1566 #1596 #1622 #1671 #1737 #1770 #1774 #1813 #1821 #1855 #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