Pre-Sages Lab (Team 2)convinced-green
    Updated 2025-03-02
    select
    *
    -- block_timestamp,
    -- liquidity,
    -- liquidity_adjusted
    from ethereum.uniswapv3.ez_swaps
    WHERE pool_address = LOWER('0xCBCdF9626bC03E24f779434178A73a0B4bad62eD') -- WBTC-ETH Pool
    --block_timestamp = current_date -1
    order by block_timestamp desc
    limit 10
    QueryRunArchived: QueryRun has been archived