[Breaking Change] v2.2.2 Hardfork Upgrade: Removal of Bytecode at address(0)

Hi builders,

Starting from the v2.2.2 Hardfork (estimated date: Apr 7, 2026 block number: 213333000), the bytecode deployed at address(0) on Kaia Mainnet will be completely removed. After this change, address(0) will behave identically to an EOA without code.

Key behavior changes:

  • Calls to address(0) will succeed (previously reverted)

  • isContract(address(0)) will return false (previously true)

  • KAIA transfers to address(0) will succeed (previously failed)

Most applications will not be affected, but if any of your contracts, services, or tooling depend on the previous behavior of address(0), please review and update your code before the hardfork.

For the full breakdown including a before/after comparison, builder checklist with migration guidance, and testnet verification steps, please refer to the blog post: [Breaking Change] v2.2.2 Hardfork Upgrade: Removal of Bytecode at address(0)

If you have any questions, feel free to ask in this thread.

1개의 좋아요