flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Polygon July 2
cheeyoung-kek
Polygon July 2
Updated 2022-07-11
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
count
(
distinct
tx_hash
)
as
transactions
,
count
(
distinct
from_address
)
as
total_users
from
polygon
.
core
.
fact_transactions
where
date
>=
'2022-07-01'
and
status
=
'SUCCESS'
group
by
1
Results
Run a query to Download Data