Nige7777Untitled Query
    Updated 2022-01-25
    select * from ethereum.udm_events
    where 1=1
    and origin_address = '0x60e488f3bdc191b2b6229f4ada61374a5621078c'
    --and contract_address = '0x397ff1542f962076d0bfe58ea045ffa2d347aca0' --= '0x055475920a8c93cffb64d039a8205f7acc7722d3'
    --and tx_id = '0x7c198f82fd056d3cdda8ef5777a0303c0808a5b28acc2720300966fe5f557eaa'
    --and block_timestamp::DATE > CURRENT_DATE - 15
    and origin_function_name in ('addLiquidity','addLiquidityETH','removeLiquidity','removeLiquidityETH','removeLiquidityETHWithPermit')
    and (lower(to_address) = lower(origin_address) or lower(to_address) = lower(contract_address))
    Run a query to Download Data