subscan
Runtime Modules / Escrow
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Deposit1e00["AccountId","BalanceOf","BlockNumber"]
Withdraw1e01["AccountId","BalanceOf"]
Storage Functions
Name
Type
Reserved{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}}
Locked{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"escrow:LockedBalance","keys_id":0,"value_id":355}}
Epoch{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
PointHistory{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"escrow:Point","keys_id":4,"value_id":356}}
UserPointHistory{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Identity"],"key_vec":["AccountId","U32"],"value":"escrow:Point","keys_id":357,"value_id":356}}
UserPointEpoch{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}}
SlopeChanges{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}}
Limits{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:U32U32","keys_id":0,"value_id":34}}
Blocks{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Bool","keys_id":0,"value_id":87}}
Constants
Name
Type
Value
SpanU32e0c40000
MaxPeriodU3200d44900
Error Types
Name
Docs
InputAmountZeroInput amount must be non-zero.
LockFoundLock already exists.
LockNotFoundLock does not exist.
UnlockHeightNotInTheFutureUnlock height is not in the future.
UnlockHeightTooFarInTheFutureUnlock height is greater than max period.
LockAmountZeroLock amount must be non-zero.
UnlockHeightMustIncreaseUnlock height should be greater than lock.
LockNotExpiredPrevious lock has not expired.
LockHasExpiredPrevious lock has expired.
LockAmountTooLowLock amount is too large.
InsufficientFundsInsufficient account balance.
NotSupportedNot supported.