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/too_many_digits.too-many-di...

13 lines
632 B


C.f (tests/too_many_digits.sol#9-15) uses literals with too many digits:
- x1 = 0x000001
C.f (tests/too_many_digits.sol#9-15) uses literals with too many digits:
- x2 = 0x0000000000001
C.f (tests/too_many_digits.sol#9-15) uses literals with too many digits:
- x3 = 1000000000000000000
C.f (tests/too_many_digits.sol#9-15) uses literals with too many digits:
- x4 = 100000
C.h (tests/too_many_digits.sol#20-24) uses literals with too many digits:
- x2 = 100000
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#too-many-digits
tests/too_many_digits.sol analyzed (1 contracts), 5 result(s) found