--SELECT intra, block_id, tx_group_id, tx_id, asset_id, sender, fee, tx_type, tx_type_name, extra
--FROM algorand.transactions
--WHERE tx_id = 'HMEE6JO2GLXBWD4YXOTXGLSGD5KDS6EQBENLW5TYXK5WPI2YQUHQ'
select *
from ethereum.core.ez_dex_swaps
where PLATFORM = 'uniswap-v3'
and pool_name ilike 'wbtc-usdc%'