This error was removed in v150
This error is no longer present in the current runtime. Existed from v136 to v150. Shown here for historical reference.
NotEnoughBalance
Error Removed v136 → v141, v142 → v145, v146 → v148, v149 → v150 (removed) 7.57Your account's free balance is less than the amount specified in your transaction.
What This Means
Your account's free balance is less than the amount specified in your transaction.
Common Causes
- Your 'amount' parameter is larger than your free balance
- You didn't account for the ~0.0001 TAO transaction fee
- Part of your balance is locked (staked, reserved, or vesting)
How to Fix
- Before calling: query System.Account with your coldkey to get data.free (your available balance in RAO)
- Set amount ≤ (free_balance - 100_000_000) to leave room for fees
- If balance shows enough but still fails, check Balances.Locks for locked funds
Storage to Check
System.Account (removed)Balances.Locks (removed)
Version History
v136 block 1,756,781 Added
v142 block 2,543,779 Re-added
v146 block 2,848,978 Re-added
v149 block 3,014,339 Re-added
v150 Removed
Runtime Info
- Pallet Index
- 7
- Error Index
- 57
- Error Code
- 7.57
- Removed In
- v150