The burnBatchMultiple function is intended to burn batches of tokens for multiple addresses. However, the current implementation burns individual token IDs and their amounts for each address, rather than burning batches of tokens.
Issue: The function iterates over the froms array and burns individual token IDs and their amounts for each address. This does not align with the intended functionality of burning batches of tokens.
Recommendation: To correctly burn batches of tokens, the function should be modified to accept arrays of token IDs and amounts for each address. Here is a suggested implementation:
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.