๐งน Buy floor UNLISTED GRADIENT SMOLSKULLS WITH BLACK BACKGROUND AND RED EYES (35) #33 #69 #73 #95 #122 #131 #161 #196 #214 #242 #390 #416 #567 #594 #614 #615 #633 #719 #737 #862 #966 #1306 #1323 #1379 #1433 #1451 #1468 #1543 #1688 #1729 #1766 #1777 #1798 #1836 #1956
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