Slither cannot run because of the incompatible solidity versions of PuppyRaffle.sol and its dependencies #155
fabriziogianni7
started this conversation in
General
Replies: 1 comment 1 reply
-
temporary fix: I also found that the version 3.4.0 of openzeppelin, in ERC721 contract, does not have _exists() and totalSupply(). so I just commented it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
slither .
is failing because it encounters incompatible versions of solidity in PuppyRaffle and its dependencies.I can't find how to fix it here without setting a higher version on the contract 🤔🤔🤔
Beta Was this translation helpful? Give feedback.
All reactions