raineorshine / solgraph

Visualize Solidity control flow for smart contract security analysis. :dollar: ⇆ :dollar:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include `import`ed source files

semuelle opened this issue · comments

My ERC20 implements IERC20, inherits Ownable and Pausable and uses SafeMath. I can remove the import statements and paste everything into one contract, but it would be much more convenient if solgraph could do that automatically.