Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($4,903.73)
Native
Value
$4,903.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.324633 | $3,701.95 |
$4,903.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18105867 | a year ago | | | 0 | 0.00028083357 | |
| 18047833 | a year ago | | | 0 | 0.00062521376 | |
| 18047832 | a year ago | | | 0.01 | 0.00044483286 | |
| 18007275 | a year ago | | | 0 | 0.00093665291 | |
| 18007274 | a year ago | | | 0.01 | 0.00066288342 | |
| 18007273 | a year ago | | | 0 | 0.00093069321 | |
| 18007272 | a year ago | | | 0.01 | 0.00066358744 | |
| 18007270 | a year ago | | | 0 | 0.0010727320 | |
| 18007269 | a year ago | | | 0.01 | 0.0010470392 | |
| 18007268 | a year ago | | | 0 | 0.00097203033 |
ABI
ABI objects
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
Events destroy()
playCoinFlip(uint256, string options) payable
playDice(uint256, string options) payable
playEtheroll(uint256, string options) payable
playTwoDice(uint256, string options) payable
refundBet(address player, uint256 playerNonce)
setJackpotMultiplier(uint40 newJackpotMultiplier)
setMaxProfit(uint72 newMaxProfit)
settleBet(bytes vrfs)
suspendPlayer(address player, bool suspend)
topUpContract() payable
withdrawFunds(address to, uint256 amount)
Duplicate(address player, uint256 playerNonce)
JackpotMultiplierUpdated(uint256 value)
Lost(bytes32 indexed vrfInputHash, address player, uint256 playerNonce, uint256 payment, uint256 jackpotPayment, string humanReadable)
MaxProfitUpdated(uint256 value)
Nonexistent(address player, uint256 playerNonce)
Placed(bytes32 indexed vrfInputHash, address player, uint256 playerNonce, uint256 amount, uint256 packedBet, string humanReadable)
Won(bytes32 indexed vrfInputHash, address player, uint256 playerNonce, uint256 payment, uint256 jackpotPayment, string humanReadable)
constructor(uint256 m0, uint256 m1, uint256 m2, uint256 m3)
This contract contains no fallback and receive objects.
AccountSuspended()
CannotAffordToLoseThisBet()
CoinFlipSingleOption()
EtherollSingleOption()
InvalidSignature()
MaxProfitExceeded()
NonFullVRFs()
NotAscii()
OptionNotInRange(uint256 option, uint256 min, uint256 max)
RefundEpochMismatch(address player, uint256 playerNonce, uint256 betEpoch, uint256 currentEpoch)
StorageSignatureMismatch(address player, uint256 playerNonce)
StringTooLong()
WinProbabilityOutOfRange(uint256 numerator, uint256 denominator)