Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/tests/expected_json/unused_state.unused-state.txt

7 lines
535 B


A.unused (tests/unused_state.sol#4) is never used in B (tests/unused_state.sol#11-16)
A.unused2 (tests/unused_state.sol#5) is never used in B (tests/unused_state.sol#11-16)
A.unused3 (tests/unused_state.sol#6) is never used in B (tests/unused_state.sol#11-16)
A.unused4 (tests/unused_state.sol#7) is never used in B (tests/unused_state.sol#11-16)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#unused-state-variables
tests/unused_state.sol analyzed (2 contracts with 1 detectors), 4 result(s) found