Name | Lookup | Parameters | |
---|---|---|---|
claim | 0800 | 1 | |
finalize_storage_migration | 0801 | 1 | |
add_umi_nft_receivers | 0802 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Claimed | 0800 | ||
MigrationCompleted | 0801 |
Name | Type | |
---|---|---|
ReservesAcc | {"origin":"PlainType","plain_type":"TechAccountId"} | |
ValOwners | {"origin":"MapType","map_type":{"key":"EthAddress","hasher":"Identity","value":"RewardInfo","isLinked":false}} | |
PswapFarmOwners | {"origin":"MapType","map_type":{"key":"EthAddress","hasher":"Identity","value":"Balance","isLinked":false}} | |
PswapWaifuOwners | {"origin":"MapType","map_type":{"key":"EthAddress","hasher":"Identity","value":"Balance","isLinked":false}} | |
UmiNftReceivers | {"origin":"MapType","map_type":{"key":"EthAddress","hasher":"Identity","value":"Vec<Balance>","isLinked":false}} | |
ValBurnedSinceLastVesting | {"origin":"PlainType","plain_type":"Balance"} | |
CurrentClaimableVal | {"origin":"PlainType","plain_type":"Balance"} | |
EthAddresses | {"origin":"MapType","map_type":{"key":"u32","hasher":"Identity","value":"Vec<EthAddress>","isLinked":false}} | |
TotalValRewards | {"origin":"PlainType","plain_type":"Balance"} | |
TotalClaimableVal | {"origin":"PlainType","plain_type":"Balance"} | |
MigrationPending | {"origin":"PlainType","plain_type":"bool"} | |
UmiNfts | {"origin":"PlainType","plain_type":"Vec<AssetId>"} | |
UmiNftClaimed | {"origin":"MapType","map_type":{"key":"EthAddress","hasher":"Identity","value":"bool","isLinked":false}} |
Name | Docs |
---|---|
NothingToClaim | The account has no claimable rewards at the time of claiming request |
AddressNotEligible | Address is not eligible for any rewards |
SignatureInvalid | The signature is invalid |
SignatureVerificationFailed | The signature verification failed |
IllegalCall | Occurs if an attempt to repeat the unclaimed VAL data update is made |