Implementation Contract
The component of a proxy pattern that contains the core business logic of a smart contract system within a DeFi protocol. When deployed, it provides the executable code that is accessed by the proxy contract—the other component—to carry out logic. It can be updated or replaced while maintaining the same interface through the proxy contract, allowing for system upgrades without disrupting user interactions or stored data.
Back to Dictionary