Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($676.66)
Native
Value
$676.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2 | $3,383.28 |
$676.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5634972 | 7 years ago | | | 0.2 | 0.00032100000 | |
| 5634701 | 7 years ago | | | 0 | 0.00021021000 | |
| 5634694 | 7 years ago | | | 0 | 0.00061479000 | |
| 5606226 | 7 years ago | | | 0 | 0.0028079400 | |
| 5606223 | 7 years ago | | | 0.1 | 0.0016414720 | |
| 5604987 | 7 years ago | | | 0 | 0.0028079400 | |
| 5604983 | 7 years ago | | | 0.1 | 0.0025794560 | |
| 5604982 | 7 years ago | | | 0 | 0.0028079400 | |
| 5604981 | 7 years ago | | | 0.1 | 0.0025794560 | |
| 5604974 | 7 years ago | | | 0 | 0.0036202600 |
ABI
ABI objects
Getter at block 21262629
contractBalance() view returns (uint256)
[unknown]
gamePaused() view returns (bool)
[unknown]
gasForOraclize() view returns (uint32)
[unknown]
houseEdge() view returns (uint256)
[unknown]
houseEdgeDivisor() view returns (uint256)
[unknown]
jackpotToken() view returns (address)
[unknown]
jackpotTokenEthRate() view returns (uint256)
[unknown]
jackpotTokenLoseRewardRate() view returns (uint256)
[unknown]
jackpotTokenWinRewardRate() view returns (uint256)
[unknown]
maxNumber() view returns (uint256)
[unknown]
maxPendingPayouts() view returns (uint256)
[unknown]
maxProfit() view returns (uint256)
[unknown]
maxProfitAsPercentOfHouse() view returns (uint256)
[unknown]
maxProfitDivisor() view returns (uint256)
[unknown]
minBet() view returns (uint256)
[unknown]
minNumber() view returns (uint256)
[unknown]
operator() view returns (address addr, bool refundPermission, uint256 refundAmtApprove)
[unknown]
owner() view returns (address)
[unknown]
randomGenerateMethod() view returns (uint256)
[unknown]
randomQueryID() view returns (uint256)
[unknown]
totalBets() view returns (uint256)
[unknown]
totalWeiWagered() view returns (uint256)
[unknown]
totalWeiWon() view returns (uint256)
[unknown]
Read-only
betStatus(bytes32) view returns (uint8)
userAddress(bytes32) view returns (address)
userBetId(bytes32) view returns (bytes32)
userBetValue(bytes32) view returns (uint256)
userDieResult(bytes32) view returns (uint256)
userGetPendingTxByAddress(address addressToCheck) view returns (uint256)
userNumber(bytes32) view returns (uint256)
userPendingWithdrawals(address) view returns (uint256)
userProfit(bytes32) view returns (uint256)
userTempAddress(bytes32) view returns (address)
userTempBetValue(bytes32) view returns (uint256)
userTempReward(bytes32) view returns (uint256)
State-modifying
Events __callback(bytes32 myid, string result)
__callback(bytes32 myid, string result, bytes proof)
ownerChangeOwner(address newOwner)
ownerModOperator(address newAddress, bool newRefundPermission, uint256 newRefundAmtApprove)
ownerPauseGame(bool newStatus)
ownerRefundUser(bytes32 originalUserBetId, address sendTo, uint256 originalUserProfit, uint256 originalUserBetValue)
ownerSetCallbackGasPrice(uint256 newCallbackGasPrice)
ownerSetHouseEdge(uint256 newHouseEdge)
ownerSetJackpotToken(address newTokenAddr, uint256 newTokenEthRate, uint256 newWinRewardRate, uint256 newLoseRewardRate)
ownerSetMaxProfitAsPercentOfHouse(uint256 newMaxProfitAsPercent)
ownerSetMinBet(uint256 newMinimumBet)
ownerSetOraclizeSafeGas(uint32 newSafeGasToOraclize)
ownerSetRandomApiKey(string newApiKey)
ownerSetRandomGenerateMethod(uint256 newRandomGenerateMethod)
ownerTransferEther(address sendTo, uint256 amount)
ownerTransferJackpotToken(address toAddress, uint256 amount)
ownerUpdateContractBalance(uint256 newContractBalanceInWei)
ownerkill()
userRollDice(uint256 rollUnder) payable
userWithdrawPendingTransactions() returns (bool)
LogBet(bytes32 indexed BetID, address indexed UserAddress, uint256 indexed RewardValue, uint256 ProfitValue, uint256 BetValue, uint256 UserNumber, uint256 RandomQueryID)
LogOwnerTransfer(address indexed SentToAddress, uint256 indexed AmountTransferred)
LogRefund(bytes32 indexed BetID, address indexed UserAddress, uint256 indexed RefundValue)
LogResult(bytes32 indexed BetID, address indexed UserAddress, uint256 UserNumber, uint256 DiceResult, uint256 Value, uint256 tokenReward, uint8 Status, uint256 RandomGenerateMethod, bytes Proof, uint256 indexed SerialNumberOfResult)
constructor()
fallback()
This contract contains no error objects.