๐งน Buy floor UNLISTED SMOLSKULLS WITH BLACK BACKGROUND AND RED EYES (53) #39 #88 #106 #231 #250 #343 #396 #424 #451 #458 #508 #626 #647 #743 #828 #837 #887 #902 #906 #919 #920 #1002 #1056 #1130 #1133 #1159 #1171 #1182 #1197 #1240 #1254 #1256 #1307 #1319 #1321 #1413 #1460 #1478 #1491 #1535 #1556 #1557 #1564 #1643 #1659 #1746 #1749 #1763 #1795 #1820 #1878 #1924 #1967
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