Name | Lookup | Parameters | |
|---|---|---|---|
| eth_call | 8200 | 7 | |
| call | 8201 | 6 | |
| scheduled_call | 8202 | 7 | |
| create | 8203 | 5 | |
| create2 | 8204 | 6 | |
| create_nft_contract | 8205 | 5 | |
| create_predeploy_contract | 8206 | 6 | |
| transfer_maintainer | 8207 | 2 | |
| publish_contract | 8208 | 1 | |
| publish_free | 8209 | 1 | |
| enable_contract_development | 820a | - | |
| disable_contract_development | 820b | - | |
| set_code | 820c | 2 | |
| selfdestruct | 820d | 1 | |
| strict_call | 820e | 6 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Created | 8200 | ["EvmAddress","EvmAddress","Vec<Log>","u64","i32"] | |
| CreatedFailed | 8201 | ["EvmAddress","EvmAddress","ExitReason","Vec<Log>","u64","i32"] | |
| Executed | 8202 | ["EvmAddress","EvmAddress","Vec<Log>","u64","i32"] | |
| ExecutedFailed | 8203 | ["EvmAddress","EvmAddress","ExitReason","Bytes","Vec<Log>","u64","i32"] | |
| TransferredMaintainer | 8204 | ["EvmAddress","EvmAddress"] | |
| ContractDevelopmentEnabled | 8205 | ["AccountId"] | |
| ContractDevelopmentDisabled | 8206 | ["AccountId"] | |
| ContractPublished | 8207 | ["EvmAddress"] | |
| ContractSetCode | 8208 | ["EvmAddress"] | |
| ContractSelfdestructed | 8209 | ["EvmAddress"] |
Name | Type | |
|---|---|---|
| ChainId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":8} | |
| Accounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"module_evm:module:AccountInfo","keys_id":44,"value_id":558}} | |
| ContractStorageSizes | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"U32","keys_id":44,"value_id":4}} | |
| AccountStorages | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["H160","H256"],"value":"H256","keys_id":561,"value_id":9}} | |
| Codes | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":9,"value_id":562}} | |
| CodeInfos | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"module_evm:module:CodeInfo","keys_id":9,"value_id":563}} | |
| NetworkContractIndex | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":8} | |
| ExtrinsicOrigin | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} |
Name | Type | Value | |
|---|---|---|---|
| NewContractExtraBytes | U32 | 10270000 | |
| StorageDepositPerByte | U128 | 00c06e31d91001000000000000000000 | |
| TxFeePerGas | U128 | 0000ed902e0000000000000000000000 | |
| NetworkContractSource | H160 | 0000000000000000000000000000000000000000 | |
| DeveloperDeposit | U128 | 00203d88792d00000000000000000000 | |
| PublicationFee | U128 | 00a0724e180900000000000000000000 | |
| TreasuryAccount | AccountId | 6d6f646c6163612f747273790000000000000000000000000000000000000000 |
Name | Docs |
|---|---|
| AddressNotMapped | |
| ContractNotFound | |
| NoPermission | |
| ContractDevelopmentNotEnabled | |
| ContractDevelopmentAlreadyEnabled | |
| ContractAlreadyPublished | |
| ContractExceedsMaxCodeSize | |
| ContractAlreadyExisted | |
| OutOfStorage | |
| ChargeFeeFailed | |
| CannotKillContract | |
| ReserveStorageFailed | |
| UnreserveStorageFailed | |
| ChargeStorageFailed | |
| InvalidDecimals | |
| StrictCallFailed |