mattkstewGain or Lose 3
    Updated 2022-06-10
    select
    sum(amount_out_usd - amount_in_usd)
    -- amount gained



    from ethereum.core.ez_dex_swaps
    where symbol_out like 'WETH'
    and symbol_in like 'stETH'
    and amount_in_usd < 10000

    Run a query to Download Data