Name | Lookup | Parameters | |
|---|---|---|---|
| create_farming_pool | 5a00 | 8 | |
| charge | 5a01 | 2 | |
| deposit | 5a02 | 3 | |
| withdraw | 5a03 | 2 | |
| claim | 5a04 | 1 | |
| withdraw_claim | 5a05 | 1 | |
| force_retire_pool | 5a06 | 1 | |
| set_retire_limit | 5a07 | 1 | |
| close_pool | 5a08 | 1 | |
| reset_pool | 5a09 | 8 | |
| kill_pool | 5a0a | 1 | |
| edit_pool | 5a0b | 6 | |
| gauge_withdraw | 5a0c | 1 | |
| force_gauge_claim | 5a0d | 1 | |
| add_boost_pool_whitelist | 5a0e | 1 | |
| set_next_round_whitelist | 5a0f | 1 | |
| vote | 5a10 | 1 | |
| start_boost_round | 5a11 | 1 | |
| end_boost_round | 5a12 | - | |
| charge_boost | 5a13 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| FarmingPoolCreated | 5a00 | ["PoolId"] | |
| FarmingPoolReset | 5a01 | ["PoolId"] | |
| FarmingPoolClosed | 5a02 | ["PoolId"] | |
| FarmingPoolKilled | 5a03 | ["PoolId"] | |
| FarmingPoolEdited | 5a04 | ["PoolId"] | |
| Charged | 5a05 | ["AccountIdOf","PoolId","Vec<(CurrencyIdOf, BalanceOf)>"] | |
| Deposited | 5a06 | ["AccountIdOf","PoolId","BalanceOf","Option<(BalanceOf, BlockNumberFor)>"] | |
| Withdrawn | 5a07 | ["AccountIdOf","PoolId","Option<BalanceOf>"] | |
| Claimed | 5a08 | ["AccountIdOf","PoolId"] | |
| WithdrawClaimed | 5a09 | ["AccountIdOf","PoolId"] | |
| GaugeWithdrawn | 5a0a | ["AccountIdOf","PoolId"] | |
| AllForceGaugeClaimed | 5a0b | ["PoolId"] | |
| PartiallyForceGaugeClaimed | 5a0c | ["PoolId"] | |
| AllRetired | 5a0d | ["PoolId"] | |
| PartiallyRetired | 5a0e | ["PoolId"] | |
| RetireLimitSet | 5a0f | ["u32"] | |
| RoundEnd | 5a10 | ["BalanceOf","BlockNumberFor","BlockNumberFor"] | |
| RoundStartError | 5a11 | ["DispatchError"] | |
| RoundStart | 5a12 | ["BlockNumberFor"] | |
| Voted | 5a13 | ["AccountIdOf","Vec<(PoolId, Percent)>"] | |
| BoostCharged | 5a14 | ["AccountIdOf","Vec<(CurrencyIdOf, BalanceOf)>"] |
Name | Type | |
|---|---|---|
| PoolNextId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| GaugePoolNextId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| RetireLimit | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| PoolInfos | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"bifrost_farming:rewards:PoolInfo","keys_id":4,"value_id":664}} | |
| GaugePoolInfos | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"bifrost_farming:gauge:GaugePoolInfo","keys_id":4,"value_id":671}} | |
| GaugeInfos | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"bifrost_farming:gauge:GaugeInfo","keys_id":677,"value_id":678}} | |
| SharesAndWithdrawnRewards | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"bifrost_farming:rewards:ShareInfo","keys_id":677,"value_id":679}} | |
| BoostPoolInfos | {"origin":"PlainType","plain_type":"bifrost_farming:boost:BoostPoolInfo","PlainTypeValue":680} | |
| UserBoostInfos | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"bifrost_farming:boost:UserBoostInfo","keys_id":0,"value_id":681}} | |
| BoostWhitelist | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"NULL","keys_id":4,"value_id":43}} | |
| BoostNextRoundWhitelist | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"NULL","keys_id":4,"value_id":43}} | |
| BoostVotingPools | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}} | |
| BoostBasicRewards | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","spacewalk_primitives:CurrencyId"],"value":"U128","keys_id":683,"value_id":6}} |
Name | Type | Value | |
|---|---|---|---|
| TreasuryAccount | AccountId | 6d6f646c70792f74727372790000000000000000000000000000000000000000 | |
| Keeper | [U8; 8] | 70652f666d6b7072 | |
| RewardIssuer | [U8; 8] | 70652f666d726972 | |
| FarmingBoost | [U8; 8] | 70652f666d627374 | |
| WhitelistMaximumLimit | U32 | 0a000000 |
Name | Docs |
|---|---|
| NotNullable | |
| PoolDoesNotExist | |
| GaugePoolNotExist | |
| GaugeInfoNotExist | |
| InvalidPoolState | |
| LastGaugeNotClaim | |
| CanNotClaim | claim_limit_time exceeded |
| GaugeMaxBlockOverflow | gauge pool max_block exceeded |
| WithdrawLimitCountExceeded | withdraw_limit_time exceeded |
| ShareInfoNotExists | |
| CanNotDeposit | |
| WhitelistEmpty | |
| RoundNotOver | |
| RoundLengthNotSet | |
| WhitelistLimitExceeded | |
| NobodyVoting | |
| NotInWhitelist | |
| PercentOverflow | |
| PoolNotCleared |