Game365Meta
Verified contract
Active on
Ethereum with 25,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($107,687.31)
Native
Value
$107,687.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 32.453435 | $3,318.21 |
$107,687.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8090463 | 5 years ago | | | 0 | 0.000020455500 | |
| 7987540 | 5 years ago | | | 0 | 0.00049720500 | |
| 7987537 | 5 years ago | | | 0.02 | 0.0014941080 | |
| 7954841 | 5 years ago | | | 0 | 0.00020569200 | |
| 7954838 | 5 years ago | | | 0.03 | 0.00062314500 | |
| 7954834 | 5 years ago | | | 0 | 0.00020878800 | |
| 7954830 | 5 years ago | | | 0.1 | 0.00062341500 | |
| 7870552 | 5 years ago | | | 0 | 0.00020582400 | |
| 7870550 | 5 years ago | | | 0.01 | 0.00062254500 | |
| 7870546 | 5 years ago | | | 0 | 0.00020544000 |
ABI
ABI objects
Getter at block 21246545
JACKPOT_MODULO() view returns (uint256)
[unknown]
MIN_BET() view returns (uint256)
[unknown]
MIN_JACKPOT_BET() view returns (uint256)
[unknown]
croupier() view returns (address)
[unknown]
lockedInBets_() view returns (uint256)
[unknown]
lockedInJackpot_() view returns (uint256)
[unknown]
maxProfit() view returns (uint256)
[unknown]
minJackpotWinAmount() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
secretSigner() view returns (address)
[unknown]
Read-only
This contract contains no read-only function objects.
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)
setMinJackPotWinAmount(uint256 _minJackpotAmount)
setSecretSigner(address newSecretSigner)
settleBet(uint256 reveal, bytes32 blockHash)
withdrawFunds(address beneficiary, uint256 withdrawAmount)
Commit(uint256 indexed commit, uint256 possibleWinAmount)
FailedPayment(uint256 indexed commit, address indexed beneficiary, uint256 amount, uint256 jackpotAmount)
JackpotPayment(address indexed beneficiary, uint256 amount)
Payment(uint256 indexed commit, address indexed beneficiary, uint256 amount, uint256 jackpotAmount)
constructor()
fallback()
This contract contains no error objects.