Event emittion after call in mintCatToNewFunction
In the mintCatToNewFunction
function, we emit the CatMinted
event after the call to the _safeMint
function. This does not follow CEI pattern and it consider a better practice to emit the event before any calls and let these calls be the last thing in the function.
Manual review
Consider changing the order of the code like this:
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.