sarath metamask users 5
Updated 2022-06-25
9
1
2
3
4
5
6
7
8
›
⌄
with data1 as (SELECT tx_id from ethereum.udm_events where origin_function_name is NULL and origin_address in
(SELECT distinct origin_from_Address from ethereum.core.ez_dex_swaps where origin_to_Address=lower('0x881D40237659C251811CEC9c364ef91dC08D300C'))
)
SELECT * from ethereum.TRANSACTIONs where tx_id in (SELECT tx_id from data1)
LIMIT 1000
Run a query to Download Data