mahdir007Untitled Query
    Updated 2022-09-08
    SELECT ethereum.uniswapv3.ez_lp_actions.BLOCK_TIMESTAMP, ethereum.uniswapv3.ez_lp_actions.TX_HASH, ethereum.uniswapv3.ez_lp_actions.TOKEN0_PRICE, ethereum.uniswapv3.ez_lp_actions.TOKEN1_PRICE
    FROM ethereum.uniswapv3.ez_lp_actions
    INNER JOIN ethereum.uniswapv3.ez_position_collected_fees ON ethereum.uniswapv3.ez_lp_actions.TX_HASH = ethereum.uniswapv3.ez_position_collected_fees.TX_HASH
    ORDER BY ethereum.uniswapv3.ez_lp_actions.BLOCK_TIMESTAMP
    Run a query to Download Data