Function: inCaseTokenGotStuck(address stuckToken)
Function that handles transferring stuck tokens to the owner.
Inputs
stuckTokenControl: Fully controlled by the caller.
Constraints: None. Checked whether it is
ETH_PLACEHOLDER_ADDR.Impact: The token to be transferred.
Branches and code coverage
Intended branches
Transfer stuck tokens to the owner.
Decrease
stuckTokenbalance of the contract to zero.Increase
stuckTokenbalance of the owner by the amount ofstuckTokenin the contract.
Negative behavior
Should not be callable by anyone other than the owner.