★ Reinitializable implementation (no _disableInitializers)
Spiko's assessment for RD-F-143 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
PermissionManager implementation (0xd3f5f152) confirmed calls _disableInitializers() in constructor via Etherscan bytecode analysis. Token implementation (0x15EA0EC4) uses OZ v5.4.0 Initializable which calls _disableInitializers() in implementation constructors by default. No contrary evidence found.
Sources #
- EtherscanPermissionManager implementation on EtherscanPermissionManager impl 0xd3f5f1524e1a472b51374a3ff41b8936eb5b658e: constructor bytecode confirms _disableInitializers() pattern (storage slot 0x7ff0c57e...)retrieved 2026-05-16
- Spiko contracts using OZ v5.4.0OZ v5.4.0 Initializable documentation: implementation constructors call _disableInitializers() by default when using the upgradeable patternretrieved 2026-05-16
Methodology #
Determine whether the implementation contract does not call `_disableInitializers()` in its constructor, leaving re-initialization possible.
See the full factor methodology and distribution across all protocols →
rubric_version v1.7.0 protocol spiko factor RD-F-143 score green collected_at 2026-05-15 22:52:13