subscan
Runtime Modules / Proxy
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
ProxyExecuted1f00
AnonymousCreated1f01
Announced1f02
Storage Functions
Name
Type
Proxies{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(BoundedVec<ProxyDefinition<AccountId, ProxyType, BlockNumber>, MaxProxies>, BalanceOf,)","isLinked":false}}
Announcements{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(BoundedVec<Announcement<AccountId, CallHashOf, BlockNumber>, MaxPending>, BalanceOf,)","isLinked":false}}
Constants
Name
Type
Value
ProxyDepositBaseBalanceOf0x0000362b4c8ee30d0000000000000000
ProxyDepositFactorBalanceOf0x0040075af07507000000000000000000
MaxProxiesu320x20000000
MaxPendingu320x20000000
AnnouncementDepositBaseBalanceOf0x0000362b4c8ee30d0000000000000000
AnnouncementDepositFactorBalanceOf0x0000be9a2be513000000000000000000
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.