๐งน Buy floor UNLISTED SMOLSKULLS WITH BLUE BACKGROUND AND RED EYES (55) #14 #21 #36 #115 #225 #237 #241 #306 #364 #370 #422 #463 #472 #518 #555 #562 #731 #734 #738 #754 #849 #874 #958 #992 #1005 #1091 #1093 #1150 #1155 #1193 #1199 #1285 #1292 #1335 #1345 #1447 #1472 #1505 #1542 #1566 #1575 #1607 #1622 #1630 #1651 #1805 #1812 #1821 #1822 #1849 #1879 #1903 #1930 #1932 #1992
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