Updated 2025-02-25
    select tx_hash, amount_out, amount_out_usd
    from ethereum.defi.ez_dex_swaps
    where token_out = lower('0xb33d999469a7e6b9ebc25a3a05248287b855ed46')
    and block_timestamp::date >= '2025-01-26'
    and amount_out_usd is not null
    order by 2 desc
    limit 1
    QueryRunArchived: QueryRun has been archived