flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Aave Delegates 2
mattkstew
Aave Delegates 2
Updated 2023-03-19
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
Date
,
count
(
*
)
as
Total_votes
,
count
(
distinct
voter
)
as
Unique_Voters
from
ethereum
.
aave
.
ez_votes
where
block_timestamp
>
current_date
-
{
{
Time_Period
}
}
group
by
1
Results
Run a query to Download Data