Aragon Vote: Checking the EVM Script
We've published a short Replit from the script parts we're using for preparing the votes: EVMVoteScriptParser#main.py
Checking the EVM script
-
Start Replit.

- Open the Replit script
- Click the big green
RUNbutton at the top. - The script will start installing dependencies — this takes a couple of minutes.
-
Get the EVM script from the vote.

- Open voting contract on etherscan 0x2e59A20f205bB85a89C53f1936454680651E618e#readProxyContract (can check the voting contract address in Deployed contracts).
- Check the
getVotemethod (sixth in the list): enter the vote in question, pushquery. - Copy the
scripttext (long string starting with 0x).
-
Check the script
- Get back to Replit, wait for the setup to pass.
- The Replit will ask for the EVM script — paste the text from Etherscan and push
enterto see the actions in the script.

That's it! 💪🎉🏝