Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 675 Bytes

Contract Related.md

File metadata and controls

22 lines (17 loc) · 675 Bytes

Contract Related:

  1. this (current contract’s type): the current contract, explicitly convertible to Address

  2. selfdestruct(address payable recipient): Destroy the current contract, sending its funds to the given Address and end execution.


Slide Screenshot

081.jpg


Slide Deck

  • this -> Current Contract
  • Convert -> Address
  • selfdestruct(address payable recipient)
  • selfdestruct(recipient) -> Destroy Current Contract
  • Send Funds -> Recipient End Execution

References