sarathmisouser2
    Updated 2022-09-20
    SELECT DISTINCT COUNT (SENDER) AS number_user_pol,
    date_trunc('day', BLOCK_TIMESTAMP) AS date
    FROM polygon.sushi.ez_swaps a
    WHERE BLOCK_TIMESTAMP >= CURRENT_DATE -30
    GROUP BY 2
    ORDER BY 2
    Run a query to Download Data