subscan
Runtime Modules / EVM
Spec Version:
Events
Name
Lookup
Attributes
Created8200["EvmAddress","EvmAddress","Vec<Log>"]
CreatedFailed8201["EvmAddress","EvmAddress","ExitReason","Vec<Log>"]
Executed8202["EvmAddress","EvmAddress","Vec<Log>"]
ExecutedFailed8203["EvmAddress","EvmAddress","ExitReason","Bytes","Vec<Log>"]
TransferredMaintainer8204["EvmAddress","EvmAddress"]
ContractDevelopmentEnabled8205["AccountId"]
ContractDevelopmentDisabled8206["AccountId"]
ContractPublished8207["EvmAddress"]
ContractSetCode8208["EvmAddress"]
ContractSelfdestructed8209["EvmAddress"]
Storage Functions
Name
Type
Accounts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"module_evm:module:AccountInfo","keys_id":47,"value_id":533}}
ContractStorageSizes{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"U32","keys_id":47,"value_id":4}}
AccountStorages{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["H160","H256"],"value":"H256","keys_id":536,"value_id":9}}
Codes{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":9,"value_id":537}}
CodeInfos{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"module_evm:module:CodeInfo","keys_id":9,"value_id":538}}
NetworkContractIndex{"origin":"PlainType","plain_type":"U64","PlainTypeValue":8}
ExtrinsicOrigin{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Constants
Name
Type
Value
NewContractExtraBytesU3210270000
StorageDepositPerByteU12800407a10f35a00000000000000000000
TxFeePerGasU1280000ed902e0000000000000000000000
ChainIdU64ae02000000000000
NetworkContractSourceH1600000000000000000000000000000000000000000
DeveloperDepositU12800407a10f35a00000000000000000000
PublicationFeeU1280000c16ff28623000000000000000000
TreasuryAccountAccountId6d6f646c6163612f747273790000000000000000000000000000000000000000
Error Types
Name
Docs
AddressNotMappedAddress not mapped
ContractNotFoundContract not found
NoPermissionNo permission
ContractDevelopmentNotEnabledContract development is not enabled
ContractDevelopmentAlreadyEnabledContract development is already enabled
ContractAlreadyPublishedContract already published
ContractExceedsMaxCodeSizeContract exceeds max code size
ContractAlreadyExistedContract already existed
OutOfStorageStorage usage exceeds storage limit
ChargeFeeFailedCharge fee failed
CannotKillContractContract cannot be killed due to reference count
ReserveStorageFailedReserve storage failed
UnreserveStorageFailedUnreserve storage failed
ChargeStorageFailedCharge storage failed
InvalidDecimalsInvalid decimals