๐งน Buy floor LISTED SMOLSKULLS WITH BLACK BACKGROUND AND WHITE EYES (24) #943 199tz
#607 269tz
#984 300tz
#1408 300tz
#1108 349tz
#663 500tz
#667 599tz
#864 650tz
#781 669tz
#7 777tz
#645 800tz
#284 998tz
#247 999tz
#443 999tz
#406 1200tz
#1210 1210tz
#655 1234tz
#408 1421tz
#481 1980tz
#1226 2000tz
#1274 5000tz
#1168 6900tz
#963 17480tz
#315 1000000tz
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