Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dbd…dcf6
0xbec8…e93d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STAKE | ERC-20 | 6.5K | -- | -- | |
STAKE | ERC-20 | 5.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5723569 | 7 years ago | | | 0 | 0.0016555000 | |
| 5723536 | 7 years ago | | | 0 | 0.0014042600 | |
| 5723509 | 7 years ago | | | 0.03 | 0.00044292000 | |
| 5723416 | 7 years ago | | | 0 | 0.0016590200 | |
| 5723414 | 7 years ago | | | 0 | 0.0014042600 | |
| 5718317 | 7 years ago | | | 0 | 0.0013160250 | |
| 5593816 | 7 years ago | | | 0 | 0.0015230200 | |
| 5593674 | 7 years ago | | | 0.05 | 0.00031004400 | |
| 5500945 | 7 years ago | | | 0 | 0.0012091200 | |
| 5500943 | 7 years ago | | | 0 | 0.00092360000 |
ABI
ABI objects
Getter at block 21405929
amountOfBets() view returns (uint256)
19
amountOfGames() view returns (uint256)
7
houseEdge() view returns (uint256)
100
minimumBet() view returns (uint256)
1000000000
owner() view returns (address)
0x9317902fa3889e14ec3a3c9850dea38bf8a202ab
stakeTokenContract() view returns (address)
0xbec8f6d667594fb181c9d68e5c80c910888be93d
totalUniquePlayers() view returns (uint256)
6
Read-only
addressIsStakeDiceGameContract(address) view returns (bool)
allGames(uint256) view returns (address)
allPlayers(uint256) view returns (address)
bets(uint256) view returns (address gambler, uint256 winningChance, uint256 betAmount, uint256 potentialRevenue, uint256 roll, uint8 status)
oraclizeQueryIdsToBetIndices(bytes32) view returns (uint256)
playersToTotalBets(address) view returns (uint256)
State-modifying
Events __callback(bytes32 _queryId, string _result, bytes)
__callback(bytes32 myid, string result)
addNewStakeDiceGame(uint256 _winningChance)
betPlaced(address _gambler, uint256 _amount, uint256 _winningChance)
cancelBet(uint256 _betIndex)
createDefaultGames()
depositEther() payable
setHouseEdge(uint256 _newHouseEdge)
setMinimumBet(uint256 _newMinimumBet)
transferOwnership(address _newOwner)
withdrawEther(uint256 _amount) payable
withdrawStakeTokens(uint256 _amount)
BetCanceled(address indexed gambler, uint256 betIndex)
BetLost(address indexed gambler, uint256 betIndex)
BetPlaced(address indexed gambler, uint256 betIndex)
BetWon(address indexed gambler, uint256 betIndex)
constructor(address _stakeTokenContract, uint256 _houseEdge, uint256 _minimumBet)
fallback()
This contract contains no error objects.