Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 720 Bytes

Dappsys DSProxy.md

File metadata and controls

24 lines (20 loc) · 720 Bytes

Dappsys DSProxy: implements a proxy deployed as a standalone contract which can then be used by the owner to execute code.

A user would pass in the bytecode for the contract as well as the calldata for the function they want to execute.

The proxy will create a contract using the bytecode.

It will then delegatecall the function and arguments specified in the calldata.


Slide Screenshot

193.jpg


Slide Text

  • Proxy -> Impl
  • Contract Bytecode
  • Function Calldata
  • Create + Delegatecall
  • DSProxyFactory & DSProxy Cache

References


Tags