ChainArgos
Concept Glossary
Concept Glossary
  • Concept Glossary
  • Address Types
    • Genesis or "Built-In" Contract
    • Externally Owned Account (EOA)
    • Multi-Sig
      • Gnosis Safe
    • Null Address
  • Bridge
  • Deployers
  • Gas & Gas Funding
  • Open Source
  • Smart Contracts
    • Are smart contracts immutable?
    • Proxy Contract
    • Implementation Contract
    • Upgradeable Proxy Contract
      • EIP-1967 Upgradeable Proxy Standard
      • Open Zeppelin
    • Renouncing Ownership
Powered by GitBook
On this page
  1. Smart Contracts

Are smart contracts immutable?

Smart contracts on the Ethereum blockchain are immutable, which means that once a smart contract is deployed on the Ethereum blockchain network, the code cannot be changed by anyone.

Specifically, this immutability characteristic does not allow for any modifications and/or reversal subsequent to the deployment of the smart contract to the blockchain.

However Smart Contracts can hold data which, depending on how they are programmed, can be changed.

This is true even for immutable contracts. It is this facility which allows for the construction of Upgradeable Proxy Contracts.

PreviousSmart ContractsNextProxy Contract

Last updated 10 months ago