Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Flip"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3884218 | a year ago | | | 0.0021 | 0.0000023003879 | |
| 3884001 | a year ago | | | 0.0021 | 0.0000023558982 | |
| 3883895 | a year ago | | | 0.00105 | 0.000034299665 | |
| 3883838 | a year ago | | | 0.00105 | 0.000032362732 | |
| 3877602 | a year ago | | | 0.0021 | 0.000036321181 | |
| 3877578 | a year ago | | | 0.0021 | 0.0000021354402 | |
| 3877410 | a year ago | | | 0.00105 | 0.0000051737811 | |
| 3876583 | a year ago | | | 0.00105 | 0.000033319828 | |
| 3876561 | a year ago | | | 0.00105 | 0.000034306524 | |
| 3867828 | a year ago | | | 0.0021 | 0.000037589346 |
ABI
ABI objects
Getter at block 22130634
betMultiplePerRound() view returns (uint256)
1000000000000000
currentGameId() view returns (uint256)
1468
getCallbackGasLimit() view returns (uint32)
0
getGasLane() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getNumWords() pure returns (uint256)
1
getRequestConfirmations() view returns (uint16)
2
getSubscriptionId() view returns (uint64)
0
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)
playGame(uint8[] choices, string referralCode) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
rescueAvax(uint256 amount)
setBetMultiple(uint256 betMultiplePerRound_)
setCallbackGasLimit(uint32 callbackGasLimit)
setCurrentGameId(uint256 gameId_)
setGasLane(bytes32 gasLane)
setMaxBetDivisor(uint256 maxBetDivisor_)
setMaxConsecutiveRounds(uint256 maxConsecutiveRounds_)
setMinBet(uint256 minBet_)
setPaused(bool paused_)
setRakeDistributorAddress(address rakeAddress)
setReferralTrackerAddress(address _referralTrackerAddress)
setRequestConfirmations(uint16 requestConfirmations)
setSubscriptionId(uint64 subscriptionId)
setTreasuryAddress(address _treasuryAddress)
transferOwnership(address newOwner)
GameStarted(address indexed creator, uint256 indexed gameId, uint8 subgame, uint8 numRounds, uint8[] choices, address referrer, uint256 betPerRound, uint256 rakePerRound)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RequestedGameWinner(uint256 indexed requestId, uint256 indexed gameId)
WinnerPicked(uint256 indexed gameId, struct FlipRoundInfo[] results)
constructor(address vrfCoordinatorV2, bytes32 gasLane, uint64 subscriptionId, uint32 callbackGasLimit)
receive()
OnlyCoordinatorCanFulfill(address have, address want)