Name | Lookup | Parameters | |
---|---|---|---|
update_fee_lock_metadata | 0f00 | 4 | |
unlock_fee | 0f01 | - |
Name | Lookup | Attributes | |
---|---|---|---|
FeeLockMetadataUpdated | 0f00 | ||
FeeLockUnlocked | 0f01 | ["AccountId","BalanceOf"] | |
FeeLocked | 0f02 | ["AccountId","BalanceOf","BalanceOf"] |
Name | Type | |
---|---|---|
FeeLockMetadata | {"origin":"PlainType","plain_type":"pallet_fee_lock:pallet:FeeLockMetadataInfo","PlainTypeValue":391} | |
FeeLockMetadataQeueuePosition | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":45}} | |
UnlockQueue | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U128"],"value":"AccountId","keys_id":45,"value_id":0}} | |
UnlockQueueBegin | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":45} | |
UnlockQueueEnd | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":45} | |
AccountFeeLockData | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_fee_lock:pallet:AccountFeeLockDataInfo","keys_id":0,"value_id":394}} |
Name | Type | Value | |
---|---|---|---|
MaxCuratedTokens | U32 | 64000000 | |
NativeTokenId | U32 | 00000000 |
Name | Docs |
---|---|
FeeLocksIncorrectlyInitialzed | Locks were incorrectly initialized |
InvalidFeeLockMetadata | Lock metadata is invalid |
FeeLocksNotInitialized | Locks have not been initialzed |
NotFeeLocked | No tokens of the user are fee-locked |
CantUnlockFeeYet | The lock cannot be unlocked yet |
MaxCuratedTokensLimitExceeded | The limit on the maximum curated tokens for which there is a swap threshold is exceeded |
UnexpectedFailure | An unexpected failure has occured |