INFO:Detectors: Timestamp.bad0 (tests/timestamp.sol#4-6) uses timestamp for comparisons Dangerous comparisons: - require(bool)(block.timestamp == 0) (tests/timestamp.sol#5) Timestamp.bad1 (tests/timestamp.sol#8-11) uses timestamp for comparisons Dangerous comparisons: - require(bool)(time == 0) (tests/timestamp.sol#10) Timestamp.bad2 (tests/timestamp.sol#13-15) uses timestamp for comparisons Dangerous comparisons: - block.timestamp > 0 (tests/timestamp.sol#14) Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#block-timestamp INFO:Slither:/home/travis/build/crytic/slither/scripts/../tests/expected_json/timestamp.timestamp.json exists already, the overwrite is prevented INFO:Slither:tests/timestamp.sol analyzed (1 contracts), 3 result(s) found