Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HashBet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17477969 | a year ago | | | 0 | 0.00059581676 | |
| 17414854 | a year ago | | | 0 | 0.012844891 | |
| 17414849 | a year ago | | | 0.01 | 0.0089238276 | |
| 17384101 | a year ago | | | 0 | 0.012020477 | |
| 17384096 | a year ago | | | 0.01 | 0.012693659 | |
| 17384095 | a year ago | | | 0 | 0.012478466 | |
| 17384091 | a year ago | | | 0.01 | 0.013501950 | |
| 17336967 | a year ago | | | 0 | 0.0016398862 | |
| 17334512 | a year ago | | | 0 | 0.0067742209 | |
| 17334506 | a year ago | | | 0 | 0.0086317883 |
ABI
ABI objects
Getter at block 21202801
cumulativeDeposit() view returns (uint256)
49600000000000000000
cumulativeWithdrawal() view returns (uint256)
49670763472221763406
getBalance() view returns (uint256)
0
houseEdgePercent() view returns (uint256)
1
lockedInBets() view returns (uint256)
0
maxBetAmount() view returns (uint256)
10000000000000000000000
maxProfit() view returns (uint256)
300000000000000000000000
maxUnderValue() view returns (uint256)
90
minBetAmount() view returns (uint256)
10000000000000000
minOverValue() view returns (uint256)
10
owner() view returns (address)
0x6dd396a3b28388534c7884e838910b668cadfa48
wealthTaxIncrementPercent() view returns (uint256)
1
wealthTaxIncrementThreshold() view returns (uint256)
3000000000000000000000
Read-only
bets(uint256) view returns (uint256 amount, uint8 modulo, uint8 rollEdge, uint40 mask, uint256 placeBlockNumber, address gambler, bool isSettled, uint256 outcome, uint256 winAmount, uint256 finalWinAmount, uint256 randomNumber, uint256 commit, bool isLarger)
State-modifying
Events kill()
placeBet(uint256 betMask, uint256 modulo, uint256 commitLastBlock, uint256 commit, bool isLarger, bytes32 r, bytes32 s) payable
refundBet(uint256 commit) payable
renounceOwnership()
setHouseEdgePercent(uint256 _houseEdgePercent)
setMaxBetAmount(uint256 _maxBetAmount)
setMaxProfit(uint256 _maxProfit)
setMaxUnderValue(uint256 value)
setMinBetAmount(uint256 _minBetAmount)
setMinOverValue(uint256 value)
setWealthTaxIncrementPercent(uint256 _wealthTaxIncrementPercent)
setWealthTaxIncrementThreshold(uint256 _wealthTaxIncrementThreshold)
settleBet(uint256 reveal, bytes32 transactionHash, uint256 finalWinAmount)
settleBetUncleMerkleProof(uint256 reveal, uint40 canonicalBlockNumber)
transferOwnership(address newOwner)
withdrawFunds(address beneficiary, uint256 withdrawAmount)
BetPlaced(address indexed gambler, uint256 amount, uint8 indexed modulo, uint8 rollEdge, uint40 mask, uint256 commit, bool isLarger)
BetRefunded(address indexed gambler, uint256 amount)
BetSettled(address indexed gambler, uint256 amount, uint8 indexed modulo, uint8 rollEdge, uint40 mask, uint256 outcome, uint256 winAmount, uint256 finalWinAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.