Shadow functions in proxy contract prevent functions in logic contract from being invoked. (see here)
- Function Shadowing
- Proxy-based Contracts
- Data Proxy -> Logic Impl.
- Proxy -> Function Shadow -> Intercept Call
- Proxy Functions Names & Shadowing
Shadow functions in proxy contract prevent functions in logic contract from being invoked. (see here)