Name | Lookup | Attributes | |
---|---|---|---|
Log | 0c00 | ["Log"] | |
Created | 0c01 | ["H160"] | |
CreatedFailed | 0c02 | ["H160"] | |
Executed | 0c03 | ["H160"] | |
ExecutedFailed | 0c04 | ["H160"] |
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":400}} | |
AccountStorages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["H160","H256"],"value":"H256","keys_id":401,"value_id":12}} | |
Suicided | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"NULL","keys_id":45,"value_id":36}} |
Name | Docs |
---|---|
BalanceLow | Not enough balance to perform action |
FeeOverflow | Calculating total fee overflowed |
PaymentOverflow | Calculating total payment overflowed |
WithdrawFailed | Withdraw fee failed |
GasPriceTooLow | Gas price is too low. |
InvalidNonce | Nonce is invalid |
GasLimitTooLow | Gas limit is too low. |
GasLimitTooHigh | Gas limit is too high. |
InvalidChainId | The chain id is invalid. |
InvalidSignature | the signature is invalid. |
Reentrancy | EVM reentrancy |
TransactionMustComeFromEOA | EIP-3607, |
InvalidTransaction | Invalid Transaction |
Undefined | Undefined error. |