Constructor calls _disableInitializers()
Superstate'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 #
Constructor body confirmed: MINIMUM_ACCEPTABLE_PRICE = 7 * (10 ** uint256(DECIMALS)); _disableInitializers(); The _disableInitializers() call prevents direct initialization of the implementation contract. Confirmed from GitHub raw source of SuperstateToken.sol.
Sources #
- GitHubsuperstateinc/ustb SuperstateToken.sol constructorSuperstateToken.sol constructor verbatim: MINIMUM_ACCEPTABLE_PRICE = 7 * (10 ** uint256(DECIMALS)); _disableInitializers();retrieved 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 superstate factor RD-F-023 score green collected_at 2026-05-16 00:06:37