๐งน Buy floor UNLISTED SMOLSKULLS WITH BLACK BACKGROUND AND RED EYES (86) #33 #39 #69 #73 #88 #95 #106 #122 #131 #161 #196 #214 #231 #242 #250 #343 #390 #396 #416 #424 #451 #458 #508 #567 #594 #614 #615 #626 #633 #647 #719 #737 #743 #828 #837 #862 #887 #902 #906 #919 #920 #966 #1002 #1056 #1130 #1133 #1159 #1171 #1182 #1197 #1240 #1254 #1256 #1306 #1307 #1319 #1321 #1323 #1379 #1413 #1433 #1451 #1460 #1468 #1478 #1491 #1535 #1543 #1556 #1557 #1643 #1659 #1688 #1729 #1746 #1749 #1763 #1766 #1777 #1798 #1820 #1836 #1878 #1924 #1956 #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