mucryptototal transactions uniswap
    Updated 2023-01-27
    select
    count(tx_hash)
    from ethereum.core.ez_dex_swaps
    where platform = 'uniswap-v2'
    and block_timestamp::date between '2022-01-01' and '2022-01-31'
    Run a query to Download Data