Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 651 Bytes

File metadata and controls

17 lines (16 loc) · 651 Bytes

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)


Slide Screenshot

029.jpg


Slide Text

  • Contract Balance -> Locaked Ether
  • Payable Functions -> No Withdraw
  • Can Deposit -> Can't Withdraw
  • Remove Payable -> Add Withdraw

References


Tags