Sbhn_NPCelsius Top 10 Swap Wallets
    Updated 2023-04-12
    select count(tx_hash) as tx_count,origin_from_address as wallets
    from ethereum.core.ez_dex_swaps
    where symbol_in = 'CEL' or symbol_out = 'CEL'
    group by 2
    order by 1 desc
    limit 10
    Run a query to Download Data