Constructor calls _disableInitializers()
Midas'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 #
MidasInitializable base contract calls _disableInitializers() in its constructor per search evidence. Confirmed by the contract pattern: mTBILL, mBASIS, mBTC all expose only initialize() functions (not constructors) in their ABIs on Etherscan, consistent with the OZ Initializable + _disableInitializers pattern. No audit finding flags missing _disableInitializers.
Sources #
- EtherscanmTBILL Implementation — EtherscanmTBILL impl — initialize-only ABI confirms _disableInitializers() patternretrieved 2026-05-16
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 midas factor RD-F-023 score green collected_at 2026-05-16 09:34:55