Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($125.83)
Native
Value
$125.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.034862 | $3,609.37 |
$125.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15999723 | 2 years ago | | | 0 | 0.0036466235 | |
| 15999705 | 2 years ago | | | 0.12 | 0.0025817313 | |
| 15999662 | 2 years ago | | | 0 | 0.0035237772 | |
| 15999649 | 2 years ago | | | 0.167 | 0.0025369939 | |
| 15999488 | 2 years ago | | | 0 | 0.0049605462 | |
| 15999473 | 2 years ago | | | 0.166 | 0.0034355718 | |
| 15999208 | 2 years ago | | | 0 | 0.0038037746 | |
| 15999186 | 2 years ago | | | 0.165 | 0.0029331279 | |
| 15999167 | 2 years ago | | | 0 | 0.0036482849 | |
| 15999158 | 2 years ago | | | 0.165 | 0.0024759857 |
ABI
ABI objects
Getter at block 21320575
balance() view returns (uint256)
34862000000000000
cumulativeDeposit() view returns (uint256)
42320000000000000000
cumulativeWithdrawal() view returns (uint256)
0
houseEdgePercent() view returns (uint256)
1
lockedInBets() view returns (uint256)
0
maxBetAmount() view returns (uint256)
10000000000000000000000
maxProfit() view returns (uint256)
8000000000000000000
minBetAmount() view returns (uint256)
100000000000000000
owner() view returns (address)
0x0b585cf2711f1711e93cd73e48b1db781909b325
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 method)
State-modifying
Events kill()
placeBet(uint256 betMask, uint256 modulo, uint256 commitLastBlock, uint256 commit, bool method, bytes32 r, bytes32 s) payable
refundBet(uint256 commit) payable
renounceOwnership()
setHouseEdgePercent(uint256 _houseEdgePercent)
setMaxBetAmount(uint256 _maxBetAmount)
setMaxProfit(uint256 _maxProfit)
setMinBetAmount(uint256 _minBetAmount)
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 method)
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.