SELECT
*
from ethereum.core.ez_dex_swaps
-- where origin_from_address IN
-- (
-- SELECT
-- address
-- from flipside_prod_db.crosschain.address_labels
-- where project_name ilike '%celsius%'
-- )
where origin_from_address = '0x5fae4c088b1d8dddbdafff93a648dd87a71c6dea'
and block_timestamp >= CURRENT_DATE - interval '90 days'
order by 2 desc