The check for SantaList__AlreadyCollected is insufficient.
Any user who can claim the NFT can transfer it to another address and claim it again infinitely.
Infinite NFTs can be minted by anyone with status NICE or EXTRA_NICE.
N/A
Make the present NFT soulbound
OR
Maintain a mapping of addresses that have collected a present and check it before minting
OR
Add a CLAIMED status to enum Status.
Update s_theListCheckedOnce and s_theListCheckedTwice upon mint.
Relying on balanceOf > 0 in collectPresent() allows the msg.sender to send their present to another address and then collect again.
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.