Blockchain
Proxy smart contract - as a flexible blockchain method
Proxy smart contracts are a design pattern in blockchain development that allows the deployment of upgradable smart contracts. The core idea is that instead of interacting directly with the contract’s logic, users interact with a “proxy” contract that forwards calls to the current implementation.