parseFactoryAddressFromAccountInitCode
Parses the factory address and factory calldata from the provided account initialization code (initCode).
Import
Usage
Parameters
initCode
Hex
The initialization code from which to parse the factory address and calldata
Returns
[Address, Hex]
A tuple containing the parsed factory address and factory calldata