29 - Locked Ether
Contracts that accept Ether via payable
functions but without withdrawal mechanisms will lock up that Ether. Remove payable
attribute or add withdraw function. (see here)
- Contract Balance -> Locaked Ether
- Payable Functions -> No Withdraw
- Can Deposit -> Can't Withdraw
- Remove Payable -> Add Withdraw