subscan
Runtime Modules / Proxy
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
ProxyExecuted2b00["DispatchResult"]
PureCreated2b01["AccountId","AccountId","ProxyType","u16"]
Announced2b02["AccountId","AccountId","CallHashOf"]
ProxyAdded2b03["AccountId","AccountId","ProxyType","BlockNumberFor"]
ProxyRemoved2b04["AccountId","AccountId","ProxyType","BlockNumberFor"]
Storage Functions
Name
Type
Proxies{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@426U128","keys_id":0,"value_id":425}}
Announcements{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@430U128","keys_id":0,"value_id":429}}
Constants
Name
Type
Value
ProxyDepositBaseU1280020f7a54b3300000000000000000000
ProxyDepositFactorU12800f4a92b800100000000000000000000
MaxProxiesU320a000000
MaxPendingU320a000000
AnnouncementDepositBaseU1280020f7a54b3300000000000000000000
AnnouncementDepositFactorU12800e85357000300000000000000000000
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.