We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slither doesn't work for MetaMorpho contract
https://github.com/morpho-org/metamorpho
0.10.1
ERROR:SlitherSolcParsing: Failed to generate IR for MetaMorpho.constructor. Please open an issue https://github.com/crytic/slither/issues. MetaMorpho.constructor (src/MetaMorpho.sol#119-136): morpho == address(0) ErrorsLib.ZeroAddress() MORPHO = IMorpho(morpho) DECIMALS_OFFSET = uint8(uint256(18).zeroFloorSub(IERC20Metadata(_asset).decimals())) _checkTimelockBounds(initialTimelock) _setTimelock(initialTimelock) IERC20(_asset).forceApprove(morpho,type()(uint256).max) ERC4626(IERC20(_asset)) ERC20Permit(_name) ERC20(_name,_symbol) Ownable(owner)
The text was updated successfully, but these errors were encountered:
closed by #2403
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the issue:
Slither doesn't work for MetaMorpho contract
Code example to reproduce the issue:
https://github.com/morpho-org/metamorpho
Version:
0.10.1
Relevant log output:
The text was updated successfully, but these errors were encountered: