Name | Lookup | Parameters | |
|---|---|---|---|
| bind_evm_address | 4500 | - | |
| add_contract_deployer | 4501 | 1 | |
| remove_contract_deployer | 4502 | 1 | |
| renounce_contract_deployer | 4503 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| Bound | 4500 | ["AccountId","EvmAddress"] | |
| DeployerAdded | 4501 | ["EvmAddress"] | |
| DeployerRemoved | 4502 | ["EvmAddress"] |
Name | Type | |
|---|---|---|
| AccountExtension | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"[U8; 12]","keys_id":126,"value_id":275}} | |
| ContractDeployer | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"NULL","keys_id":126,"value_id":306}} |
Name | Type | Value | |
|---|---|---|---|
| FeeMultiplier | U32 | 32000000 |
Name | Docs |
|---|---|
| TruncatedAccountAlreadyUsed | EVM Account's nonce is not zero |
| AddressAlreadyBound | Address is already bound |
| BoundAddressCannotBeUsed | Bound address cannot be used |
| AddressNotWhitelisted | Address not whitelisted |