select to_address_name,
sum(amount) as Volume
from ethereum.udm_events
where lower(contract_address) = '0xd533a949740bb3306d119cc777fa900ba034cd52'
and origin_function_name = 'addLiquidity' and block_timestamp > '2021-01-01' and to_label = 'sushiswap'
group by 1