The documentation states that the minting contract should support batch minting; however, no batch minting functionality is implemented. While functions like addNewBatch and currentBatchSize exist, there is no mechanism to mint multiple NFTs in a single transaction.
The contract includes batch-related state variables but lacks a corresponding batchMint function.
Users must call the mint function multiple times
Inconsistent with project documentation
Discrepancy between contract behavior and documentation
Manual code review and documentation cross-reference.
Implement a batchMint function to allow users to mint multiple NFTs at once:
This ensures efficiency, improves user experience, and aligns the contract with its documented features.
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.