๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH BLACK BACKGROUND AND WHITE EYES (62) #17 #69 #122 #158 #235 #259 #303 #375 #412 #415 #464 #484 #504 #551 #567 #594 #624 #633 #640 #716 #737 #808 #811 #827 #862 #938 #957 #1008 #1019 #1021 #1026 #1044 #1055 #1101 #1162 #1225 #1269 #1306 #1323 #1394 #1405 #1410 #1432 #1433 #1445 #1451 #1457 #1525 #1546 #1576 #1587 #1621 #1644 #1670 #1682 #1766 #1816 #1833 #1836 #1885 #1901 #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