Proxy Contract
A smart contract that delegates all calls to a separate implementation contract, allowing the underlying logic to be swapped out without changing the contract's address or stored state.
A smart contract that delegates all calls to a separate implementation contract, allowing the underlying logic to be swapped out without changing the contract's address or stored state.