FckDice
Verified contract
Active on
Ethereum with 100,581 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($192.70)
Native
Value
$192.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,211.67 |
$192.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7075738 | 6 years ago | | | 0.03 | 0.00029786680 | |
| 6862659 | 6 years ago | | | 0 | 0.00042544000 | |
| 6860495 | 6 years ago | | | 0.03 | 0.000088932480 | |
| 6859310 | 6 years ago | | | 0 | 0.00011340000 | |
| 6859307 | 6 years ago | | | 0 | 0.00016455600 | |
| 6859302 | 6 years ago | | | 0 | 0.00011568400 | |
| 6859181 | 6 years ago | | | 0 | 0.00041421600 | |
| 6859160 | 6 years ago | | | 0 | 0.00035753281 | |
| 6859156 | 6 years ago | | | 0 | 0.00035729729 | |
| 6859155 | 6 years ago | | | 0.25 | 0.00076132080 |
ABI
ABI objects
Getter at block 21158675
HOUSE_EDGE_MINIMUM_AMOUNT() view returns (uint256)
[unknown]
HOUSE_EDGE_OF_TEN_THOUSAND() view returns (uint256)
[unknown]
JACKPOT_FEE() view returns (uint256)
[unknown]
JACKPOT_MODULO() view returns (uint256)
[unknown]
MIN_JACKPOT_BET() view returns (uint256)
[unknown]
croupier() view returns (address)
[unknown]
jackpotSize() view returns (uint128)
[unknown]
lockedInBets() view returns (uint128)
[unknown]
maxProfit() view returns (uint256)
[unknown]
owner1() view returns (address)
[unknown]
owner2() view returns (address)
[unknown]
secretSigner() view returns (address)
[unknown]
Read-only
getBetInfo(uint256 commit) view returns (uint256 amount, uint8 modulo, uint8 rollUnder, uint40 placeBlockNumber, uint240 mask, address gambler)
State-modifying
Events increaseJackpot(uint256 increaseAmount)
kill()
placeBet(uint256 betMask, uint256 modulo, uint256 commitLastBlock, uint256 commit, bytes32 r, bytes32 s) payable
refundBet(uint256 commit)
setCroupier(address newCroupier)
setMaxProfit(uint256 _maxProfit)
setOwner1(address o)
setOwner2(address o)
setSecretSigner(address newSecretSigner)
settleBet(bytes20 reveal1, bytes20 reveal2, bytes32 blockHash)
withdrawFunds(address beneficiary, uint256 withdrawAmount)
Commit(uint256 commit)
FailedPayment(address indexed beneficiary, uint256 amount)
JackpotPayment(address indexed beneficiary, uint256 amount)
Payment(address indexed beneficiary, uint256 amount)
constructor(address _owner1, address _owner2, address _secretSigner, address _croupier, uint256 _maxProfit)
fallback()
This contract contains no error objects.