flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
2
Mostafa
2
Updated 2023-05-31
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
date_trunc
(
'week'
,
block_timestamp
)
as
date
,
sum
(
WITHDRAWN_TOKENS
)
as
withdrawn_tokens
FROM
ethereum
.
aave
.
ez_withdraws
WHERE
date
>=
'2022-01-01'
and
symbol
=
'AAVE'
GROUP
BY
1
Results
Run a query to Download Data