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 |
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 | |
|---|---|---|
| Accounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"module_evm:module:AccountInfo","keys_id":44,"value_id":535}} | |
| 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":538,"value_id":9}} | |
| Codes | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":9,"value_id":539}} | |
| CodeInfos | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"module_evm:module:CodeInfo","keys_id":9,"value_id":540}} | |
| 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 | |
| ChainId | U64 | 1303000000000000 | |
| NetworkContractSource | H160 | 0000000000000000000000000000000000000000 | |
| DeveloperDeposit | U128 | 0080c6a47e8d03000000000000000000 | |
| PublicationFee | U128 | 000064a7b3b6e00d0000000000000000 | |
| TreasuryAccount | AccountId | 6d6f646c6163612f747273790000000000000000000000000000000000000000 |
Name | Docs |
|---|---|
| AddressNotMapped | Address not mapped |
| ContractNotFound | Contract not found |
| NoPermission | No permission |
| ContractDevelopmentNotEnabled | Contract development is not enabled |
| ContractDevelopmentAlreadyEnabled | Contract development is already enabled |
| ContractAlreadyPublished | Contract already published |
| ContractExceedsMaxCodeSize | Contract exceeds max code size |
| ContractAlreadyExisted | Contract already existed |
| OutOfStorage | Storage usage exceeds storage limit |
| ChargeFeeFailed | Charge fee failed |
| CannotKillContract | Contract cannot be killed due to reference count |
| ReserveStorageFailed | Reserve storage failed |
| UnreserveStorageFailed | Unreserve storage failed |
| ChargeStorageFailed | Charge storage failed |
| InvalidDecimals | Invalid decimals |