Quiz Entry - updated: 2026.07.30
What is a contract registry?
An on-chain registry mapping a stable, human-readable name to the address of the latest version of a contract, so callers resolve the name rather than a fixed address.
It is how immutable contracts are "upgraded": deploy a new version and repoint the name, and dependents keep working. The old code stays on-chain untouched; only the pointer moves.