Name | Lookup | Parameters | |
---|---|---|---|
claim | 4000 | 2 | |
claim_from_efinity | 4007 | - | |
mint_claim | 4001 | 2 | |
move_claim | 4002 | 2 | |
request_claims | 4003 | 3 | |
reject_claims | 4005 | 1 | |
set_exchange_rate | 4008 | 2 | |
set_delay_time | 4009 | 1 | |
claim_early_bird_reward | 400a | - |
Name | Lookup | Attributes | |
---|---|---|---|
ClaimRequested | 4000 | ["AccountOf","BalanceOf","Hash","bool","bool"] | |
Claimed | 4001 | ["AccountId","Option<EthereumAddress>","BalanceOf"] | |
EarlyBirdRewardCreated | 4002 | ["AccountId","BalanceOf"] | |
ClaimedEarlyBirdReward | 4003 | ["AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
Claims | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["ep_core:frame:types:Account"],"value":"Vec<pallet_claims:types:ClaimData>","keys_id":115,"value_id":786}} | |
EarlyBirdRewardsLookup | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["AccountId"],"value":"pallet_claims:types:EarlyBirdRewardsData","keys_id":0,"value_id":789}} | |
TransactionHashLookup | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["Tuple:H256option<U32>"],"value":"NULL","keys_id":792,"value_id":56}} | |
TotalUnclaimedAmount | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
DelayClaimsPeriod | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
LatestBlockNumber | {"origin":"PlainType","plain_type":"pallet_claims:types:TrackedBlockNumbers","PlainTypeValue":793} | |
ExchangeRate | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":42} |
Name | Type | Value | |
---|---|---|---|
Prefix | Vec<U8> | 6050617920454e4a3220746f20746865206163636f756e743a | |
MaxBatchAccounts | U32 | fa000000 | |
EarlyBirdRewardRate | U32 | c0ea8b19 | |
StakedEnjCollectionId | U128 | 01000000000000000000000000000000 | |
MinEarlyBirdDelay | U32 | 80c61300 | |
MinClaimDelay | U32 | 40380000 |
Name | Docs |
---|---|
InvalidEthereumSignature | Invalid Ethereum signature. |
SignerHasNoClaim | Ethereum address has no claim. |
AmountZero | Amount Zero |
InvalidClaimRequestTimestamp | Invalid Claim Request Timestamp |
TransactionHashExists | Transaction hash already exists in pending claims |
ExchangeRateIsNotSet | Exchange Rate is not set |
OutOfBounds | Generic error for when bounded vector is out of bounds |
InvalidClaimTimestamp | Invalid Claim Timestamp |
DelayTimeForClaimNotSet | Delay Time for Claim Not Set |
EarlyBirdClaimTooEarly | Cannot Claim EarlyBird bonus before MinEarlyBirdDelay |
DelayTimeSetTooLow | Delay cannot be less than MinClaimDelay |
NotEligibleForEarlyBird | Not Eligible for early bird rewards |
EarlyBirdRewardsUnavailable | Early Bird rewards unavailable |
EarlyBirdRewardsAlreadyExist | Early Bird rewards already available |
EarlyBirdEntryNotFound | Early Bird entry not found |