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.