Mythos
subscan
Runtime Modules / Escrow
Spec Version:
Call Functions
Name
Lookup
Parameters
deposit32003
release32012
revoke32023
force_release32033
Events
Name
Lookup
Attributes
Deposited3200["AccountId","BalanceOf","AccountId"]
Released3201["AccountId","BalanceOf","AccountId"]
Revoked3202["AccountId","AccountId","AccountId","BalanceOf","Bytes"]
Storage Functions
Name
Type
Deposits{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["[U8; 20]","[U8; 20]"],"value":"U128","keys_id":449,"value_id":6}}
Constants
Name
Type
Value
MinDepositU1280000c16ff28623000000000000000000
Error Types
Name
Docs
InsufficientBalanceWhen trying to release more funds than are on deposit.
DepositTooLowWhen the deposit value is less then configured value.
NoSuchDepositWhen trying to release or revoke a deposit that does not exist.
BalanceTooLowWhen the account balance is below the existential deposit before depositing.