FXhash Collectors
Mint feed
User stats
Batch send
Sweep stats
๐ Latest fxhash minted out projects
Experimental DYOR helper tool. Art is not a competition.
query LatestProjectsQuery { onchain { generative_token( offset: $0, limit: $1, order_by: {created_at: desc}, where: {enabled: {_eq: true}, flag: {_in: ["CLEAN", "NONE"]}} ) { id name original_supply thumbnail_uri supply created_at iterations_count chain author { name id flag collaborations { collaborator { name id flag } } } reserves { amount } market_stat { listed floor lowest_sold highest_sold sec_volume_nb } pricing_fixeds { price } pricing_dutch_auctions { final_price } } } }