Name | Lookup | Parameters | |
|---|---|---|---|
| initialize | 5e00 | 3 | |
| set_vesting_start | 5e01 | 1 | |
| set_vesting_period | 5e02 | 1 | |
| set_direct_payout_ratio | 5e03 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| RewardClaimed | 5e00 | ["AccountId","BalanceOf","BalanceOf"] | |
| RewardPalletInitialized | 5e01 | ["BlockNumber","BlockNumber","Perbill"] | |
| DirectPayoutRatioUpdated | 5e02 | ["Perbill"] | |
| VestingPeriodUpdated | 5e03 | ["BlockNumber"] | |
| VestingStartUpdated | 5e04 | ["BlockNumber"] |
Name | Type | |
|---|---|---|
| DirectPayoutRatio | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":65} | |
| VestingPeriod | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| VestingStart | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 63632f7265777264 |
Name | Docs |
|---|---|
| MustBeAdministrator | Invalid call to an administrative extrinsics |
| RewardInsufficient | The reward is below the existential deposit |
| PalletNotInitialized | Pallet must be initialized first |