VotingChallenge
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,607.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6666944 | 6 years ago | | | 0 | 0.00032881500 | |
| 6666942 | 6 years ago | | | 0 | 0.00032289000 | |
| 6666940 | 6 years ago | | | 0 | 0.00039346140 | |
| 6666937 | 6 years ago | | | 0 | 0.00037739520 | |
| 6666936 | 6 years ago | | | 0 | 0.00037739520 | |
| 6666935 | 6 years ago | | | 0 | 0.00037739520 | |
| 6666933 | 6 years ago | | | 0 | 0.00040830900 | |
| 6666931 | 6 years ago | | | 0 | 0.00044542800 | |
| 6666929 | 6 years ago | | | 0 | 0.00043545600 | |
| 6666926 | 6 years ago | | | 0 | 0.00044542800 |
ABI
ABI objects
Getter at block 21321238
beforeVoting() view returns (bool)
false
candidatesNumber() view returns (uint256)
2
challengeDuration() view returns (uint256)
21600
challengePrize() view returns (uint256)
399000000000000000
challengeStarted() view returns (uint256)
1541668022
creator() view returns (address)
0x4779c38fe442064e1e98d4b99d62f3350676ab4b
creatorFee() view returns (uint16)
25
creatorPrize() view returns (uint256)
0
cryptoVersusFee() view returns (uint16)
25
cryptoVersusPrize() view returns (uint256)
0
cryptoVersusWallet() view returns (address)
0xa0bede75cfeef0266f8a31b47074f5f9fbe1df80
getAllVotes() view returns (uint256[])
[0, 230000000000000000, 190000000000000000]
getTime() view returns (uint256)
1733219975
isVotingPeriod() view returns (bool)
false
winner() view returns (uint256)
1
Read-only
userVotesDistribution(address, uint256) view returns (uint256)
votes(uint256) view returns (uint256)
State-modifying
Events changeCreator(address newCreator)
changeWallet(address newWallet)
checkEndOfChallenge() returns (bool)
getReward()
sendCreatorReward()
sendCryptoVersusReward()
sendReward(address to)
startChallenge()
transferVotes(address to, uint256 candidate)
voteForCandidate(uint256 candidate) payable
voteForCandidate_(uint256 candidate, address sender) payable
ChallengeBegins(address _creator, uint16 _creatorFee, uint256 _candidatesNumber, 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)
RewardWasPaid(address _participant, uint256 _amount)
TransferVotes(address _from, address _to, uint256 _candidateIndex, uint256 _votes)
constructor(uint256 _challengeDuration, uint256 _candidatesNumber, uint16 _creatorFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.