subscan
Runtime Modules / Proxy
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
ProxyExecuted1f00["DispatchResult"]
AnonymousCreated1f01["AccountId","AccountId","ProxyType","u16"]
Announced1f02["AccountId","AccountId","CallHashOf"]
ProxyAdded1f03["AccountId","AccountId","ProxyType","BlockNumber"]
Storage Functions
Name
Type
Proxies{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:frame_support:storage:bounded_vec:BoundedVec@246U128","keys_id":0,"value_id":245}}
Announcements{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"Tuple:frame_support:storage:bounded_vec:BoundedVec@250U128","keys_id":0,"value_id":249}}
Constants
Name
Type
Value
ProxyDepositBaseU12800000000000000000000000000000000
ProxyDepositFactorU12800000000000000000000000000000000
MaxProxiesU3220000000
MaxPendingU3220000000
AnnouncementDepositBaseU128000018e1c095e36c0500000000000000
AnnouncementDepositFactorU128000038720885c5070000000000000000
Error Types
Name
Docs
TooManyThere are too many proxies registered or too many announcements pending.
NotFoundProxy registration not found.
NotProxySender is not a proxy of the account to be proxied.
UnproxyableA call which is incompatible with the proxy type's filter was attempted.
DuplicateAccount is already a proxy.
NoPermissionCall may not be made by proxy because it may escalate its privileges.
UnannouncedAnnouncement, if made at all, was made too recently.
NoSelfProxyCannot add self as proxy.