sarathmetamask users 4
Updated 2022-06-25
9
1
2
3
4
5
6
7
›
⌄
with data1 as (SELECT distinct origin_from_Address from ethereum.core.ez_dex_swaps where origin_to_Address=lower('0x881D40237659C251811CEC9c364ef91dC08D300C'))
SELECT count(DISTINCT origin_Address) as users ,origin_function_name,count(tx_id) as TRANSACTIONs from ethereum.udm_events where origin_address in (
SELECT origin_from_Address from data1
)
GROUP by 2
Run a query to Download Data