Maintainers Registry
Serves as a registry for privileged addresses.
Last updated
Was this helpful?
Serves as a registry for privileged addresses.
Last updated
Was this helpful?
MaintainersRegistry.sol
MaintainersRegistry
is deployed at on the Ethereum mainnet.
Registry of maintainers
. Maintainer
is an account that has permissions to call functions that ordinary users cannot call.
Emitted each time when someone is added or removed from members list.
Returns the address of the HordCongress contract.
Returns the address of specific maintainerId
.
Returns true/false depending on whether the _address
is a maintainer or not.
Function that serves for adding maintainer, callable only by HordCongress.
Emits a MaintainerStatusChanged
event.
Function that serves for removing maintainer, callable only by HordCongress.
Emits a MaintainerStatusChanged
event.