๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH BLACK BACKGROUND AND BLACK EYES (57) #17 #33 #45 #68 #69 #100 #249 #259 #375 #416 #532 #540 #546 #554 #567 #614 #624 #640 #652 #742 #808 #862 #938 #1008 #1021 #1044 #1055 #1101 #1248 #1394 #1405 #1410 #1420 #1432 #1433 #1445 #1451 #1457 #1489 #1516 #1576 #1587 #1621 #1691 #1766 #1777 #1794 #1798 #1816 #1833 #1836 #1851 #1880 #1885 #1901 #1956 #1987
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