Function pool_sync::filter::LiquidityFilter::deploy_builder

source ·
pub fn deploy_builder<T: Transport + Clone, P: Provider<T, N>, N: Network>(
    provider: P,
    pools: Vec<Address>,
    dexes: Vec<Address>,
    dexIsUniV3: Vec<bool>,
    weth: Address,
    wethInPoolThreshold: U256,
) -> RawCallBuilder<T, P, N>
Expand description

Creates a RawCallBuilder for deploying this contract using the given provider and constructor arguments, if any.

This is a simple wrapper around creating a RawCallBuilder with the data set to the bytecode concatenated with the constructor’s ABI-encoded arguments.