Entrypoint Errors
Error AA15: InitCode Must Create Sender
The smart account deployment process with initCode
fails to return a sender
address. Possible causes:
- The
initCode
factory isn’t creating an account - The factory creates an account but doesn’t return the deployed
sender
address
Potential Fixes
- Verify the factory address in
initCode
(first 20 bytes of initcode) - Ensure correct implementation of the
initCode
factory - If problems continue, debug the
initCode
factory using Tenderly
Addressing these issues should resolve the AA15 error and ensure proper creation of the sender address.