๐งน Buy floor UNLISTED SMOLSKULLS WITH BLACK BACKGROUND AND BLUE EYES (39) #31 #318 #482 #486 #544 #565 #568 #621 #678 #720 #722 #758 #776 #842 #899 #906 #924 #962 #1039 #1063 #1126 #1133 #1239 #1339 #1357 #1361 #1364 #1376 #1380 #1427 #1461 #1639 #1713 #1792 #1797 #1838 #1875 #1920 #1993
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