Skip to content

TRC-005 HiddenOwnership

Description

To hide the status of a privileged address, set it to an unreadable address, or to name it using a non-standard method.

Risk Pattern

address superman;
modifier Superman() {
  require(superman == _msgSender(), );
  _;
}

Risk Samples