GoGameLogic
Verified contract
Active on
Ethereum with 345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($455.72)
Native
Value
$455.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1825 | $2,497.11 |
$455.72 | |
YOO | ERC-20 | 19.89K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5659559 | 6 years ago | | | 0 | 0.00032053200 | |
| 5658972 | 6 years ago | | | 0 | 0.00092850000 | |
| 5658932 | 6 years ago | | | 0 | 0.00092850000 | |
| 5658891 | 6 years ago | | | 0 | 0.0011085000 | |
| 5547565 | 6 years ago | | | 0 | 0.000053422000 | |
| 5547521 | 6 years ago | | | 0 | 0.00015941600 | |
| 5541747 | 7 years ago | | | 0 | 0.00018153200 | |
| 5541389 | 7 years ago | | | 0 | 0.00019929900 | |
| 5538838 | 7 years ago | | | 0 | 0.00019035200 | |
| 5534399 | 7 years ago | | | 0 | 0.0011837500 |
ABI
ABI objects
Getter at block 21100247 getCompletedGamesStatistics() view returns (uint256, uint256)
CFO() view returns (address)
0x43a69d546ddd47cd91fd050f23cdbe755e69b4f4
HONORABLE_LOSS_BONUS() view returns (uint256)
5
HOST_SHARE() view returns (uint256)
50
PLAYER_START_PERIODS() view returns (uint8)
3
PLAYER_TURN_SINGLE_PERIOD() view returns (uint256)
86400
WINNER_SHARE() view returns (uint256)
950
getShares() view returns (uint256, uint256, uint256)
(950, 50, 5)
getTotalNumberOfBoards() view returns (uint256)
19
owner() view returns (address)
0x10796c6e03b3c0d0d4bfd1471b33f4568603b839
paused() view returns (bool)
false
totalPayments() view returns (uint256)
182500000000000000
Read-only
calculateBoardScore(uint256 boardId) view returns (uint8 blackScore, uint8 whiteScore)
getBoardBalance(uint256 boardId) view returns (uint256)
getBoardRowDetails(uint256 boardId, uint8 row) view returns (uint8[9])
getBoardSingleSpaceDetails(uint256 boardId, uint8 row, uint8 col) view returns (uint8)
getBoardStatus(uint256 boardId) view returns (uint8)
getBoardUpdateTime(uint256 boardId) view returns (uint256)
getNextTurnColor(uint256 boardId) view returns (uint8)
getPlayerAddress(uint256 boardId, uint8 color) view returns (address)
getPlayerBoardsIDs(bool activeTurnsOnly) view returns (uint256, uint256[50])
getPlayerRemainingTime(uint256 boardId, uint8 color) view returns (uint256, uint256, uint256)
isEndGameStatus(uint8 status) pure returns (bool)
isPlayerOnBoard(uint256 boardId, address searchAddress) view returns (bool)
payments(address) view returns (uint256)
tableStakesOptions(uint256) view returns (uint256)
State-modifying
Events addPriceTier(uint256 price)
addStoneToBoard(uint256 boardId, uint8 row, uint8 col)
cancelMatch(uint256 boardId)
checkVictoryByScore(uint256 boardId)
claimActingPlayerOutOfTime(uint256 boardId)
destroy()
destroyAndSend(address _recipient)
passTurn(uint256 boardId)
pause()
registerPlayerToBoard(uint256 tableStakes) payable returns (uint256)
resignFromMatch(uint256 boardId)
setNewCFO(address newCFO)
transferOwnership(address newOwner)
unpause()
updateGameTimes(uint256 secondsPerPeriod, uint8 numberOfPeriods)
updatePriceTier(uint8 priceTier, uint256 price)
updateShares(uint256 newWinnerShare, uint256 newHostShare, uint256 newBonusShare)
withdrawPayments()
BoardStatusUpdated(uint256 boardId, uint8 newStatus)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PlayerAddedToBoard(uint256 boardId, address playerAddress)
PlayerPassedTurn(uint256 boardId, uint8 color)
PlayerWithdrawnBalance(address playerAddress)
StoneAddedToBoard(uint256 boardId, uint8 color, uint8 row, uint8 col)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.