ODProxy
Smart contract code: ODProxy
1. Summary
A user can execute functions through this proxy by passing in the bytecode for the target contract as well as the calldata for the function they want to call. This proxy is non-transferrable.
2. Contract Variables & Functions
Variables
OWNER
- immutable address of user account
Functions
execute(target: address, data: bytes)
- execute a delegatecall in the context of the proxy