Skip to main content

Proxy Contract

Definition

A Proxy Contract is a smart contract that delegates the execution of functions to another contract. It acts as an intermediary, allowing for upgrades or modifications to the underlying logic without altering the main contract’s address. This pattern is fundamental for creating upgradeable decentralized applications (dApps) and managing state transitions securely.