Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 562 Bytes

selfdestruct.md

File metadata and controls

18 lines (15 loc) · 562 Bytes

selfdestruct has some peculiarities: the receiving contract’s receive function is not executed and the contract is only really destroyed at the end of the transaction and revert’s might “undo” the destruction.


Slide Screenshot

082.jpg


Slide Deck

  • Preculiarities
  • Recipient Contract
  • receive() Not Executed
  • Contract Destroyed -> End of Tx
  • revert -> Undo Destruction

References