flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
decline_usdcc2
sarath
decline_usdcc2
Updated 2022-10-07
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
month
,
BLOCK_TIMESTAMP
)
date
,
SYMBOL
,
count
(
distinct
USER_ADDRESS
)
from
ethereum
.
core
.
ez_balance_deltas
where
SYMBOL
in
(
'USDC'
,
'USDT'
,
'DAI'
,
'FRAX'
,
'BUSD'
)
group
by
1
,
2
order
by
1
Results
Run a query to Download Data