ContractReverted
Error v334 → current 29.27The contract execution was reverted.
Encountered by: developers
Why This Error Exists
Contract chose to revert. Check your inputs and the contract's requirements.
From Chain Metadata
The contract ran to completion but decided to revert its storage changes. Please note that this error is only returned from extrinsics. When called directly or via RPC an `Ok` will be returned. In this case the caller needs to inspect the flags to determine whether a reversion has taken place.
What This Means
The contract execution was reverted.
Common Causes
- Contract returned error/revert
- Business logic check failed
- Assert/require failed
How to Fix
- Check contract logic for revert conditions
- Verify inputs meet contract requirements
- Debug to find specific revert reason
Runtime Info
- Pallet Index
- 29
- Error Index
- 27
- Error Code
- 29.27
- Runtime Version
- v393