Dice9

Verified contract

Active on Ethereum with 225 txns
Deployed by via 0x957ade4a at 17985525
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 $4,903.73
0x0c397bb60a376488919a6025ad779ef2795c8580338cb1a35f99ec375919c735
0xbb007e2c78d58db8efc4641d5fb7944800676ba5f08c94a4f26c7ed85fc2f4bc
0x1afd0bbd717643447dcb53aec8c5f0f9f5a2ce0a0ad99fa41e83a68d55deb9cd
0xce0fadb18260ff33d66e83495fba256096d0866baccd5aa45cf15a134407d862
0x2619f5f9fccddef438f26262da3f8786cacca6437cd7bbc874067963edfbbca4
0x2e9682205c61526dc87c679529c1536adf1d76f6a8703e35d700fc98300a5952
0x125dd23757f4a23f3b5b3e359a24eb3e4949f8a7509b13a3dff503919dcbf39e
0x70567e8c0ee017d9736a05e7f16b95873340a34b8af8dae06d9549d773095e90
0x12be95dcc5942be7cd2eb50077aa46131af11e73b7c4a631b9051e32ecc2a819
0x8c17cc98af2a038171f482519cee683ed896a6fbf356792b985f9336bd3083c7

Functions
Getter at block 21304207
jackpotBetCount(view returns (uint32)
[unknown]
jackpotMultiplier(view returns (uint40)
[unknown]
lockedInBets(view returns (uint80)
[unknown]
maxProfit(view returns (uint72)
[unknown]
modulus0(view returns (uint256)
[unknown]
modulus1(view returns (uint256)
[unknown]
modulus2(view returns (uint256)
[unknown]
modulus3(view returns (uint256)
[unknown]
Read-only

This contract contains no read-only function objects.

State-modifying
destroy(
playCoinFlip(uint256string optionspayable 
playDice(uint256string optionspayable 
playEtheroll(uint256string optionspayable 
playTwoDice(uint256string optionspayable 
refundBet(address playeruint256 playerNonce
setJackpotMultiplier(uint40 newJackpotMultiplier
setMaxProfit(uint72 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(uint256 m0uint256 m1uint256 m2uint256 m3
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