flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
clear-jade
mattkstew
clear-jade
Updated 2024-12-03
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
DATE
(
block_timestamp
)
as
date
,
sum
(
amount_usd
)
as
amount
from
ethereum
.
core
.
ez_token_transfers
Where
block_timestamp
>=
GETDATE
(
)
-
interval
'3 days'
group
by
1
Results
QueryRunArchived: QueryRun has been archived