moonbeam
subscan
Runtime Modules / EVM
Spec Version:
Call Functions
Name
Lookup
Parameters
withdraw33002
call330110
create33029
create2330310
Events
Name
Lookup
Attributes
Log3300["Log"]
Created3301["H160"]
CreatedFailed3302["H160"]
Executed3303["H160"]
ExecutedFailed3304["H160"]
Storage Functions
Name
Type
AccountCodes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"Vec<U8>","keys_id":83,"value_id":15}}
AccountCodesMetadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"pallet_evm:CodeMetadata","keys_id":83,"value_id":612}}
AccountStorages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["H160","H256"],"value":"H256","keys_id":613,"value_id":13}}
Error Types
Name
Docs
BalanceLowNot enough balance to perform action
FeeOverflowCalculating total fee overflowed
PaymentOverflowCalculating total payment overflowed
WithdrawFailedWithdraw fee failed
GasPriceTooLowGas price is too low.
InvalidNonceNonce is invalid
GasLimitTooLowGas limit is too low.
GasLimitExceedsBlockLimitGas limit exceeds block gas limit.
InvalidChainIdThe chain id is invalid.
InvalidSignaturethe signature is invalid.
ReentrancyEVM reentrancy
TransactionMustComeFromEOAEIP-3607,
UndefinedUndefined error.
CreateOriginNotAllowedAddress not allowed to deploy contracts either via CREATE or CALL(CREATE).
TransactionGasLimitExceedsCapEIP-7825: Transaction gas limit exceeds protocol cap (2^24).