AA15 initCode must create sender
The initCode does not create an account.
The initCode
in the user operation does not create an account.
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
- The address should be deterministic
- Investigate how the factory is creating the account by simulating it with tools like userop.dev, Tenderly, or the ERC-4337 Devnet
- Reach out to your bundler provider or ask a question in the Stackup Discord server for help. Be sure to include the user operation and any relevant information about how you're building it.
Updated 7 months ago