Name | Lookup | Attributes | |
|---|---|---|---|
| Executed | a400 | ["H160","H160","ExitReason","Bytes"] |
Name | Type | |
|---|---|---|
| Nonce | {"origin":"PlainType","plain_type":"U256","PlainTypeValue":130} |
Name | Docs |
|---|---|
| StackUnderflow | Trying to pop from an empty stack. |
| StackOverflow | Trying to push into a stack over stack limit. |
| InvalidJump | Jump destination is invalid. |
| InvalidRange | An opcode accesses memory region, but the region is invalid. |
| DesignatedInvalid | Encountered the designated invalid opcode. |
| CallTooDeep | Call stack is too deep (runtime). |
| CreateCollision | Create opcode encountered collision (runtime). |
| CreateContractLimit | Create init code exceeds limit (runtime). |
| InvalidCode | Invalid opcode during execution or starting byte is 0xef. See [EIP-3541](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3541.md). |
| OutOfOffset | An opcode accesses external information, but the request is offoffset limit (runtime). |
| OutOfGas | Execution runs out of gas (runtime). |
| OutOfFund | Not enough fund to start the execution (runtime). |
| PCUnderflow | PC underflowed (unused). |
| CreateEmpty | Attempt to create an empty account (runtime, unused). |
| NotSupported | The operation is not supported. |
| UnhandledInterrupt | The trap (interrupt) is unhandled. |
| Reverted | Machine encountered an explicit revert. |
| UnexpectedExecuteResult | Unexpected result when executing a transaction. |
| Other | Other normal errors. |