Entrypoint Errors
AA30: Missing Paymaster Contract
Resolving issues with non-existent paymaster contracts
The paymaster contract address is specified in the first 20 bytes of paymasterAndData
.
The system cannot locate the specified paymaster contract at the provided address.
Resolution Steps
-
Paymaster Data Verification:
- Confirm the accuracy of the
paymasterAndData
field - Ensure the first 20 bytes correctly represent your intended paymaster contract address
- Confirm the accuracy of the
-
Network Deployment Check:
- Verify that the paymaster contract is actually deployed on your target network