freemartianAll Add liquidity transactions to mainnet WETH/USDC pool
    Updated 2022-07-21
    select
    From_address, tx_hash, eth_value, block_number
    from ethereum.core.fact_transactions
    where TX_JSON:receipt:logs[0]:decoded:inputs:to = '0x397ff1542f962076d0bfe58ea045ffa2d347aca0'
    and block_number > '14000000'
    and block_number < '15180000'
    and eth_value > 0.01
    Run a query to Download Data