Description: The HorseStore::MINT_HORSE
function calls the internal mint function HorseStore::_MINT
with the storage slot for the HorseStore::TOTAL_SUPPLY
storage variable rather than it's value.This would lead to an inability to mint above 1 tokens because the HorseStore::TOTAL_SUPPLY
is a constant value.
Impact: The contract can only mint 1 token, subsequent attempts to mint tokens would be reverted
Proof of Code:
Recommendation:
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.