Why Selfdestruct Is Not Used in Upgradeable Smart Contracts
Introduction
In Solidity, the selfdestruct opcode is used to permanently remove a contract's bytecode from the blockchain and transfer its Ether balance to a designated address. In non-upgradeable (traditional) contracts, this functionality can be us...
akanimorex.hashnode.dev3 min read