For the complete documentation index, see llms.txt. This page is also available as Markdown.

Proxy Registry

Tracker and builder of DSProxy contracts

Smart contract code: GebProxyRegistry

1. Summary

This is a registry of already created DSProxies.

2. Contract Variables & Functions

Variables

  • proxies - mapping of already created proxies (for different addresses)

  • factory - contract that creates DSProxies

Functions

  • build - create a new DSProxy

Last updated

Was this helpful?