81 - Contract Related
Contract Related:
-
this
(current contract’s type): the current contract, explicitly convertible to Address -
selfdestruct(address payable recipient)
: Destroy the current contract, sending its funds to the given Address and end execution.
this
-> Current Contract- Convert -> Address
selfdestruct(address payable recipient)
selfdestruct(recipient)
-> Destroy Current Contract- Send Funds -> Recipient End Execution