Proxy Factory
See HaiProxyFactory.sol and HaiProxyRegistry.sol for more details.
1. Introduction
The Proxy Factory Contract serves as a smart contract template for generating multiple proxy contracts in an automated, scalable manner. The Proxy Registry is a registry that keeps track of all the proxy contracts generated by the Proxy Factory Contract.
2. Contract Details
Key Methods:
Public
build
: Creates a new proxy contract and registers it in the Proxy Registry.