freeman_7Total Volume
    Updated 2025-01-21
    select
    count(distinct tx_hash) as Total_Transaction,
    sum(amount_in_usd) as Total_Volume
    from optimism.defi.ez_dex_swaps
    where origin_TO_ADDRESS = lower('0xCa423977156BB05b13A2BA3b76Bc5419E2fE9680')

    Last run: about 2 months ago
    TOTAL_TRANSACTION
    TOTAL_VOLUME
    1
    6100381040135639.8
    1
    23B
    13s