Proxy Patterns
Meaning ⎊ A structural design allowing code updates by separating the user-facing interface from the underlying execution logic.
Delegatecall Mechanism
Meaning ⎊ An EVM instruction allowing a contract to execute another's logic while maintaining its own storage and identity.
