feedHorse() in Solidity never reverts at all times, but feedHorse() in Huff reverts if timestamp is divisible by 0x11
In the Solidity implementation, feedHorse() should never revert
But in the Huff implementation, it will only jump to endFeed
and stop
if timestamp
is not divisible by 0x11, otherwise it will revert
Unintentional revert on timestamps that are divisible by 0x11
Manual review
Remove the code in the Huff implementation that revert the function call if timestamp if divisible by 0x11
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.