subscan
Runtime Modules / EVM
Spec Version:
Call Functions
Name
Lookup
Parameters
withdraw0c002
call0c019
create0c028
create20c039
Events
Name
Lookup
Attributes
Log0c00["Log"]
Created0c01["H160"]
CreatedFailed0c02["H160"]
Executed0c03["H160"]
ExecutedFailed0c04["H160"]
Storage Functions
Name
Type
AccountCodes{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"Vec<U8>","keys_id":45,"value_id":13}}
AccountCodesMetadata{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"pallet_evm:CodeMetadata","keys_id":45,"value_id":338}}
AccountStorages{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["H160","H256"],"value":"H256","keys_id":339,"value_id":12}}
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,