Hord Congress Members Registry
Represent HORD Congress Members Registry
Last updated
Was this helpful?
Represent HORD Congress Members Registry
Last updated
Was this helpful?
HordCongressMembersRegistry.sol
HordCongressMembersRegistry
is deployed at on the Ethereum mainnet.
Registry of HordCongress
members.
Emitted each time when someone is added or removed from members.
Returns the name of the contract. [HordCongressMembersRegistry
]
Returns the address of HordCongress
contract.
Returns name of the account
and since he has been a member of the congress .
Returns the address of specific accountId
.
Returns true/false depending on whether the _address
is a member of congress or not.
Returns how many members are currently in congress.
Returns addresses of all members in congress.
Returns address and name of the _member
and since he has been a member of the congress.
Returns what is the minimum number of votes needed for the proposal to be executed.
One time call function to set address of HordCongressMembersRegistry
contract.
Add targetMember
to congress.
Emits a MembershipChanged
event.
Remove targetMember
from congress.
Emits a MembershipChanged
event.