Assessment reports>TruFin Injective Staker>Threat Model>Message: ExecuteMsg::Unpause

Message: ExecuteMsg::Unpause

This allows the admin to unpause the contract, resuming normal user operations.

Inputs

  • info.sender

    • Validation: The unpause function verifies that the info.sender is the contract owner.

    • Impact: N/A.

Branches and code coverage (including function calls)

Intended branches

  • If the contract is paused, it is marked as unpaused in the contract state.

Negative behavior

  • Fail if the contract is not currently paused.

Zellic © 2025Back to top ↑