Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Casino"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7329320 | 6 years ago | | | 0 | 0.000097617000 | |
| 7329306 | 6 years ago | | | 0 | 0.000097617000 | |
| 6840339 | 6 years ago | | | 0 | 0.00028428400 | |
| 6840337 | 6 years ago | | | 0.05 | 0.0016961724 | |
| 6840329 | 6 years ago | | | 0 | 0.00038655100 | |
| 6840324 | 6 years ago | | | 0.01 | 0.0016966500 | |
| 6740384 | 6 years ago | | | 0 | 0.00030959060 | |
| 6740384 | 6 years ago | | | 0 | 0.00019701220 | |
| 6740380 | 6 years ago | | | 0 | 0.00022810480 | |
| 6740377 | 6 years ago | | | 0.01 | 0.0013577600 |
ABI
ABI objects
Getter at block 21169387
bankFund() view returns (uint256)
0
croupier() view returns (address)
0x243d416def4fa6ef0842837d5f72d51d7af36791
getAvailableBalance() view returns (uint256)
0
owner() view returns (address)
0x35ac7d09af7400c7934ffba96093f8a5806f9422
signer() view returns (address)
0x35ac7d09af7400c7934ffba96093f8a5806f9422
Read-only
bets(uint256) view returns (uint8 modulo, uint64 choice, uint256 amount, uint256 winAmount, uint256 placeBlockNumber, bool isActive, address player)
State-modifying
Events closeBet(uint256 _reveal)
placeBet(uint256 _choice, uint256 _modulo, uint256 _expiredBlockNumber, uint256 _commit, uint8 _v, bytes32 _r, bytes32 _s) payable
recharge() payable
refundBet(uint256 _commit)
renounceOwnership()
transferCroupier(address _newCroupier)
transferOwnership(address _newOwner)
transferSigner(address _newSigner)
withdraw(uint256 _amount)
CroupierTransferred(address indexed previousCroupier, address indexed newCroupier)
LogClosedBet(address indexed player, uint256 indexed modulo, uint256 choice, uint256 reveal, uint256 result, uint256 amount, uint256 winAmount)
LogDealerWithdraw(address indexed addr, uint256 amount)
LogDistributeReward(address indexed addr, uint256 reward)
LogParticipant(address indexed player, uint256 indexed modulo, uint256 choice, uint256 amount, uint256 commit)
LogRecharge(address indexed addr, uint256 amount)
LogRefund(address indexed addr, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerTransferred(address indexed previousSigner, address indexed newSigner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.