As defined in documentation, RAACNFT.sol Allow for batch minting of NFTs. However, there is no function to support batch minting at all. The existing mint function only supports single minting.
In the RAACNFT.sol contract, the mintfunction only handles single NFT minting:
Additionally, the contract includes a function to add batches via addNewBatch(), but the added batches are not handled anywhere.
Core functionality of protocol is broken as batch minting is not supported.
Manual
Write a function to handle batch minting, and it is important to ensure ownership of each minted NFT is managed well, since batch minting will mint NFTs to an array of addresses instead of just one single address.
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.