flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
gno2
MLDZMN
gno2
Updated 2023-01-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
block_timestamp
::
date
as
day
,
count
(
distinct
FROM_ADDRESS
)
as
active_wallets
,
count
(
distinct
tx_hash
)
as
count_TXN
,
sum
(
TX_FEE
)
as
fee
from
polygon
.
core
.
fact_transactions
WHERE
tx_hash
is
not
null
group
by
1
Results
Run a query to Download Data