OOG = Out Of Gas
initCode
. This could be due to:
- Gas depletion during
initCode
execution initCode
reverting during account setup
Potential Fixes
- Ensure the factory address in
initCode
is accurate (first 20 bytes ofinitCode
) - Confirm
initCode
correctness - Verify if
verificationGasLimit
is sufficient forinitCode
completion - For reverts, investigate the
initCode
execution using debugging tools like Tenderly
initCode
.