Upgradeable Contract
A smart contract architecture that allows its logic to be modified after deployment by using a proxy that points to replaceable implementation contracts, enabling bug fixes and feature additions without migrating state.
A smart contract architecture that allows its logic to be modified after deployment by using a proxy that points to replaceable implementation contracts, enabling bug fixes and feature additions without migrating state.