MahrooDaily Eth Volume in septmber
    Updated 2024-11-02
    SELECT
    SUM(amount_out_usd) AS total_amount_out_usd
    FROM
    ethereum.defi.ez_dex_swaps
    WHERE
    token_out = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
    AND DATE(block_timestamp) BETWEEN '2024-09-01' AND '2024-09-30'
    AND event_name = 'Swap';

    QueryRunArchived: QueryRun has been archived