Name | Lookup | Parameters | |
---|---|---|---|
update_multiplier | 0900 | 1 | |
set_fee_update_period | 0901 | 1 | |
set_small_reference_amount | 0902 | 1 | |
xorless_call | 0903 | 2 | |
add_asset_to_white_list | 0904 | 1 | |
remove_asset_from_white_list | 0905 | 1 | |
set_random_remint_period | 0906 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
FeeWithdrawn | 0900 | ["AccountIdOf","Balance"] | |
ReferrerRewarded | 0901 | ["AccountIdOf","AccountIdOf","Balance"] | |
WeightToFeeMultiplierUpdated | 0902 | ["FixedU128"] | |
AssetRemovedFromWhiteList | 0903 | ["AssetIdOf"] | |
AssetAddedToWhiteList | 0904 | ["AssetIdOf"] | |
RemintPeriodUpdated | 0905 | ["u32"] |
Name | Type | |
---|---|---|
XorToVal | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
XorToBuyBack | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
Multiplier | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":35} | |
RemintPeriod | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Docs |
---|---|
MultiplierCalculationFailed | Failed to calculate new multiplier. |
InvalidSmallReferenceAmount | `SmallReferenceAmount` is unsupported |
AssetNotFound | Asset is not found in white list |
AssetAlreadyWhitelisted | Asset already in white list |
WhitelistFull | White list is filled |
FeeCalculationFailed | Failed to calculate fee in white listed asset |
WrongRemintPeriod | Remint period should not be 0 or to be greater than 600 |