flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Proposal Overview
alitaslimi
Proposal Overview
Updated 2023-03-10
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
status
AS
"Status"
,
COUNT
(
DISTINCT
proposal_id
)
AS
"Proposals"
,
ROUND
(
AVG
(
end_voting_period
-
start_voting_period
)
)
AS
"Voting Period"
FROM
ethereum
.
aave
.
ez_proposals
GROUP
BY
"Status"
ORDER
BY
"Status"
DESC
Results
Run a query to Download Data