๐ FXHash collectors
๐ก Enter a fxhash project name ID to show its collectors
query FXCollectorsQuery { onchain { generative_token(where: {id: { _eq: "$0"}}){ name id supply author { id name flag collaborations { user { id name flag } } } chain iterations_count market_stat { listed floor median highest_sold lowest_sold prim_volume prim_volume_nb sec_volume sec_volume_nb } objkts { owner { name id flag } active_listings { version id price } #gentkContractAddress metadata name id generation_hash } pricing_fixeds { price } pricing_dutch_auctions { final_price } } } } query FxListingQuery { onchain { generativeToken(id: "$0") { activeListedObjkts(sort: {listingPrice: "ASC"}, take: $1) { name id active_listings { version price id } } } } } query FXCollectorsSearchQuery { search(input: { query: "$0", hitsPerPage: 10 page: 0 }) { projects { hits { id title } } } }