2026-07-28
Disclaimer
Main
This behavior, combined with Solidity’s historical lack of built-in overflow protection (pre-0.8.0), made integer overflow the single largest class of smart contract vulnerabilities from 2016 to 2020, responsible for hundreds of millions in losses.
update
When a proxy contract uses delegatecall to forward execution to an implementation contract, and that implementation is destroyed (via SELFDESTRUCT) or was never deployed, the delegatecall targets address with no code. The EVM executes STOP, returning success. The proxy now silently does nothing for every call, permanently bricking itself.
Enter email or phone number to subscribe. You will receive atmost one update per month.
Alternatively, you can subscribe via RSS, or a third-party service like blogtrottr
Enter comment