The function allows arbitrary token IDs instead of using totalSupply + 1
.
This could cause duplicate token IDs if gameContract
calls mintEgg()
with a reused tokenId
.
OpenSea and other marketplaces might reject duplicate NFTs.
Potential NFT duplication.
Marketplace compatibility issues.
Manual review.
Modify mintEgg() to use totalSupply + 1:
This prevents duplicate token minting.
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.