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
I downloaed the smart contracts source code and use slither to detect them in python. But the smart contract which have two different SPDX license in its two subcontracts. So the Slither('EPEPE.sol') went wrong. The error is multiple SPDX license. https://etherscan.io/address/0xcd8d706ada4fd5c540e47d98f126f991813c44ed#code
Code example to reproduce the issue:
from slither.slither import Slither
cts=Slither('EPEPE.sol')
Version:
0.10.3
Relevant log output:
Multiple SPDX license
The text was updated successfully, but these errors were encountered:
Hi! Can you post the complete Slither output? I don't think we have anything in particular that detects multiple SPDX licenses; what you're seeing might be an error/warning from solc (the compiler).
Describe the issue:
I downloaed the smart contracts source code and use slither to detect them in python. But the smart contract which have two different SPDX license in its two subcontracts. So the Slither('EPEPE.sol') went wrong. The error is multiple SPDX license.
https://etherscan.io/address/0xcd8d706ada4fd5c540e47d98f126f991813c44ed#code
Code example to reproduce the issue:
Version:
0.10.3
Relevant log output:
The text was updated successfully, but these errors were encountered: