Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x04fa…f828
0x40f9…77c3
Balances ($0.00)
No balances found for "Voting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13038034 | 3 years ago | | | 0 | 0.016357068 | |
| 13038034 | 3 years ago | | | 0 | 0.023123237 | |
| 12993736 | 3 years ago | | | 0 | 0.0083786000 | |
| 12993736 | 3 years ago | | | 0 | 0.0086360000 | |
| 12993736 | 3 years ago | | | 0 | 0.0089473000 | |
| 12954400 | 3 years ago | | | 0 | 0.0046079280 | |
| 12954400 | 3 years ago | | | 0 | 0.0046080840 | |
| 12954400 | 3 years ago | | | 0 | 0.0066552720 | |
| 11905715 | 4 years ago | | | 0 | 0.013361740 | |
| 11905715 | 4 years ago | | | 0 | 0.011153474 |
ABI
ABI objects
Getter at block 21319176
gatPercentage() view returns (uint256 rawValue)
50000000000000000
getCurrentRoundId() view returns (uint256)
10030
getCurrentTime() view returns (uint256)
1733195111
getPendingRequests() view returns (struct VotingInterfacePendingRequest[])
[]
getVotePhase() view returns (uint8)
0
inflationRate() view returns (uint256 rawValue)
500000000000000
migratedAddress() view returns (address)
0x2baaa41d155ad8a4126184950b31f50a1513ce25
owner() view returns (address)
0x592349f7dedb2b75f9d4f194d4b7c16d82e507dc
rewardsExpirationTimeout() view returns (uint256)
31536000000
snapshotMessageHash() view returns (bytes32)
0x38b5b145f0c2d3cca373598867950f7f33fe7f7f5dab3f239e2b31966f761859
timerAddress() view returns (address)
0x0000000000000000000000000000000000000000
voteTiming() view returns (uint256 phaseLength)
86400
votingToken() view returns (address)
0x04fa0d235c4abf4bcf4787af4cf447de572ef828
Read-only
getPrice(bytes32 identifier, uint256 time) view returns (int256)
getPriceRequestStatuses(struct VotingInterfacePendingRequest[] requests) view returns (struct VotingRequestState[])
hasPrice(bytes32 identifier, uint256 time) view returns (bool)
rounds(uint256) view returns (uint256 snapshotId, struct FixedPointUnsigned inflationRate, struct FixedPointUnsigned gatPercentage, uint256 rewardsExpirationTime)
State-modifying
Events batchCommit(struct VotingInterfaceCommitment[] commits)
batchReveal(struct VotingInterfaceReveal[] reveals)
commitAndEmitEncryptedVote(bytes32 identifier, uint256 time, bytes32 hash, bytes encryptedVote)
commitVote(bytes32 identifier, uint256 time, bytes32 hash)
renounceOwnership()
requestPrice(bytes32 identifier, uint256 time)
retrieveRewards(address voterAddress, uint256 roundId, struct VotingInterfacePendingRequest[] toRetrieve) returns (struct FixedPointUnsigned totalRewardToIssue)
revealVote(bytes32 identifier, uint256 time, int256 price, int256 salt)
setCurrentTime(uint256 time)
setGatPercentage(struct FixedPointUnsigned newGatPercentage)
setInflationRate(struct FixedPointUnsigned newInflationRate)
setMigrated(address newVotingAddress)
setRewardsExpirationTimeout(uint256 NewRewardsExpirationTimeout)
snapshotCurrentRound(bytes signature)
transferOwnership(address newOwner)
EncryptedVote(address indexed voter, uint256 indexed roundId, bytes32 indexed identifier, uint256 time, bytes encryptedVote)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceRequestAdded(uint256 indexed roundId, bytes32 indexed identifier, uint256 time)
PriceResolved(uint256 indexed roundId, bytes32 indexed identifier, uint256 time, int256 price)
RewardsRetrieved(address indexed voter, uint256 indexed roundId, bytes32 indexed identifier, uint256 time, uint256 numTokens)
VoteCommitted(address indexed voter, uint256 indexed roundId, bytes32 indexed identifier, uint256 time)
VoteRevealed(address indexed voter, uint256 indexed roundId, bytes32 indexed identifier, uint256 time, int256 price, uint256 numTokens)
constructor(uint256 _phaseLength, struct FixedPointUnsigned _gatPercentage, struct FixedPointUnsigned _inflationRate, uint256 _rewardsExpirationTimeout, address _votingToken, address _finder, address _timerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.