mlhuniswap-v2 pools tvl
    Updated 2022-07-06
    select block_timestamp
    from ethereum.core.ez_dex_swaps
    where BLOCK_NUMBER>14990994
    order by 1 asc
    limit 5
    Run a query to Download Data