The variable metadataFrozen is a boolean declared in the NFTDealers.sol file but is never used anywhere in the contract. it is never initialized, checked or updated anywhere in the contract logic.
Likelihood:
Probably medium since every state variable takes up storage space (typically a 32-byte slot)
Impact:
The presence of the unused variable indicates a missing functionality or error .
The presence of the unused variable also leads to wastage of gas in storage during deployment or contract interaction.
None
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.
The contest is complete and the rewards are being distributed.