Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3362…95c8
0x64b3…db52
Balances ($0.00)
No balances found for "FckDice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8243482 | 5 years ago | | | 0 | 0.00032233500 | |
| 8243475 | 5 years ago | | | 0 | 0.00021799800 | |
| 8243473 | 5 years ago | | | 0 | 0.00022795200 | |
| 8243436 | 5 years ago | | | 0 | 0.00022795200 | |
| 7888764 | 5 years ago | | | 0 | 0.00025014243 | |
| 7888762 | 5 years ago | | | 0.01 | 0.00042278490 | |
| 7888760 | 5 years ago | | | 0.01 | 0.00020950796 | |
| 7885080 | 5 years ago | | | 0.01 | 0.00055992029 | |
| 7885074 | 5 years ago | | | 0 | 0.00066276972 | |
| 7885071 | 5 years ago | | | 0.01 | 0.0011315713 |
ABI
ABI objects
Getter at block 21260798
HOUSE_EDGE_MINIMUM_AMOUNT() view returns (uint256)
300000000000000
HOUSE_EDGE_OF_TEN_THOUSAND() view returns (uint256)
100
JACKPOT_FEE() view returns (uint256)
1000000000000000
JACKPOT_MODULO() view returns (uint256)
1000
MIN_JACKPOT_BET() view returns (uint256)
100000000000000000
croupier() view returns (address)
0xffd60def5117bc0fdf94a1da72089f8cb1e5d867
jackpotSize() view returns (uint128)
1366000000000000000
lockedInBets() view returns (uint128)
0
maxProfit() view returns (uint128)
10000000000000000000
owner1() view returns (address)
0x04f87645ca7ea324800bff5996361ac9060ecde8
owner2() view returns (address)
0x3362a2d61ec7a4a90d0c0af9a56def3992f295c8
secretSigner() view returns (address)
0x24cf113f8a3c768085f269bb32c1cb5485a18fda
stopped() view returns (bool)
true
withdrawer() view returns (address)
0x64b3202ceb73cf195a48d7dc2567c6fe3ec1db52
Read-only
getBetInfo(uint256 commit) view returns (uint256 amount, uint8 modulo, uint8 rollUnder, uint256 placeBlockNumber, uint256 mask, address gambler)
getBetInfoByReveal(uint256 reveal) view returns (bytes32 commit, uint256 amount, uint8 modulo, uint8 rollUnder, uint256 placeBlockNumber, uint256 mask, address gambler)
State-modifying
Events increaseJackpot(uint256 increaseAmount)
kill()
placeBet(uint256 betMask, uint256 modulo, uint256 commitLastBlock, uint256 commit, bytes32 r, bytes32 s, uint256 source) payable
refundBet(uint256 commit)
setCroupier(address newCroupier)
setMaxProfit(uint128 _maxProfit)
setOwner1(address o)
setOwner2(address o)
setSecretSigner(address newSecretSigner)
setWithdrawer(address o)
settleBet(uint256 reveal, bytes32 blockHash)
stop(bool destruct)
withdrawFunds(address beneficiary, uint256 withdrawAmount)
Commit(uint256 commit, uint256 source)
FailedPayment(address indexed beneficiary, uint256 amount, uint256 commit)
JackpotPayment(address indexed beneficiary, uint256 amount, uint256 commit)
Payment(address indexed beneficiary, uint256 amount, uint256 commit)
constructor(address _owner1, address _owner2, address _withdrawer, address _secretSigner, address _croupier, uint128 _maxProfit)
fallback()
This contract contains no error objects.