Constant.test_view_bug() (tests/constant.sol#5-7) is declared view but changes state variables: - Constant.a (tests/constant.sol#3) Constant.test_constant_bug() (tests/constant.sol#9-11) is declared view but changes state variables: - Constant.a (tests/constant.sol#3) Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#constant-functions-changing-the-state tests/constant.sol analyzed (1 contracts with 1 detectors), 2 result(s) found Use https://crytic.io/ to get access to additional detectors and Github integration