ReentrancyGuard should be used for function calling _mintAndIncrement()
as safeMint()
is re-entrant
safeMint()
performs an external call to recipient if recipient is a contract, potentially causing reentrancy, it is recommended to use ReentrancyGuard on functions calling _mintAndIncrement()
which calls safeMint()
Potential reentrancy
Manual review
Add ReentrancyGuard for function calling _mintAndIncrement()
which calls safeMint()
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.