FckDice
Verified contract
Active on
Ethereum with 14,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($356.91)
Native
Value
$356.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,569.13 |
$356.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6658797 | 6 years ago | | | 0.1 | 0.00025511080 | |
| 6615962 | 6 years ago | | | 0 | 0.00016442400 | |
| 6615913 | 6 years ago | | | 0 | 0.00030162250 | |
| 6615910 | 6 years ago | | | 0.08 | 0.00096148920 | |
| 6615907 | 6 years ago | | | 0 | 0.00034410000 | |
| 6615889 | 6 years ago | | | 0 | 0.00030233141 | |
| 6615886 | 6 years ago | | | 0.3 | 0.00081787714 | |
| 6615882 | 6 years ago | | | 0 | 0.00030233141 | |
| 6615879 | 6 years ago | | | 1 | 0.00090969315 | |
| 6615876 | 6 years ago | | | 0 | 0.00030137315 |
ABI
ABI objects
Getter at block 21290081
HOUSE_EDGE_MINIMUM_AMOUNT() view returns (uint256)
[unknown]
HOUSE_EDGE_PERCENT() 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, uint40 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)
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.