Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 2b00 | 2 | |
| claim_from_efinity | 2b07 | 1 | |
| mint_claim | 2b01 | 2 | |
| move_claim | 2b02 | 2 | |
| mint_enj_from_native_efi | 2b06 | 1 | |
| request_claims | 2b03 | 3 | |
| approve_claims | 2b04 | 3 | |
| reject_claims | 2b05 | 1 | |
| set_exchange_rate | 2b08 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Claimed | 2b00 | ["AccountId","Option<EthereumAddress>","BalanceOf"] | |
| ClaimedEnj | 2b01 | ["AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| Claims | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["ep_core:frame:types:Account"],"value":"U128","keys_id":351,"value_id":6}} | |
| Total | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| PendingApprovals | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["Tuple:H256option<U32>"],"value":"pallet_claims:types:TransactionData","keys_id":393,"value_id":389}} | |
| LatestBlockNumber | {"origin":"PlainType","plain_type":"pallet_claims:types:TrackedBlockNumbers","PlainTypeValue":570} | |
| ApprovedBlockNumber | {"origin":"PlainType","plain_type":"pallet_claims:types:TrackedBlockNumbers","PlainTypeValue":570} | |
| ExchangeRate | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":453} |
Name | Type | Value | |
|---|---|---|---|
| Prefix | Vec<U8> | 6050617920454e4a3220746f20746865206163636f756e743a | |
| MaxBatchAccounts | U32 | fa000000 |
Name | Docs |
|---|---|
| InvalidEthereumSignature | Invalid Ethereum signature. |
| SignerHasNoClaim | Ethereum address has no claim. |
| AmountZero | Amount Zero |
| NotEnoughBalance | The account does not have enough balance to claim |
| ClaimCouldNotBeSettled | The claim could not be settled |
| InvalidClaimRequestTimestamp | Invalid Claim Request Timestamp |
| TransactionHashExists | Transaction hash already exists in pending claims |
| ExchangeRateIsNotSet | Exchange Rate is not set |