Function alloy_zksync::contracts::common::erc20::ERC20::new

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

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

See the wrapper’s documentation for more details.