subscan
Runtime Modules / EVM
Spec Version:
Call Functions
Name
Lookup
Parameters
withdraw64002
call64019
create64028
create264039
Events
Name
Lookup
Attributes
Log6400["Log"]
Created6401["H160"]
CreatedFailed6402["H160"]
Executed6403["H160"]
ExecutedFailed6404["H160"]
Storage Functions
Name
Type
AccountCodes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"Vec<U8>","keys_id":217,"value_id":13}}
AccountCodesMetadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"pallet_evm:CodeMetadata","keys_id":217,"value_id":644}}
AccountStorages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["H160","H256"],"value":"H256","keys_id":645,"value_id":12}}
CurrentLogs{"origin":"PlainType","plain_type":"Vec<ethereum:log:Log>","PlainTypeValue":359}
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,