HumanityGovernance
Verified contract
Active on
Ethereum with 3,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x96d5…c241
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HUM | ERC-20 | 2.515657M | -- | -- | |
MSB | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20862021 | a month ago | | | 0 | 0.00045844696 | |
| 9501310 | 5 years ago | | | 0 | 0.00031785000 | |
| 9488655 | 5 years ago | | | 0 | 0.00055459000 | |
| 9441181 | 5 years ago | | | 0 | 0.000063570000 | |
| 9339489 | 5 years ago | | | 0 | 0.00061785000 | |
| 9205556 | 5 years ago | | | 0 | 0.00031773000 | |
| 9205549 | 5 years ago | | | 0 | 0.00070447000 | |
| 9205516 | 5 years ago | | | 0 | 0.00031785000 | |
| 9170537 | 5 years ago | | | 0 | 0.00031785000 | |
| 9059970 | 5 years ago | | | 0 | 0.00044409000 |
ABI
ABI objects
Getter at block 21172294
OPEN_VOTE_PERIOD() view returns (uint256)
172800
TOTAL_VOTE_PERIOD() view returns (uint256)
345600
VETO_PERIOD() view returns (uint256)
172800
getProposalsCount() view returns (uint256)
1309
proposalFee() view returns (uint256)
40000000000000000000000001
time() view returns (uint256)
1731422831
token() view returns (address)
0xbbd1706d16418bb136e1497a73d3af4164586da0
void() view returns (address)
0x96d5ee926ce85fce1450e491b755630ef8b7c241
Read-only
deposits(address) view returns (uint256)
getProposal(uint256 proposalId) view returns (struct (uint8, address, bytes, address, address, uint256, uint256, uint256, uint256))
noVotes(uint256, address) view returns (uint256)
proposals(uint256) view returns (uint8 result, address target, bytes data, address proposer, address feeRecipient, uint256 fee, uint256 startTime, uint256 yesCount, uint256 noCount)
withdrawTimes(address) view returns (uint256)
yesVotes(uint256, address) view returns (uint256)
State-modifying
Events deposit(uint256 amount)
finalize(uint256 proposalId)
propose(address target, bytes data) returns (uint256)
proposeWithFeeRecipient(address feeRecipient, address target, bytes data) returns (uint256)
removeVote(uint256 proposalId)
setProposalFee(uint256 fee)
voteNo(uint256 proposalId)
voteYes(uint256 proposalId)
withdraw(uint256 amount)
Execute(uint256 indexed proposalId)
Propose(uint256 indexed proposalId, address indexed proposer, address indexed target, bytes data)
RemoveVote(uint256 indexed proposalId, address indexed voter)
Terminate(uint256 indexed proposalId)
Vote(uint256 indexed proposalId, address indexed voter, bool approve, uint256 weight)
constructor(address humanity, uint256 proposalFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.