Polkadot
subscan
Runtime Modules / Identity
Spec Version:
Events
Name
Lookup
Attributes
IdentitySet1c00["AccountId"]
IdentityCleared1c01["AccountId","BalanceOf"]
IdentityKilled1c02["AccountId","BalanceOf"]
JudgementRequested1c03["AccountId","RegistrarIndex"]
JudgementUnrequested1c04["AccountId","RegistrarIndex"]
JudgementGiven1c05["AccountId","RegistrarIndex"]
RegistrarAdded1c06["RegistrarIndex"]
SubIdentityAdded1c07["AccountId","AccountId","BalanceOf"]
SubIdentityRemoved1c08["AccountId","AccountId","BalanceOf"]
SubIdentityRevoked1c09["AccountId","AccountId","BalanceOf"]
Storage Functions
Name
Type
IdentityOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_identity:types:Registration","keys_id":0,"value_id":567}}
SuperOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:AccountIdpallet_identity:types:Data","keys_id":0,"value_id":299}}
SubsOf{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:U128Vec<AccountId>","keys_id":0,"value_id":571}}
Registrars{"origin":"PlainType","plain_type":"Vec<option<pallet_identity:types:RegistrarInfo>>","PlainTypeValue":573}
Constants
Name
Type
Value
BasicDepositU128007db52a2f0000000000000000000000
FieldDepositU12800cd5627000000000000000000000000
SubAccountDepositU12880f884b02e0000000000000000000000
MaxSubAccountsU3264000000
MaxAdditionalFieldsU3264000000
MaxRegistrarsU3214000000
Error Types
Name
Docs
TooManySubAccountsToo many subs-accounts.
NotFoundAccount isn't found.
NotNamedAccount isn't named.
EmptyIndexEmpty index.
FeeChangedFee is changed.
NoIdentityNo identity found.
StickyJudgementSticky judgement.
JudgementGivenJudgement given.
InvalidJudgementInvalid judgement.
InvalidIndexThe index is invalid.
InvalidTargetThe target is invalid.
TooManyFieldsToo many additional fields.
TooManyRegistrarsMaximum amount of registrars reached. Cannot add any more.
AlreadyClaimedAccount ID is already named.
NotSubSender is not a sub-account.
NotOwnedSub-account isn't owned by sender.
JudgementForDifferentIdentityThe provided judgement was for a different identity.
JudgementPaymentFailedError that occurs when there is an issue paying for judgement.