#41765 [SC-Insight] Storage slots only set in constructor should be declared `immutable`
Description
Brief/Intro
Vulnerability Details
/// @dev The entropy contract address
//@audit (info) -----> Should be immutable
IEntropy private entropy;
/// @dev The address of the entropy provider
//@audit (info) -----> Should be immutable
address private entropyProvider;Impact Details
References
Proof of Concept
Proof of Concept
Previous#41758 [SC-Insight] The code comment to `BOOSTRAP_PHASE_DURATION` is incorrectNext#41766 [SC-Insight] In `Yeet.sol`, storage slots only set in constructor should be declared `immutable`.
Was this helpful?