flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
majidgholami
Untitled Query
Updated 2022-12-05
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date_trunc
(
'day'
,
BLOCK_TIMESTAMP
)
as
date1
,
FROM_ADDRESS
,
sum
(
RAW_AMOUNT
)
as
valu
from
ethereum
.
core
.
fact_token_transfers
where
date1
>
CURRENT_DATE
-
50
group
by
1
,
2
order
by
date1
desc
limit
10
Results
Run a query to Download Data