Closed code423n4 closed 3 years ago
Sherlock
On line 239 it loops over all the NFTs stored in the contract. Although a return statement is included it can cause the transaction to run out of gas in case of an extreme amount of NFTs.
N/A
Hardhat
duplicate https://github.com/code-423n4/2021-05-visorfinance-findings/issues/66
It’s high severity because of #66
Handle
Sherlock
Vulnerability details
Impact
On line 239 it loops over all the NFTs stored in the contract. Although a return statement is included it can cause the transaction to run out of gas in case of an extreme amount of NFTs.
Proof of Concept
N/A
Tools Used
Hardhat
Recommended Mitigation Steps