msafadoostTotal votes
    Updated 2022-06-17
    select
    COUNT(ORIGIN_FROM_ADDRESS)
    from ethereum.core.fact_event_logs
    where ORIGIN_TO_ADDRESS = '0x5d2c31ce16924c2a71d317e5bbfd5ce387854039'
    AND EVENT_NAME = 'VoteCast'

    Run a query to Download Data