Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($42,302.48)
Native
Value
$42,302.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 12.7877 | $3,308.06 |
$42,302.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7404533 | 6 years ago | | | 0 | 0.000027316000 | |
| 7398431 | 6 years ago | | | 0 | 0.000034837000 | |
| 7390172 | 6 years ago | | | 0 | 0.000074841600 | |
| 7390170 | 6 years ago | | | 0.1 | 0.0018646550 | |
| 7390168 | 6 years ago | | | 0 | 0.000074863200 | |
| 7390165 | 6 years ago | | | 0.1 | 0.0018646550 | |
| 7390162 | 6 years ago | | | 0 | 0.000089835840 | |
| 7390158 | 6 years ago | | | 0.1 | 0.0018646550 | |
| 7378133 | 6 years ago | | | 0 | 0.00013090560 | |
| 7378131 | 6 years ago | | | 0.1 | 0.0015806700 |
ABI
ABI objects
Getter at block 21168816
VIPLibraryAddress() view returns (address)
[unknown]
getJackpotSize() view returns (uint256)
[unknown]
getMyAccuAmount() view returns (uint256)
[unknown]
getProfile() view returns (uint256, bytes32)
[unknown]
getRankingRewardSize() view returns (uint128)
[unknown]
getSecretSigner() view returns (address)
[unknown]
lockedInBets() view returns (uint128)
[unknown]
maxProfit() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
secretSigner() view returns (address)
[unknown]
thisBalance() view returns (uint256)
[unknown]
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptNextOwner()
addCroupier(address newCroupier)
approveNextOwner(address _nextOwner)
deleteCroupier(address newCroupier)
kill()
payTodayReward(address to)
placeBet(uint256 betMask, uint256 commitLastBlock, uint256 commit, uint8 v, bytes32 r, bytes32 s) payable
placeBetWithInviter(uint256 betMask, uint256 commitLastBlock, uint256 commit, uint8 v, bytes32 r, bytes32 s, address inviter) payable
refundBet(uint256 commit)
setAvatarIndex(uint256 index)
setMaxProfit(uint256 _maxProfit)
setNickName(bytes32 nickName)
setSecretSigner(address newSecretSigner)
setVIPLibraryAddress(address addr)
settleBet(uint256 reveal, bytes32 blockHash)
withdrawFunds(address beneficiary, uint256 withdrawAmount)
Commit(uint256 commit)
FailedPayment(address indexed beneficiary, uint256 amount)
JackpotPayment(address indexed beneficiary, uint256 amount, uint256 dice, uint256 rollUnder, uint256 betAmount)
Payment(address indexed beneficiary, uint256 amount, uint256 dice, uint256 rollUnder, uint256 betAmount)
VIPPayback(address indexed beneficiary, uint256 amount)
constructor()
fallback()
This contract contains no error objects.