ML62oparbi25
    Updated 2023-03-04
    select sum(AMOUNT) as amounts , count(distinct ETH_FROM_ADDRESS) as users , count(*) as counts , project_name
    from arbitrum.core.ez_eth_transfers
    inner join arbitrum.core.dim_labels
    on ETH_TO_ADDRESS= ADDRESS and label_type='dex'
    group by 4
    Run a query to Download Data