Constructor calls _disableInitializers()
Liquid Collective (LsETH)'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 #
Custom Initializable.sol constructor sets Version to type(uint256).max which functionally disables all init(n) calls on implementation contracts — equivalent to OZ _disableInitializers(). All implementation contracts inherit this via Initializable base class.
Sources #
- GitHubInitializable.sol — Liquid CollectiveInitializable.sol — constructor Version.set(type(uint256).max)retrieved 2026-05-17
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 liquid-collective factor RD-F-023 score green collected_at 2026-05-16 19:46:23