scottincrypto2023-06-06 08:57 PM
    Updated 2023-06-22
    select
    distinct tick
    from ethereum.uniswapv3.ez_pool_stats
    where pool_address = '0x020c349a0541d76c16f501abc6b2e9c98adae892'
    -- and block_timestamp > '2023-06-01'
    order by tick
    Run a query to Download Data