Governance
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRP | ERC-20 | 0.583761 | $0.359718 |
$0.21 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14757301 | 2 years ago | | | 0 | 0.044395366 | |
| 14757298 | 2 years ago | | | 0 | 0.064588144 | |
| 14757040 | 2 years ago | | | 0 | 0.024880406 | |
| 14757039 | 2 years ago | | | 0 | 0.032129252 | |
| 14750831 | 3 years ago | | | 0 | 0.0066503221 | |
| 14750818 | 3 years ago | | | 0 | 0.0094027608 | |
| 14183112 | 3 years ago | | | 0 | 0.054109200 | |
| 14183108 | 3 years ago | | | 0 | 0.078722400 | |
| 14182724 | 3 years ago | | | 0 | 0.054114000 | |
| 14182702 | 3 years ago | | | 0 | 0.078712800 |
ABI
ABI objects
Getter at block 21160089
proposalsCount() view returns (uint256)
9
votersCount() view returns (uint256)
1
Read-only
getVoted(bytes32 _proposalHash, address _address) view returns (bool, bool)
isVoter(address) view returns (bool)
proposals(bytes32) view returns (bool finished, uint256 yesVotes, uint256 noVotes, uint256 totalVoters, address targetContract, bytes data)
proposalsHashes(uint256) view returns (bytes32)
voters(uint256) view returns (address)
State-modifying
Events addVoter(address _address)
delVoter(address _address)
newProposal(address _targetContract, bytes _data)
vote(bytes32 _proposalHash, bool _yes)
ProposalExecuted(bytes32 proposalHash)
ProposalFinished(bytes32 proposalHash)
ProposalStarted(bytes32 proposalHash)
Vote(bytes32 proposalHash, bool vote, uint256 yesVotes, uint256 noVotes, uint256 votersCount)
VoterAdded(address voter)
VoterDeleted(address voter)
constructor(address[] _voters)
This contract contains no fallback and receive objects.
This contract contains no error objects.