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-flat 0xda2c338350a0E59Ce71CDCED9679A3A590Dd9BEC --strategy MostDerived --convert-external
You will see that external function was converted to public function in an interface called IUniswapV2Factory in a file having Stake_FXS_WETH_ prefix.
IUniswapV2Factory
Stake_FXS_WETH_
0.8.3
No response
The text was updated successfully, but these errors were encountered:
Fix crytic#1296:
8005042
contract.contract_kind is always None. So use contract.is_interface instead of contract_kind.
Successfully merging a pull request may close this issue.
Describe the issue:
You will see that external function was converted to public function in an interface called
IUniswapV2Factory
in a file havingStake_FXS_WETH_
prefix.Code example to reproduce the issue:
slither-flat 0xda2c338350a0E59Ce71CDCED9679A3A590Dd9BEC --strategy MostDerived --convert-external
Version:
0.8.3
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: