pub const fn new<T: Transport + Clone, P: Provider<T, N>, N: Network>(
address: Address,
provider: P,
) -> ICurveU256_3_Eth_ToInstance<T, P, N>
Expand description
Creates a new wrapper around an on-chain ICurveU256_3_Eth_To
contract instance.
See the wrapper’s documentation for more details.