Constructor calls _disableInitializers()
Euler V2's assessment for RD-F-023 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
InitializeModule constructor() { initialized = true; } achieves the same protection as OZ _disableInitializers(). Implementation contract cannot be initialized — the boolean flag blocks any call to initialize() before any proxy delegates to it. Custom but audited equivalent.
Sources #
- GitHubEVK Initialize Module — Constructor GuardInitialize.sol — constructor body: initialized = trueretrieved 2026-05-04
Methodology #
Determine whether implementation contract constructors call `_disableInitializers()` to prevent re-initialization of the implementation directly.
See the full factor methodology and distribution across all protocols →
rubric_version v1.7.0 protocol euler-v2 factor RD-F-023 score green collected_at 2026-05-04 19:56:06