FomoSport
Verified contract
Active on
Ethereum with 19,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000021 | $3,122.32 |
$0.06 | |
CEN | ERC-20 | 2.246 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7549329 | 6 years ago | | | 0 | 0.00026592400 | |
| 7549328 | 6 years ago | | | 0 | 0.00026592400 | |
| 7549325 | 6 years ago | | | 0 | 0.00026592400 | |
| 7549324 | 6 years ago | | | 0 | 0.00026592400 | |
| 7352855 | 6 years ago | | | 0 | 0.00039888600 | |
| 7352853 | 6 years ago | | | 0 | 0.00039888600 | |
| 7307892 | 6 years ago | | | 0 | 0.00019944300 | |
| 7303857 | 6 years ago | | | 0 | 0.00036971500 | |
| 7303680 | 6 years ago | | | 0 | 0.00036971500 | |
| 7303677 | 6 years ago | | | 0 | 0.00036971500 |
ABI
ABI objects
Getter at block 21159843
gameIDIndex_() view returns (uint256)
955
name_() view returns (string)
FomoSport
Read-only
gameStatus_(uint256) view returns (uint256 totalEth, uint256 totalWithdrawn, uint256 winningVaultInst, uint256 winningVaultFinal, bool fundCleared)
game_(uint256) view returns (string name, uint256 numberOfTeams, uint256 gameStartTime, bool paused, bool ended, bool canceled, uint256 winnerTeam, uint256 withdrawDeadline, string gameEndComment, uint256 closeTime)
getBuyPrice(uint256 _gameID, uint256 _team, uint256 _keys) view returns (uint256)
getBuyPrices(uint256 _gameID, uint256[] _keys) view returns (uint256, uint256[])
getGameStatus(uint256 _gameID) view returns (uint256, bytes32[], uint256[], uint256[], uint256[])
getKeysFromETHs(uint256 _gameID, uint256[] _eths) view returns (uint256, uint256[])
getKeysfromETH(uint256 _gameID, uint256 _team, uint256 _eth) view returns (uint256)
getPlayerInstWinning(uint256 _gameID, uint256 _pID, uint256 _team) view returns (uint256)
getPlayerPotWinning(uint256 _gameID, uint256 _pID, uint256 _team) view returns (uint256)
getPlayerStatus(uint256 _gameID, uint256 _pID) view returns (bytes32, uint256[], uint256[], uint256[], uint256[])
playerCommentsIndex_(uint256) view returns (uint256)
playerComments_(uint256, uint256) view returns (uint256 playerID, bytes32 playerName, uint256 ethIn, string comment)
playerTeams_(uint256, uint256, uint256) view returns (uint256 keys, uint256 eth, uint256 mask)
players_(uint256, uint256) view returns (uint256 eth, bool withdrawn)
teams_(uint256, uint256) view returns (bytes32 name, uint256 keys, uint256 eth, uint256 mask, uint256 dust)
State-modifying
Events activate(uint256 _gameID, uint256 _startTime)
buysXid(uint256 _gameID, uint256[] _teamEth, uint256 _affCode, string _comment) payable
cancelGame(uint256 _gameID, string _comment, uint256 _deadline)
clearFund(uint256 _gameID)
createGame(string _name, bytes32[] _teamNames) returns (uint256)
pauseGame(uint256 _gameID, bool _paused)
setCloseTime(uint256 _gameID, uint256 _closeTime)
settleGame(uint256 _gameID, uint256 _team, string _comment, uint256 _deadline)
withdraw(uint256 _gameID)
onChangeCloseTime(uint256 indexed gameID, uint256 closeTimestamp, uint256 timestamp)
onComment(uint256 indexed gameID, uint256 indexed playerID, address playerAddress, bytes32 playerName, uint256 ethIn, string comment, uint256 timestamp)
onFundCleared(uint256 indexed gameID, uint256 fundCleared, uint256 timestamp)
onGameActivated(uint256 indexed gameID, uint256 startTime, uint256 timestamp)
onGameCancelled(uint256 indexed gameID, string comment, uint256 timestamp)
onGameCreated(uint256 indexed gameID, uint256 timestamp)
onGameEnded(uint256 indexed gameID, uint256 winningTeamID, string comment, uint256 timestamp)
onGamePaused(uint256 indexed gameID, bool paused, uint256 timestamp)
onPurchase(uint256 indexed gameID, uint256 indexed playerID, address playerAddress, bytes32 playerName, uint256 teamID, uint256 ethIn, uint256 keysBought, uint256 affID, uint256 timestamp)
onWithdraw(uint256 indexed gameID, uint256 indexed playerID, address playerAddress, bytes32 playerName, uint256 ethOut, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.