subscan
Runtime Modules / Proxy
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
ProxyExecuted4300["DispatchResult"]
AnonymousCreated4301["AccountId","AccountId","ProxyType","u16"]
Announced4302["AccountId","AccountId","CallHashOf"]
ProxyAdded4303["AccountId","AccountId","ProxyType","BlockNumber"]
ProxyRemoved4304["AccountId","AccountId","ProxyType","BlockNumber"]
Storage Functions
Name
Type
Proxies{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:sp_runtime:bounded:bounded_vec:BoundedVec@456U128","keys_id":0,"value_id":455}}
Announcements{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:sp_runtime:bounded:bounded_vec:BoundedVec@460U128","keys_id":0,"value_id":459}}
Constants
Name
Type
Value
ProxyDepositBaseU12800007f80a935be080000000000000000
ProxyDepositFactorU1280000466f825f7a1b0000000000000000
MaxProxiesU3220000000
MaxPendingU3220000000
AnnouncementDepositBaseU12800007f80a935be080000000000000000
AnnouncementDepositFactorU12800008cde04bff4360000000000000000
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.