CryptoGames
Verified contract
Active on
Ethereum with 15,595 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.41)
Native
Value
$15.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004322 | $3,565.97 |
$15.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12626329 | 3 years ago | | | 0 | 0.00013822000 | |
| 12626306 | 3 years ago | | | 0 | 0.00013822000 | |
| 12626306 | 3 years ago | | | 0 | 0.00013816000 | |
| 12626306 | 3 years ago | | | 0 | 0.00013834000 | |
| 12626304 | 3 years ago | | | 0 | 0.00013816000 | |
| 12626303 | 3 years ago | | | 0 | 0.00013822000 | |
| 12626303 | 3 years ago | | | 0 | 0.00013822000 | |
| 12626303 | 3 years ago | | | 0 | 0.00013822000 | |
| 12626293 | 3 years ago | | | 0 | 0.00013816000 | |
| 12626293 | 3 years ago | | | 0 | 0.00013840000 |
ABI
ABI objects
Getter at block 21292359
CROUPIER_BOB() view returns (address)
0xb0b3336c83a4c86fbd4f804bb8d410b23f181b05
DICE_COEFFICIENT() view returns (uint256)
600
WIN_COEFFICIENT() view returns (uint256)
198
maxStake() view returns (uint256)
15000000000000000000
minStake() view returns (uint256)
10000000000000000
owner() view returns (address)
0x333333e25f2176e2e165aeb1b933ce10cf315b47
Read-only
deposit(address) view returns (uint256)
get_player_choice(bytes32 seed) view returns (bytes)
listGames(bytes32) view returns (uint8 game_title, address player, uint256 bet, bytes32 seed, uint8 state, uint256 result, bytes choice, uint256 profit)
withdrawal(address) view returns (uint256)
State-modifying
Events confirm(bytes32 seed, uint8 _v, bytes32 _r, bytes32 _s)
demo_game(string game, bytes _choice, bytes32 seed, uint256 bet)
game_coin(bytes _choice, bytes32 seed) payable returns (uint8)
game_dice(bytes _choice, bytes32 seed) payable
game_knb(bytes _choice, bytes32 seed) payable
multisend(address[] dests, uint256[] values, uint256[] ident) returns (uint256)
pay_royalty(uint256 _value)
startProphylaxy()
stopProphylaxy()
ConfirmGame(address indexed player, string game, uint256 profit, bytes choice, uint256 game_choice, bytes32 seed, bool status, bool draw, uint256 timestamp)
DemoGame(address indexed player, bytes32 seed, uint256 bet, bytes choice, string game)
Deposit(address indexed from, uint256 indexed block, uint256 value, uint256 time)
NewGame(address indexed player, bytes32 seed, uint256 bet, bytes choice, string game)
Withdrawal(address indexed from, uint256 indexed block, uint256 value, uint256 ident, uint256 time)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.