lagandispenserTop 20 spaces (proposals)
    Updated 2022-08-27
    select count(distinct PROPOSAL_ID) as Top_10_spaces, SPACE_ID
    from ethereum.core.ez_snapshot group by 2 order by 1 desc limit 20


    Run a query to Download Data