pub async fn parse_code_output(
bytecode: Bytes,
contract: Address,
etherscan: &EtherscanOpts,
abi_path: Option<&str>,
without_args: bool,
only_args: bool,
) -> Result<Bytes>
Expand description
Parses the creation bytecode and returns one of the following:
- The complete bytecode
- The bytecode without constructor arguments
- Only the constructor arguments