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 |
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"] |
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":591}} | |
| GaugePoolInfos | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"bifrost_farming:gauge:GaugePoolInfo","keys_id":4,"value_id":598}} | |
| GaugeInfos | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"bifrost_farming:gauge:GaugeInfo","keys_id":604,"value_id":605}} | |
| SharesAndWithdrawnRewards | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"bifrost_farming:rewards:ShareInfo","keys_id":604,"value_id":606}} |
Name | Type | Value | |
|---|---|---|---|
| TreasuryAccount | AccountId | 6d6f646c70792f74727372790000000000000000000000000000000000000000 | |
| Keeper | [U8; 8] | 70652f666d6b7072 | |
| RewardIssuer | [U8; 8] | 70652f666d726972 |
Name | Docs |
|---|---|
| CalculationOverflow | |
| PoolDoesNotExist | |
| GaugePoolNotExist | |
| GaugeInfoNotExist | |
| InvalidPoolState | |
| LastGaugeNotClaim | |
| CanNotClaim | claim_limit_time exceeded |
| GaugeMaxBlockOverflow | gauge pool max_block exceeded |
| WithdrawLimitCountExceeded | withdraw_limit_time exceeded |
| ShareInfoNotExists | |
| CanNotDeposit |