Function parse_constructor_args

Source
async fn parse_constructor_args(
    bytecode: Bytes,
    contract: Address,
    etherscan: &EtherscanOpts,
    abi_path: Option<String>,
) -> Result<Vec<String>>
Expand description

Fetches the constructor arguments values and types from the creation bytecode and ABI.