centrifuge-parachain
subscan
Runtime Modules / EthereumTransaction
Spec Version:
Events
Name
Lookup
Attributes
Executeda400["H160","H160","ExitReason","Bytes"]
Storage Functions
Name
Type
Nonce{"origin":"PlainType","plain_type":"U256","PlainTypeValue":130}
Error Types
Name
Docs
StackUnderflowTrying to pop from an empty stack.
StackOverflowTrying to push into a stack over stack limit.
InvalidJumpJump destination is invalid.
InvalidRangeAn opcode accesses memory region, but the region is invalid.
DesignatedInvalidEncountered the designated invalid opcode.
CallTooDeepCall stack is too deep (runtime).
CreateCollisionCreate opcode encountered collision (runtime).
CreateContractLimitCreate init code exceeds limit (runtime).
InvalidCodeInvalid opcode during execution or starting byte is 0xef. See [EIP-3541](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3541.md).
OutOfOffsetAn opcode accesses external information, but the request is offoffset limit (runtime).
OutOfGasExecution runs out of gas (runtime).
OutOfFundNot enough fund to start the execution (runtime).
PCUnderflowPC underflowed (unused).
CreateEmptyAttempt to create an empty account (runtime, unused).
NotSupportedThe operation is not supported.
UnhandledInterruptThe trap (interrupt) is unhandled.
RevertedMachine encountered an explicit revert.
UnexpectedExecuteResultUnexpected result when executing a transaction.
OtherOther normal errors.