The initCode
does not return any sender address.
Possible reasons:
- The
initCode
factory is not creating an account. - The
initCode
factory is creating an account, but is not returning the deployed sender address.
Possible solutions
- Check that the
initCode
is correct.- The first 20 bytes should be the factory address.
- The remaining bytes should be the encoded function call.
- Verify that the
initCode
factory is implemented correctly, i.e., it deploys the smart account and returns the sender address.