MrIncredible-2Xnu9OGetting Started
    SELECT
    TOKEN0_SYMBOL,
    TX_HASH
    FROM
    ethereum.uniswapv3.ez_swaps
    WHERE
    AMOUNT0_USD > 1000000
    AND DATE_TRUNC('day', TO_TIMESTAMP_SECONDS (BLOCK_TIMESTAMP)) = TO_TIMESTAMP('2023-01-01 00:00:00')
    Run a query to Download Data