Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 631 Bytes

Unprotected call to selfdestruct.md

File metadata and controls

22 lines (19 loc) · 631 Bytes

A user/attacker can mistakenly/intentionally kill the contract.

Protect access to such functions.

(see here)


Slide Screenshot

06.jpg


Slide Text

  • selfdestruct() Unprotected
  • Destroy/Remove Contract
  • Unauthorized Call -> Contract Killed
  • Access Control -> Authorized Users

References


Tags

selfdestruct