Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000548 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17048610 | 5 months ago | | | 0.00105 | 0.0000091736795 | |
| 17048600 | 5 months ago | | | 0.00105 | 0.0000093091627 | |
| 17048591 | 5 months ago | | | 0.00105 | 0.0000089436197 | |
| 17048582 | 5 months ago | | | 0.00105 | 0.0000088579687 | |
| 17048572 | 5 months ago | | | 0.00105 | 0.0000087613277 | |
| 17048562 | 5 months ago | | | 0.00105 | 0.0000087287288 | |
| 17048552 | 5 months ago | | | 0.00105 | 0.0000086325600 | |
| 17048543 | 5 months ago | | | 0.00105 | 0.0000085768681 | |
| 17048533 | 5 months ago | | | 0.00105 | 0.0000085626162 | |
| 17048524 | 5 months ago | | | 0.00105 | 0.0000085406813 |
ABI
ABI objects
Getter at block 23071983
betMultiplePerRound() view returns (uint256)
1000000000000000
currentGameId() view returns (uint256)
5062
getNumWords() pure returns (uint256)
1
getRequestConfirmations() view returns (uint16)
2
maxBetDivisor() view returns (uint256)
20
maxConsecutiveRounds() view returns (uint256)
10
minBet() view returns (uint256)
1000000000000000
owner() view returns (address)
0x689650fee4c8f9d11ce434695151a4a1f2c42a37
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rakeDistributorAddress() view returns (address)
0xb084ac47b89b5dcddbfd59aacbaa62a5a388d6ad
referralTrackerAddress() view returns (address)
0x0000000000000000000000000000000000000000
treasuryAddress() view returns (address)
0x3b6014e4b38791444a352d687022d6d6d79eb99c
Read-only
choicesByGameId(uint256, uint256) view returns (uint8)
gameById(uint256) view returns (uint256 gameId, uint256 betPerRound, uint256 rakePerRound, address creator, address referrer, uint8 subgame, uint8 numRounds, uint8 state)
gameIdByRequestId(uint256) view returns (uint256)
getGameInfo(uint256 gameId) view returns (struct CentralGameBaseGameInfo)
getManyGameInfo(uint256[] gameIds) view returns (struct CentralGameBaseGameInfo[])
State-modifying
Events acceptOwnership()
forceRequestWinner(uint256 flipId, uint8 method)
playGame(uint8[] choices, string referralCode, uint8 method) payable returns (uint256)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
rescueAvax(uint256 amount)
setBetMultiple(uint256 betMultiplePerRound_)
setCurrentGameId(uint256 gameId_)
setMaxBetDivisor(uint256 maxBetDivisor_)
setMaxConsecutiveRounds(uint256 maxConsecutiveRounds_)
setMinBet(uint256 minBet_)
setPaused(bool paused_)
setRakeDistributorAddress(address rakeAddress)
setReferralTrackerAddress(address _referralTrackerAddress)
setRequestConfirmations(uint16 requestConfirmations)
setTreasuryAddress(address _treasuryAddress)
setVRFCoordinator(address coordinator, bool active)
setVRFCoordinatorInfoByMethod(uint8 method, bytes32 gasLane, address coordAddress, uint64 subscriptionId, uint32 callbackGasLimit)
transferOwnership(address newOwner)
GameStarted(address indexed creator, uint256 indexed gameId, uint8 subgame, uint8 numRounds, uint8[] choices, address referrer, uint256 betPerRound, uint256 rakePerRound, uint8 method)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RequestedGameWinner(uint256 indexed requestId, address indexed vrfCoordinator, uint256 indexed gameId)
WinnerPicked(uint256 indexed gameId, struct FlipRoundInfo[] results)
constructor()
receive()
OnlyCoordinatorCanFulfill(address have)