Name | Lookup | Parameters | |
|---|---|---|---|
| set_reth_rewarder | 2a00 | 1 | |
| set_fund_address | 2a01 | 1 | |
| add_rtoken_reward_act | 2a02 | 7 | |
| update_rtoken_reward_act | 2a03 | 8 | |
| add_reth_reward_act | 2a04 | 6 | |
| update_reth_reward_act | 2a05 | 7 | |
| claim_rtoken_reward | 2a06 | 3 | |
| claim_reth_reward | 2a07 | 4 | |
| update_reth_claim_info | 2a08 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| RTokenClaimed | 2a00 | ||
| REthClaimed | 2a01 |
Name | Type | |
|---|---|---|
| ClaimInfos | {"origin":"MapType","map_type":{"key":"(AccountId, RSymbol, u32, u64)","hasher":"Blake2_128Concat","value":"ClaimInfo","isLinked":false}} | |
| REthClaimInfos | {"origin":"MapType","map_type":{"key":"(Vec<u8>, u32, u64)","hasher":"Blake2_128Concat","value":"ClaimInfo","isLinked":false}} | |
| REthRewarder | {"origin":"PlainType","plain_type":"AccountId"} | |
| Acts | {"origin":"MapType","map_type":{"key":"(RSymbol, u32)","hasher":"Blake2_128Concat","value":"MintRewardAct<BlockNumber, Balance>","isLinked":false}} | |
| REthActs | {"origin":"MapType","map_type":{"key":"u32","hasher":"Blake2_128Concat","value":"MintRewardAct<BlockNumber, Balance>","isLinked":false}} | |
| FundAddress | {"origin":"PlainType","plain_type":"AccountId"} | |
| ActLatestCycle | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"u32","isLinked":false}} | |
| REthActLatestCycle | {"origin":"PlainType","plain_type":"u32"} | |
| ActCurrentCycle | {"origin":"MapType","map_type":{"key":"RSymbol","hasher":"Blake2_128Concat","value":"u32","isLinked":false}} | |
| REthActCurrentCycle | {"origin":"PlainType","plain_type":"u32"} | |
| UserActs | {"origin":"MapType","map_type":{"key":"(AccountId, RSymbol)","hasher":"Blake2_128Concat","value":"Vec<u32>","isLinked":false}} | |
| UserREthActs | {"origin":"MapType","map_type":{"key":"Bytes","hasher":"Blake2_128Concat","value":"Vec<u32>","isLinked":false}} | |
| UserMintsCount | {"origin":"MapType","map_type":{"key":"(AccountId, RSymbol, u32)","hasher":"Blake2_128Concat","value":"u64","isLinked":false}} | |
| UserREthMintsCount | {"origin":"MapType","map_type":{"key":"(Vec<u8>, u32)","hasher":"Blake2_128Concat","value":"u64","isLinked":false}} | |
| MintTxHashExist | {"origin":"MapType","map_type":{"key":"Bytes","hasher":"Blake2_128Concat","value":"bool","isLinked":false}} |
Name | Docs |
|---|---|
| HasNoClaimInfo | Address has no claimInfo. |
| HasNoAct | hash no act |
| ValueZero | zero value |
| InvalidREthRewarder | invalid reth rewarder |
| InsufficientFis | Insufficient fis |
| NoFundAddress | no fund address |
| InvalidPubkey | invalid Pubkey |
| EthSigsFailed | eth signature failed |
| PubkeyAndValueNumberErr | pubkey and mint value numnber not equal |
| MintTxHashExistErr | mint tx hash exist |