Sbhn_NP2024-01-24 06:25 PM
    Updated 2024-01-24
    --cc : alitaslimi
    with
    swaps as (
    select
    block_timestamp,
    tx_hash,
    origin_from_address as swapper,
    event_index,
    case platform
    when 'balancer' then 'Balancer'
    when 'curve' then 'Curve'
    when 'fraxswap' then 'Fraxswap'
    when 'shibaswap' then 'Shiba Swap'
    when 'hashflow' then 'Hashflow'
    when 'hashflow-v3' then 'Hashflow'
    when 'kyberswap-v1' then 'KyberSwap'
    when 'kyberswap-v2' then 'KyberSwap'
    when 'sushiswap' then 'Sushiswap'
    when 'trader-joe-v2' then 'Trader Joe'
    when 'uniswap-v3' then 'Uniswap'
    when 'uniswap-v2' then 'Uniswap'
    when 'pancakeswap-v3' then 'Pancake Swap'
    when 'pancakeswap-v2' then 'Pancake Swap'
    when 'maverick' then 'Maverick'
    when 'dodo-v1' then 'Dodo'
    when 'dodo-v2' then 'Dodo'
    when 'synthetix' then 'Synthetix'
    when 'verse' then 'Verse'
    else platform
    end as dex,
    pool_name,
    token_in,
    token_out,
    symbol_in,
    symbol_out,
    amount_in,
    Last run: over 1 year ago
    DEX
    Volume
    Average Volume
    Median Volume
    1
    Trader Joe211208532102114
    2
    Shiba Swap383986602040681
    3
    Uniswap327942502587490866
    4
    Synthetix4802867818472699501
    5
    Curve53001172297245512560
    6
    Dodo1307911698140833842
    7
    Pancake Swap979994225170473001
    8
    Sushiswap3635219202145686
    9
    KyberSwap383008523281000
    10
    Fraxswap910833021758715164
    11
    Balancer839425131240062591
    12
    Verse2070723965202
    13
    Hashflow3047372033434010749
    13
    432B
    3s