Hord Congress
Represents multi-sig wallet for HORD app.
Code
Address
Overview
Events
ProposalCreated
event ProposalCreated(uint id, address proposer, address[] targets, uint[] values, string[] signatures, bytes[] calldatas, string description);VoteCast
event VoteCast(address voter, uint proposalId, bool support);ProposalCanceled
ProposalExecuted
ReceivedEther
ExecuteTransaction
Read-Only Functions
name
proposalCount
proposals
getActions
getMembersRegistry
State-Changing Functions
setMembersRegistry
propose
castVote
execute
cancel
Last updated