Assessment reports>Anzen and protocol-v2>Threat Model>withdrawETH

Function: withdrawETH()

This function is used to withdraw the ETH from the contract. Only the owner can call this function.

Branches and code coverage

Intended branches

  • Transfer ETH to the owner.

Negative behavior

  • Revert if the caller is not the owner.

Zellic © 2025Back to top ↑