How to detect contracts of different compiled versions in large batches
Open
question
- Dominant language
- Python
- Stars
- 6.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Hello everyone, I am planning to use slither to do large-scale (about 1200) smart contract vulnerability detection as a reference for the experimental data of the paper. But these contracts all require different versions of the solidity compiler (for example: ^0.4.20, ^0.6.4). Is there any way to automatically batch detect these contracts without manually switching the solc version?
Thank you very much!
Contributor guide
Assessment
This issue has not been assessed yet.