Dice9

Verified contract

Active on Ethereum with 4,729 txns
Deployed by via 0x5b1778fe at 18219879
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $599,618.48
0x8c5ef77a0d07c63bf72981b97dd09cfb3ef0d1f0255affb74c8f96f83f118bee
0x825b88dc1669e0a9d99b2eb4004a382194ccacd3460d21e6215b6bc21432e5c5
0x39df243882ae84c23bafb9ac538e53638200a488ecc72466d319f067643c4053
0xedd1830435a7dc8664eacaa05098bdfd70b91b10d83334b844c353fd6f713fa4
0xe1e6e88421df2f08ad4111e3d1eff99663ac518f30443152c2b982f25f10a60c
0xc4658370e6fa65f80af53a08e98cc8c8b3daef4e6e31ea12b28fc1302c83385f
0xc56013f527183a8cccde0eb63e2d032334ad2e64f6a0a1f041bc828e5063e8dc
0x303b1e428533d64c14b6acddffa3818bfc99bac1c23423934a24fb9372b08147
0x0904e58ddb57c8fc8fb2252a1c21038dc97026080e06ce38175569621b544129
0x4381578de915e9dbf5867d25a3743fd47c5dd81f85673c92b40e4860d7770da0

Functions
Getter at block 20977569
jackpotBetCount(view returns (uint256)
0
jackpotMultiplier(view returns (uint256)
4
lockedInBets(view returns (uint256)
0
lockedInBetsWithJackpots(view returns (uint256)
0
maxProfit(view returns (uint256)
1000000000000000000
owner(view returns (address)
0xe22f562ea5b9e89014cde3955841f4d44718f219
Read-only

This contract contains no read-only function objects.

State-modifying
acceptNextOwner(
approveNextOwner(address _nextOwner
destroy(
playCoinFlip(uint256string optionspayable 
playDice(uint256string optionspayable 
playEtheroll(uint256string optionspayable 
playTwoDice(uint256string optionspayable 
refundBet(address playeruint256 playerNonce
setJackpotMultiplier(uint256 newJackpotMultiplier
setMaxProfit(uint256 newMaxProfit
settleBet(bytes vrfs
suspendPlayer(address playerbool suspend
topUpContract(payable 
withdrawFunds(address touint256 amount
Events
Duplicate(address playeruint256 playerNonce
JackpotMultiplierUpdated(uint256 value
Lost(bytes32 indexed vrfInputHashaddress playeruint256 playerNonceuint256 paymentuint256 jackpotPaymentstring humanReadable
MaxProfitUpdated(uint256 value
Nonexistent(address playeruint256 playerNonce
Placed(bytes32 indexed vrfInputHashaddress playeruint256 playerNonceuint256 amountuint256 packedBetstring humanReadable
Won(bytes32 indexed vrfInputHashaddress playeruint256 playerNonceuint256 paymentuint256 jackpotPaymentstring humanReadable
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountSuspended(
CannotAffordToLoseThisBet(
CoinFlipSingleOption(
EtherollSingleOption(
InvalidSignature(
MaxProfitExceeded(
NonFullVRFs(
NotAscii(
OptionNotInRange(uint256 optionuint256 minuint256 max
RefundEpochMismatch(address playeruint256 playerNonceuint256 betEpochuint256 currentEpoch
StorageSignatureMismatch(address playeruint256 playerNonce
StringTooLong(
WinProbabilityOutOfRange(uint256 numeratoruint256 denominator