EtherWorldCup
Verified contract
Active on
Ethereum with 842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "EtherWorldCup"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5983025 | 6 years ago | | | 0 | 0.0031630824 | |
| 5983025 | 6 years ago | | | 0 | 0.0031851864 | |
| 5983025 | 6 years ago | | | 0 | 0.0036935784 | |
| 5983023 | 6 years ago | | | 0 | 0.00022325040 | |
| 5983019 | 6 years ago | | | 0 | 0.00022568184 | |
| 5983017 | 6 years ago | | | 0 | 0.000024314400 | |
| 5982844 | 6 years ago | | | 0 | 0.0024314400 | |
| 5982842 | 6 years ago | | | 0 | 0.000024314400 | |
| 5982774 | 6 years ago | | | 0 | 0.000024314400 | |
| 5978785 | 6 years ago | | | 0 | 0.000024314400 |
ABI
ABI objects
Getter at block 21260640
countParticipants() view returns (int256)
[unknown]
gameResultsLogged() view returns (int256)
[unknown]
Read-only
calculateScore(address _participant) view returns (int16)
correctResult(int8 _gameID) view returns (string)
playerGuess(int8 _gameID) view returns (string)
playerIsRegistered(address _player) view returns (bool)
playerLastScoredGame(address _player) view returns (int8)
showPlayerScores(address _participant) view returns (int8[64])
viewScore(address _participant) view returns (uint256)
State-modifying
Events addNewGame(string _opponents, int8 _gameID)
concludeTournament(address _first, address _second, address _third, address _fourth)
logResult(int8 _gameID, string _winner)
makePrediction(int8 _gameID, string _prediction)
pullRipCord()
register() payable
updateAllScores()
updateScore(address _participant)
Comparison(address _player, uint256 _gameID, string _myGuess, string _result, bool _correct)
DidNotPredict(address _player, uint256 _gameID)
PlayerLoggedPrediction(address _player, int256 _gameID, string _prediction)
PlayerUpdatedScore(address _player, int256 _lastGamePlayed)
Registration(address _player)
RipcordRefund(address _player)
StartAutoScoring(address _player)
StartScoring(address _player, uint256 _gameID)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.