subscan
Runtime Modules / Proxy
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
ProxyExecuted1700
AnonymousCreated1701
Announced1702
Storage Functions
Name
Type
Proxies{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(Vec<ProxyDefinition<AccountId, ProxyType, BlockNumber>>, BalanceOf)","isLinked":false}}
Announcements{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(Vec<Announcement<AccountId, CallHashOf, BlockNumber>>, BalanceOf)","isLinked":false}}
Constants
Name
Type
Value
ProxyDepositBaseBalanceOf0x0000362b4c8ee30d0000000000000000
ProxyDepositFactorBalanceOf0x0040c21f55b90b000000000000000000
MaxProxiesu160x2000
MaxPendingu320x20000000
AnnouncementDepositBaseBalanceOf0x0000362b4c8ee30d0000000000000000
AnnouncementDepositFactorBalanceOf0x0080843faa7217000000000000000000
Error Types
Name
Docs
TooMany There are too many proxies registered or too many announcements pending.
NotFound Proxy registration not found.
NotProxy Sender is not a proxy of the account to be proxied.
Unproxyable A call which is incompatible with the proxy type's filter was attempted.
Duplicate Account is already a proxy.
NoPermission Call may not be made by proxy because it may escalate its privileges.
Unannounced Announcement, if made at all, was made too recently.
NoSelfProxy Cannot add self as proxy.