ML62oparbi25
Updated 2023-03-04
9
1
2
3
4
5
›
⌄
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