DigixDaoFirstProposal
Verified contract
Active on
Ethereum with 197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DigixDaoFirstProposal"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6454541 | 6 years ago | | | 0 | 0.000069270000 | |
| 6454520 | 6 years ago | | | 0 | 0.000023090000 | |
| 6396967 | 6 years ago | | | 0 | 0.000023026000 | |
| 6268131 | 6 years ago | | | 0 | 0.0018179200 | |
| 6267852 | 6 years ago | | | 0 | 0.00013485600 | |
| 6267755 | 6 years ago | | | 0 | 0.0018179200 | |
| 6267749 | 6 years ago | | | 0 | 0.00022749600 | |
| 6266353 | 6 years ago | | | 0 | 0.0018179200 | |
| 6265650 | 6 years ago | | | 0 | 0.0018179200 | |
| 6263672 | 6 years ago | | | 0 | 0.00022749600 |
ABI
ABI objects
Getter at block 21261946 getAllVoters() view returns (address[] _voters)
end() view returns (uint256)
1536033600
itemCount() view returns (uint256)
1
start() view returns (uint256)
1534737600
Read-only
getUserVote(address _voter) view returns (uint256[] _votes, bool _voted)
getVoteItemDetails(uint256 _itemIndex) view returns (bytes32 _title, uint256 _minValue, uint256 _maxValue)
getVotesForItem(uint256 _itemIndex) view returns (address[] _voters, uint256[] _votes)
getVotesForItemFromVoterIndex(uint256 _itemIndex, uint256 _voterIndex, uint256 _count) view returns (address[] _voters, uint256[] _votes)
voteItems(uint256) view returns (bytes32 title, uint256 minValue, uint256 maxValue)
voted(address) view returns (bool)
voters(uint256) view returns (address)
State-modifying
Events min(uint256 _a, uint256 _b) returns (uint256 _min)
vote(uint256[] _votes)
This contract contains no event objects.
constructor(uint256 _itemCount, bytes32[] _titles, uint256[] _minValues, uint256[] _maxValues, uint256 _start, uint256 _end)
This contract contains no fallback and receive objects.
This contract contains no error objects.