naddison36 / sol2uml

Solidity contract visualisation tool
MIT License
1.13k stars 268 forks source link

Output Solidity from Etherscan verified source code #44

Closed naddison36 closed 3 years ago

naddison36 commented 3 years ago

Add a new sol outputFormat option that will write the verified Solidity code on Etherscan to a file

For example sol2uml 0xC6845a5C768BF8D7681249f8927877Efda425baf -f sol

Which will write all the Aave files loaded on Etherscan into one file called 0xC6845a5C768BF8D7681249f8927877Efda425baf.sol

naddison36 commented 3 years ago

Done in v1.1.28