subscan
Runtime Modules / EVM
Spec Version:
Call Functions
Name
Lookup
Parameters
withdraw14002
call14019
create14028
create214039
Events
Name
Lookup
Attributes
Log1400["Log"]
Created1401["H160"]
CreatedFailed1402["H160"]
Executed1403["H160"]
ExecutedFailed1404["H160"]
Storage Functions
Name
Type
AccountCodes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"Vec<U8>","keys_id":74,"value_id":13}}
AccountCodesMetadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"pallet_evm:CodeMetadata","keys_id":74,"value_id":368}}
AccountStorages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["H160","H256"],"value":"H256","keys_id":369,"value_id":12}}
Suicided{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"NULL","keys_id":74,"value_id":59}}
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.
GasLimitTooHighGas limit is too high.
UndefinedUndefined error.
ReentrancyEVM reentrancy
TransactionMustComeFromEOAEIP-3607,