You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
semuelle
changed the title
Include imported source files
[enhancement] Include imported source files
Mar 12, 2019
My ERC20 implements
IERC20
, inheritsOwnable
andPausable
and usesSafeMath
. I can remove theimport
statements and paste everything into one contract, but it would be much more convenient if solgraph could do that automatically.The text was updated successfully, but these errors were encountered: