Pmisha-bmlMdxsteth.dex
Updated 2022-06-04
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
b.label,
b.LABEL_TYPE,
sum(AMOUNT) as total_amount,
count(distinct TX_HASH) as use_no
from ethereum.core.ez_token_transfers s left outer join ethereum.core.dim_labels b on s.TO_ADDRESS=b.ADDRESS
where b.ADDRESS_NAME ilike '%stETH%'
and b.LABEL_SUBTYPE !='token_contract'
--and b.LABEL_SUBTYPE='pool'
and b.LABEL_TYPE='dex'
group by 1,2
Run a query to Download Data