isHappyHorse() in Solidity reverts with underflow if block.timestamp < HORSE_HAPPY_IF_FED_WITHIN
isHappyHorse() in Solidity reverts with underflow if block.timestamp
< HORSE_HAPPY_IF_FED_WITHIN
. It is subtracting HORSE_HAPPY_IF_FED_WITHIN
from block.timestamp
, so if block.timestamp
< HORSE_HAPPY_IF_FED_WITHIN
, it will revert with underflow
isHappyHorse() in Solidity reverts with underflow if block.timestamp < HORSE_HAPPY_IF_FED_WITHIN. However this should only happen in a test environment, as in the real world block.timestamp will be much larger than HORSE_HAPPY_IF_FED_WITHIN
which is 1 days
Manual review
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.