FckDice
Verified contract
Active on
Ethereum with 700,234 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9e31…1a50
Balances ($5,354.58)
Native
Value
$5,354.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.626273 | $3,292.55 |
$5,354.58 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
XPS | ERC-20 | 100K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
JBX | ERC-20 | 3K | -- | -- | |
ESE | ERC-20 | 4 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
BHT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8937159 | 5 years ago | | | 0 | 0.00012379500 | |
| 8937148 | 5 years ago | | | 0 | 0.000047019000 | |
| 8109033 | 5 years ago | | | 0.01 | 0.00045072500 | |
| 8109020 | 5 years ago | | | 0.01 | 0.0010259750 | |
| 8109006 | 5 years ago | | | 0.01 | 0.00045213300 | |
| 8109003 | 5 years ago | | | 0.01 | 0.00045213300 | |
| 8108020 | 5 years ago | | | 0.01 | 0.000083144000 | |
| 8108011 | 5 years ago | | | 0.01 | 0.00017070760 | |
| 8107646 | 5 years ago | | | 0 | 0.00028835730 | |
| 8107643 | 5 years ago | | | 0.02 | 0.00042869630 |
ABI
ABI objects
Getter at block 21246017
HOUSE_EDGE_MINIMUM_AMOUNT() view returns (uint256)
300000000000000
HOUSE_EDGE_OF_TEN_THOUSAND() view returns (uint256)
98
JACKPOT_FEE() view returns (uint256)
1000000000000000
JACKPOT_MODULO() view returns (uint256)
1000
MIN_JACKPOT_BET() view returns (uint256)
100000000000000000
croupier() view returns (address)
0x6666662ac054fed267a5818001104eb0b5e8bab3
jackpotSize() view returns (uint128)
1623000000000000000
killed() view returns (bool)
false
lockedInBets() view returns (uint128)
0
maxProfit() view returns (uint128)
10000000000000000000
owner1() view returns (address)
0xf27a6ef912cd4df19676f9d490b6e096aa4bfa33
owner2() view returns (address)
0x9e312b90546f29c0bb5444fffbf16c2a7a1b1a50
secretSigner() view returns (address)
0x336417d90c5135701823a50c687450fe92bd1bf8
Read-only
getBetInfo(uint256 commit) view returns (uint256 amount, uint8 modulo, uint8 rollUnder, uint256 placeBlockNumber, uint256 mask, address gambler)
getBetInfoByReveal(uint256 reveal) view returns (uint256 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)
settleBet(uint256 reveal, bytes32 blockHash)
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 _secretSigner, address _croupier, uint128 _maxProfit)
fallback()
This contract contains no error objects.