MinimumContributionTooLow
Error v273 → current 27.2The minimum contribution threshold you set for this crowdloan is below the absolute floor. There is a network-wide AbsoluteMinimumContribution that all campaigns must respect.
Encountered by: developers
Why This Error Exists
The network enforces a minimum contribution floor to prevent dust contributions that bloat state.
From Chain Metadata
The minimum contribution is too low.
What This Means
The minimum contribution threshold you set for this crowdloan is below the absolute floor. There is a network-wide AbsoluteMinimumContribution that all campaigns must respect.
Common Causes
- Setting min_contribution below AbsoluteMinimumContribution
- Trying to allow micro-contributions that are below the dust threshold
How to Fix
- Set min_contribution to at least AbsoluteMinimumContribution
- Check the constant for the current floor value
Storage to Check
Runtime Info
- Pallet Index
- 27
- Error Index
- 2
- Error Code
- 27.2
- Runtime Version
- v393