simscryptTransfers in July compared with other months
    Updated 2024-08-25
    SELECT SUM (amount_usd) AS total_usd, date_trunc (month, block_timestamp) AS month
    FROM polygon.core.ez_token_transfers
    WHERE (block_timestamp)
    BETWEEN '2024-01-01' AND '2024-07-31'
    GROUP BY month
    ORDER BY month
    QueryRunArchived: QueryRun has been archived