Name | Lookup | Parameters | |
---|---|---|---|
claim | 4000 | 2 | |
claim_from_efinity | 4007 | 1 | |
mint_claim | 4001 | 2 | |
move_claim | 4002 | 2 | |
mint_enj_from_native_efi | 4006 | 1 | |
request_claims | 4003 | 3 | |
approve_claims | 4004 | 3 | |
reject_claims | 4005 | 1 | |
set_exchange_rate | 4008 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Claimed | 4000 | ["AccountId","Option<EthereumAddress>","BalanceOf"] | |
ClaimedEnj | 4001 | ["AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
Claims | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["ep_core:frame:types:Account"],"value":"U128","keys_id":415,"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":422,"value_id":418}} | |
LatestBlockNumber | {"origin":"PlainType","plain_type":"pallet_claims:types:TrackedBlockNumbers","PlainTypeValue":699} | |
ApprovedBlockNumber | {"origin":"PlainType","plain_type":"pallet_claims:types:TrackedBlockNumbers","PlainTypeValue":699} | |
ExchangeRate | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":74} |
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 |