Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Dice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12144583 | 4 years ago | | | 0 | 0.0038739880 | |
| 8816237 | 5 years ago | | | 0.01 | 0.00042459188 | |
| 8814469 | 5 years ago | | | 0 | 0.000044571613 | |
| 8814469 | 5 years ago | | | 0.01 | 0.00013526824 | |
| 8814460 | 5 years ago | | | 0.01 | 0.00013526824 | |
| 6784055 | 6 years ago | | | 0 | 0.00029511600 | |
| 6783939 | 6 years ago | | | 0 | 0.00018230400 | |
| 6783767 | 6 years ago | | | 0 | 0.00065880000 | |
| 6783765 | 6 years ago | | | 0 | 0.00070781200 | |
| 6783753 | 6 years ago | | | 0 | 0.0024343160 |
ABI
ABI objects
Getter at block 21294906
bankroll() view returns (address)
0xd1b24eb6a8318008afd9f89c49980b9bd5c64ac4
futureDelta() view returns (uint256)
2
gamePaused() view returns (bool)
false
houseEdge() view returns (uint256)
990
houseEdgeDivisor() view returns (uint256)
1000
isMining() view returns (bool)
false
maxNumber() view returns (uint256)
99
maxProfit() view returns (uint256)
396897959183673
maxProfitAsPercentOfHouse() view returns (uint256)
10000
maxProfitDivisor() view returns (uint256)
1000000
minBet() view returns (uint256)
10000000000000000
minNumber() view returns (uint256)
2
owner() view returns (address)
0xcb71eb21f53a2f4de0f26dc90518df10be13d1ec
payoutsPaused() view returns (bool)
false
totalBets() view returns (uint256)
899
totalSessions() view returns (uint256)
899
totalWagered() view returns (uint256)
33352400000000000020
totalWon() view returns (uint256)
11862405169805728039
Read-only
balanceOf(address player) view returns (uint256)
lastSession(address player) view returns (address, uint256[7], bytes32[3], bool[2])
profit(uint256 rollUnder, uint256 wager) view returns (uint256)
statsOf(address player) view returns (uint256[5])
whitelist(address) view returns (bool)
State-modifying
Events addAddressToWhitelist(address addr) returns (bool success)
addAddressesToWhitelist(address[] addrs) returns (bool success)
closeSession()
ownerPauseGame(bool newStatus)
ownerSetHouseEdge(uint256 newHouseEdge)
ownerSetMaxProfitAsPercentOfHouse(uint256 newMaxProfitAsPercent)
ownerSetMinBet(uint256 newMinimumBet)
ownerSetProcessingCap(uint256 cap)
play(uint256 rollUnder) payable
playWithVault(uint256 rollUnder, uint256 wager)
removeAddressFromWhitelist(address addr) returns (bool success)
removeAddressesFromWhitelist(address[] addrs) returns (bool success)
transferOwnership(address newOwner)
updateBankrollAddress(address bankrollAddress)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WhitelistedAddressAdded(address addr)
WhitelistedAddressRemoved(address addr)
onCredit(address player, uint256 amount)
onSessionClose(uint256 indexed id, uint256 block, uint256 futureBlock, uint256 futureHash, uint256 seed, address player, uint256 wager, uint256 rollUnder, uint256 dieRoll, uint256 payout, bool timeout)
onSessionOpen(uint256 indexed id, uint256 block, uint256 futureBlock, address player, uint256 wager, uint256 rollUnder, uint256 profit)
onWithdraw(address player, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.