m0rt3zaNFL All Day - Preseason user analysis - Top Spenders
    Updated 2022-09-14
    SELECT buyer, sum(price) as usd_volume_bought
    FROM flow.core.ez_nft_sales
    WHERE nft_collection = 'A.e4cf4bdc1751c65d.AllDay'
    AND block_timestamp BETWEEN '2022-08-04' AND '2022-09-08'
    GROUP BY buyer
    ORDER BY usd_volume_bought DESC
    LIMIT 10
    Run a query to Download Data