VotingChallenge
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa0be…df80
-
variable spans 3 additional slots
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,303.99 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7015918 | 6 years ago | | | 0 | 0.000064545000 | |
| 7015916 | 6 years ago | | | 0 | 0.00011308950 | |
| 7015915 | 6 years ago | | | 0 | 0.00011308950 | |
| 7015913 | 6 years ago | | | 0 | 0.00011308950 | |
| 7015911 | 6 years ago | | | 0 | 0.00011308950 | |
| 7015909 | 6 years ago | | | 0 | 0.00011308950 | |
| 7015908 | 6 years ago | | | 0 | 0.000097933500 | |
| 7015903 | 6 years ago | | | 0 | 0.000069444000 | |
| 7015903 | 6 years ago | | | 0 | 0.000075393000 | |
| 7015903 | 6 years ago | | | 0 | 0.000054165000 |
ABI
ABI objects
Getter at block 21258542
beforeVoting() view returns (bool)
false
challengeDuration() view returns (uint256)
21300
challengePrize() view returns (uint256)
65100000000000000
challengeStarted() view returns (uint256)
1546691736
creator() view returns (address)
0x4779c38fe442064e1e98d4b99d62f3350676ab4b
creatorFee() view returns (uint16)
17
cryptoVersusFee() view returns (uint16)
53
cryptoVersusPrize() view returns (uint256)
0
cryptoVersusWallet() view returns (address)
0xa0bede75cfeef0266f8a31b47074f5f9fbe1df80
currentCoefficient() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007905281166514
getAllVotes() view returns (uint256[2])
[70000000000000000, 71000000000000000]
isVotingPeriod() view returns (bool)
false
timeOver() view returns (bool)
true
winner() view returns (uint256)
1
Read-only
teams(uint256) view returns (uint256 fullVotes, uint256 weightedVotes)
State-modifying
Events checkEndOfChallenge() returns (bool)
sendCryptoVersusReward()
sendReward(address to)
startChallenge()
voteForCandidate(uint256 candidate) payable
voteForCandidate(uint256 candidate, address referrer1) payable
voteForCandidate(uint256 candidate, address referrer1, address referrer2) payable
ChallengeBegins(address _creator, uint256 _challengeDuration)
CreatorRewardWasPaid(address _creator, uint256 _amount)
CryptoVersusRewardWasPaid(address _cryptoVersusWallet, uint256 _amount)
EndOfChallenge(uint256 _winner, uint256 _winnerVotes, uint256 _challengePrize)
NewVotesFor(address _participant, uint256 _candidate, uint256 _votes, uint256 _coefficient)
ReferrerRewardWasPaid(address _via, address _to, uint256 amount)
RewardWasPaid(address _participant, uint256 _amount)
TransferVotes(address _from, address _to, uint256 _candidateIndex, uint256 _votes)
constructor(uint256 _challengeDuration, address _forwarder)
This contract contains no fallback and receive objects.
This contract contains no error objects.