Name | Lookup | Parameters | |
---|---|---|---|
transfer_unlocked_reward | 4600 | 2 | |
transfer_vested_reward | 4601 | 2 | |
remove_vested_reward | 4602 | 2 | |
set_distributor_origin | 4603 | 1 | |
remove_distributor_origin | 4604 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
TokenTransferred | 4600 | ["AccountId","BalanceOf"] | |
VestedTokenTransferred | 4601 | ["AccountId","VestingInfo<BalanceOf, BlockNumber>"] | |
RemovedRewardVestingSchedule | 4602 | ["AccountId","u32"] | |
AddedDistributorOrigin | 4603 | ["AccountId"] | |
RemovedDistributorOrigin | 4604 | ["AccountId"] |
Name | Type | |
---|---|---|
CrowdloanDistributorOrigins | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"NULL","keys_id":0,"value_id":32}} |
Name | Docs |
---|---|
NoPermission | No permission |
UserAlreadyGotExistingVestingInfo | Already got existing vesting info |
AlreadySetAsDistributorOrigin | Already set as distributor origin |
DistributorOriginDoesNotExist | Distributor origin does not exist |