Closed code423n4 closed 3 years ago
paulius.eth
There are 5 structs named "Config" which are not used anywhere. For example, in contract NFTXMintRequestEligibility: struct Config { address owner; address vaultAddress; bool reverseEligOnRedeem; uint256[] tokenIds; }
Remove unused structs or use it where intended.
Handle
paulius.eth
Vulnerability details
Impact
There are 5 structs named "Config" which are not used anywhere. For example, in contract NFTXMintRequestEligibility: struct Config { address owner; address vaultAddress; bool reverseEligOnRedeem; uint256[] tokenIds; }
Recommended Mitigation Steps
Remove unused structs or use it where intended.