pub const fn new<T: Transport + Clone, P: Provider<T, N>, N: Network>(
    address: Address,
    provider: P,
) -> ERC1967ProxyInstance<T, P, N>
Expand description

Creates a new wrapper around an on-chain ERC1967Proxy contract instance.

See the [wrapper's documentation](`ERC1967ProxyInstance`) for more details.