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.

Last updated