The HorseStore.huff::TOTAL_SUPPLY
forgets to increase after the execution of the _MINT
macro. Since the total supply is managed by the user (without utilizing a library like ERC721Enumeration
), the contract needs to autonomously increment the value.
The consequence is the impossibility to mint more than one horse.
To resolve this issue, increment the totalSupply
after _MINT
. Here is a suggested example:
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.