Core Contracts

Regnum Aurum Acquisition Corp
HardhatReal World AssetsNFT
77,280 USDC
View results
Submission Details
Severity: low
Invalid

Variable `decrvUSDToken` is not used in the MarketCreator.sol

Summary

In the file contracts/core/pools/StabilityPool/MarketCreator.sol

The decrvUSDToken is not used after the constructor function

constructor(address initialOwner, address _raacToken, address _decrvUSDToken) Ownable(initialOwner) {
raacToken = IERC20(_raacToken);
decrvUSDToken = IERC20(_decrvUSDToken);
}

Impact

Impact is considered Low as it is an un-used variable

Tools Used

Manual review

Recommendations

Removed the variable, or provide comment states the future usage.

Updates

Lead Judging Commences

inallhonesty Lead Judge 10 months ago
Submission Judgement Published
Invalidated
Reason: Out of scope
inallhonesty Lead Judge 10 months ago
Submission Judgement Published
Invalidated
Reason: Out of scope

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.

Give us feedback!