Self-Destruct operation in Solidity

Self-Destruct operation in Solidity

❌NOTHING can be deleted from the blockchain. 🤔 Or maybe yes ...

Self-Destruct operation in Solidity

👉There is a way to delete Smart Contracts from the Blockchain, using the self-destruct operation.

👉If there is any remaining Ether stored at that address it is sent to a designated target.

Let's see an example! image.png

👉Although a contract, it is still part of the blockchain history.

👉Using self-destruct is not the same as deleting data from a hard drive.

If you found this helpful, please support me by following me on Twitter (@Web3Oscar).