Itering understands the importance of protecting and safeguarding your privacy. By continuing using this website you agree with our
Privacy Policyand
Terms of Use.
Name | Lookup | Parameters | |
---|---|---|---|
proxy | 0500 | 3 | |
add_proxy | 0501 | 3 | |
remove_proxy | 0502 | 3 | |
remove_proxies | 0503 | - | |
anonymous | 0504 | 3 | |
kill_anonymous | 0505 | 5 | |
announce | 0506 | 2 | |
remove_announcement | 0507 | 2 | |
reject_announcement | 0508 | 2 | |
proxy_announced | 0509 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
ProxyExecuted | 0500 | ["DispatchResult"] | |
AnonymousCreated | 0501 | ["AccountId","AccountId","ProxyType","u16"] | |
Announced | 0502 | ["AccountId","AccountId","CallHashOf"] | |
ProxyAdded | 0503 | ["AccountId","AccountId","ProxyType","BlockNumber"] |
Name | Type | |
---|---|---|
Proxies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:frame_support:storage:bounded_vec:BoundedVec@298U128","keys_id":0,"value_id":297}} | |
Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:frame_support:storage:bounded_vec:BoundedVec@302U128","keys_id":0,"value_id":301}} |
Name | Type | Value | |
---|---|---|---|
ProxyDepositBase | U128 | 00fc8d0e800000000000000000000000 | |
ProxyDepositFactor | U128 | 006488d54c0000000000000000000000 | |
MaxProxies | U32 | 20000000 | |
MaxPending | U32 | 20000000 | |
AnnouncementDepositBase | U128 | 001cedae920000000000000000000000 | |
AnnouncementDepositFactor | U128 | 00c810ab990000000000000000000000 |
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. |