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

Implementation Contract

The smart contract that executes the function or program desired behind a proxy. The implementation contract is the "executor" which powers the smart contract operation and performs whatever actions the smart contract was designed to perform.

For upgradeable proxy contracts the implementation contract address can be changed. For these contracts the overall functionality may change in unexpected ways if proxy contract redirects to a different or unexpected implementation contract.

PreviousProxy ContractNextUpgradeable Proxy Contract

Last updated 6 months ago