CryptoIcicleUntitled Query
Updated 2022-01-10
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
select
*
from ethereum.events_emitted
where
-- (
-- from_label = 'curve fi'
-- or to_label = 'curve.fi'
-- )
-- and origin_function_name = 'exchange'
-- and origin_address <> '0xbabe61887f1de2713c6f97e567623453d3c79f67'
-- and symbol is not null
-- and
tx_id = '0xa659359dc8d0e166b538f42f634514e9ee6a86fa381bbbd50d156b4ab00486fd'
-- group by symbol
-- order by n_txns_symbol desc
limit 500
Run a query to Download Data