-- 5. 디파이 관련 활동 내역은?
select block_number, block_timestamp, tx_hash, platform, pool_name, symbol_in, amount_in, amount_in_usd, symbol_out, amount_out, amount_out_usd
from ethereum.defi.ez_dex_swaps
where ORIGIN_FROM_ADDRESS = {{TARGET_ADDRESS}}
order by block_timestamp desc
;