A user/attacker can mistakenly/intentionally kill the contract.
Protect access to such functions.
(see here)
selfdestruct()
Unprotected- Destroy/Remove Contract
- Unauthorized Call -> Contract Killed
- Access Control -> Authorized Users
A user/attacker can mistakenly/intentionally kill the contract.
Protect access to such functions.
(see here)
selfdestruct()
Unprotected