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...

14 lines
907 B


C.f() (tests/too_many_digits.sol#9-15) uses literals with too many digits:
- x1 = 0x000001 (tests/too_many_digits.sol#10)
C.f() (tests/too_many_digits.sol#9-15) uses literals with too many digits:
- x2 = 0x0000000000001 (tests/too_many_digits.sol#11)
C.f() (tests/too_many_digits.sol#9-15) uses literals with too many digits:
- x3 = 1000000000000000000 (tests/too_many_digits.sol#12)
C.f() (tests/too_many_digits.sol#9-15) uses literals with too many digits:
- x4 = 100000 (tests/too_many_digits.sol#13)
C.h() (tests/too_many_digits.sol#20-24) uses literals with too many digits:
- x2 = 100000 (tests/too_many_digits.sol#22)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#too-many-digits
tests/too_many_digits.sol analyzed (1 contracts with 1 detectors), 5 result(s) found
Use https://crytic.io/ to get access to additional detectors and Github integration