SimpleGovernance
Verified contract
Active on
Ethereum with 127 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SimpleGovernance"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19417427 | 8 months ago | | | 0 | 0.0052433806 | |
| 19417415 | 8 months ago | | | 0 | 0.0038406289 | |
| 19415113 | 8 months ago | | | 0 | 0.0032419739 | |
| 19415112 | 8 months ago | | | 0 | 0.0031635477 | |
| 19414435 | 8 months ago | | | 0 | 0.0030802288 | |
| 19414433 | 8 months ago | | | 0 | 0.0032223312 | |
| 18150581 | a year ago | | | 0 | 0.0017813581 | |
| 18150580 | a year ago | | | 0 | 0.0018745972 | |
| 18150579 | a year ago | | | 0 | 0.0018107339 | |
| 18150578 | a year ago | | | 0 | 0.0018733184 |
ABI
ABI objects
Getter at block 21160784 getVoters() view returns (address[], uint256[])
MAX_ACTIVE_PERIOD() view returns (uint256)
2419200
MIN_ACTIVE_PERIOD() view returns (uint256)
3600
THRESHOLD_DECIMAL() view returns (uint256)
100
nextProposalId() view returns (uint256)
93
Read-only
countVotes(uint256 _proposalId, uint8 _type) view returns (uint256, uint256, bool)
getVote(uint256 _proposalId, address _voter) view returns (bool)
params(uint8) view returns (uint256)
proposals(uint256) view returns (bytes32 dataHash, uint256 deadline)
proposerProxies(address) view returns (bool)
voterPowers(address) view returns (uint256)
voters(uint256) view returns (address)
State-modifying
Events createParamChangeProposal(uint8 _name, uint256 _value) returns (uint256)
createProposal(address _proposer, address _target, bytes _data, uint8 _type) returns (uint256)
createProposal(address _target, bytes _data) returns (uint256)
createProxyUpdateProposal(address[] _addrs, bool[] _ops) returns (uint256)
createTransferTokenProposal(address _receiver, address _token, uint256 _amount) returns (uint256)
createVoterUpdateProposal(address[] _voters, uint256[] _powers) returns (uint256)
executeProposal(uint256 _proposalId, uint8 _type, address _target, bytes _data)
voteProposal(uint256 _proposalId, bool _vote)
Initiated(address[] voters, uint256[] powers, address[] proxies, uint256 activePeriod, uint256 quorumThreshold, uint256 fastPassThreshold)
ParamChangeProposalCreated(uint256 proposalId, uint8 name, uint256 value)
ProposalCreated(uint256 proposalId, uint8 proposalType, address target, bytes data, uint256 deadline, address proposer)
ProposalExecuted(uint256 proposalId)
ProposalVoted(uint256 proposalId, address voter, bool vote)
ProxyUpdateProposalCreated(uint256 proposalId, address[] addrs, bool[] ops)
TransferTokenProposalCreated(uint256 proposalId, address receiver, address token, uint256 amount)
VoterUpdateProposalCreated(uint256 proposalId, address[] voters, uint256[] powers)
constructor(address[] _voters, uint256[] _powers, address[] _proxies, uint256 _activePeriod, uint256 _quorumThreshold, uint256 _fastPassThreshold)
receive()
This contract contains no error objects.