Liam57Untitled Query
    Updated 2023-03-22
    select count(VOTER) as votes , count(distinct voter) as unique_voters , count(distinct proposal_id) as proposals from ethereum.aave.ez_votes
    where block_timestamp::date >= CURRENT_DATE - 90
    Run a query to Download Data