initCode fails to return a sender address. Possible causes:
- The
initCodefactory isn’t creating an account - The factory creates an account but doesn’t return the deployed
senderaddress
Potential Fixes
- Verify the factory address in
initCode(first 20 bytes of initcode) - Ensure correct implementation of the
initCodefactory - If problems continue, debug the
initCodefactory using Tenderly