This will cause the logic contract to be destroyed and all contract instances will end up delegating calls to an address without any code. (see here)
- seldestruct()
- delegatecall()
- Proxy-based Contracts
- Data Proxy -> Logic Impl.
This will cause the logic contract to be destroyed and all contract instances will end up delegating calls to an address without any code. (see here)