andreafiandro2024-04-05 05:36 PM
    Updated 2024-04-05
    SELECT max(block_timestamp) as max_date, min(block_timestamp) as min_date
    FROM ethereum.uniswapv3.ez_swaps
    WHERE pool_address = '0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640'
    QueryRunArchived: QueryRun has been archived