The Snowman::mintSnowman
function allows unrestricted minting of Snowman NFTs without verifying if the receiver is a Snow token staker. This directly contradicts the intended design where only Snow token stakers should receive these NFTs, potentially allowing unlimited unauthorized NFT creation.
Any user can mint an unlimited number of Snowman NFTs without staking Snow tokens, violating the protocol's tokenomics, fairness, and intended scarcity. This opens the protocol to abuse, manipulation, and devaluation of the NFT supply.
Any user can call Snowman::mintSnowman directly.
The caller can specify any recipient address and any amount to be minted.
NFTs are minted without any staking verification.
Introduce staking verification and minting limitations to enforce proper eligibility checks:
Add a cap on the maximum number of NFTs a user can mint in a single call.
Import the Snow token contract into Snowman to verify staking balances.
Ensure that the receiver holds the minimum required Snow tokens before minting.
The mint function of the Snowman contract is unprotected. Hence, anyone can call it and mint NFTs without necessarily partaking in the airdrop.
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.