flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
superfly
Untitled Query
Updated 2022-09-18
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
day
,
count
(
*
)
as
ETH_Uniswap_count
from
ethereum
.
uniswapv3
.
ez_swaps
---س
where
token1_symbol
like
'%ETH%'
and
block_timestamp
>=
'2022-03-03'
group
by
1
Results
Run a query to Download Data