peteer7Terradash
Updated 2022-12-17
9
1
2
3
4
5
6
›
⌄
select replace(replace(LABEL , PROJECT_NAME , '') , 'pair' , '') as name , sum(from_amount/pow(10,from_decimal)) as from_amount from terra.core.ez_swaps inner join terra.core.dim_address_labels
on address=pool_id
where LABEL like '%pair%'
group by 1
order by 2 DESC
limit 10
Run a query to Download Data