Failed transaction reasons
# Failed Transactions
Transactions may fail due to execution or validation errors.Common Failure Reasons
• Out of Gas
• Reverted by contract
• Insufficient balance
• Invalid function parameters
• Nonce mismatch How to Debug
1. Check revert message on TurkScan
2. Inspect input data
3. Verify gas limit
4. Confirm token allowance (if ERC-20)
5. Simulate locally Last updated