Skip to content

Slither - a static analysis framework for Ethereum smart contracts - Assertion Error

Notifications You must be signed in to change notification settings

singhpreetileo90/Slither

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slither

Slither - a static analysis framework for Ethereum smart contracts - Assertion Error

Issue : support for imports with alias (either symbol alias or unit alias) #1452

Running slither . --compile-force-framework foundry leads to the crash with a backtrace pasted as the log output below.

This is because Slither cannot find a contract named c.Counter (as referenced from src/Importer.sol).

Related Issue : Import with alias collision #1364

If an import renames a contract to a name that is already taken by another contract, Slither crashes.

About

Slither - a static analysis framework for Ethereum smart contracts - Assertion Error

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published