Medium Severity Revert
·
EVM Generic
Standard String Revert Error
Error(string)
Why Did This Receipt Revert?
Smart contract explicitly called revert() or require() condition evaluated to false.
Runtime Revert Check
require(balance >= amount, 'Insufficient balance')Step-by-Step Resolution Checklist
1
Decode the trailing ABI string parameter to read the explicit error message
2
Check that you have approved enough ERC-20 tokens before executing the transfer
3
Increase slippage tolerance setting in your swap settings
Diagnostic Tools
Target Network:
Polygon Mainnet
Recommended Gas Limit:
65000