Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaf7c…5cc1
4 additional
variables
Balances ($5,295.35)
Native
Value
$5,295.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.48 | $3,577.94 |
$5,295.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6365145 | 6 years ago | | | 0 | 0.00033477000 | |
| 6365145 | 6 years ago | | | 0 | 0.00033477000 | |
| 6327509 | 6 years ago | | | 0 | 0.00012603200 | |
| 6327502 | 6 years ago | | | 0 | 0.00030211600 | |
| 6327449 | 6 years ago | | | 0 | 0.00049595200 | |
| 6327427 | 6 years ago | | | 0.13 | 0.0010594800 | |
| 6327384 | 6 years ago | | | 0 | 0.00068732400 | |
| 6324243 | 6 years ago | | | 0 | 0.00040962800 | |
| 6286891 | 6 years ago | | | 0 | 0.00043591800 | |
| 6286752 | 6 years ago | | | 0 | 0.0015356904 |
ABI
ABI objects
Getter at block 21324222 calLoanAmount() view returns (uint256 _result) getCanLoanAmount() view returns (uint256 _result) getCountCanAdd() view returns (uint256 _result)
GameToken() view returns (address)
0xaf7c176eb40ae42e26dce5ad7aa125ecbd735cc1
auction() view returns (address)
0x5b566b473bb0ea8dc0fc6047dd623e5fa3b42307
bankerBeginTime() view returns (uint256)
1535289755
bankerEndTime() view returns (uint256)
1566825755
canSetBanker() view returns (bool _result)
true
createTime() view returns (uint256)
1535287128
currentBanker() view returns (address)
0x1b7b59176177f4301122a5f4c2fe12f1850d439a
currentDayRate10000() view returns (uint256)
300
currentEventId() view returns (uint256)
822
currentLoanAmount() view returns (uint256)
20000000000000000000
currentLoanDayTime() view returns (uint256)
1535290256
currentLoanPerson() view returns (address)
0x6972417b48951f93016acc64cd88566ac48a9027
gameExpirationTime() view returns (uint256)
432000
gameMaxBetAmount() view returns (uint256)
1000000000000000000
gameMinBetAmount() view returns (uint256)
100000000000000000
gameName() view returns (string)
Joan of Arc
gameRandon2() view returns (string)
ChinasNewGovernmentBracesforTrump
gameTime() view returns (uint256)
600
gameType() view returns (uint256)
3003
getCurrentGameId() view returns (uint256 _result)
329949
globalLocked() view returns (bool)
false
isNeedLoan() view returns (bool)
true
isStopPlay() view returns (bool)
false
maxPlayableGameId() view returns (uint256)
2671
minBankerEther() view returns (uint256)
20000000000000000000
officialGameUrl() view returns (string)
http://sicbo.donquixote.games/
owner() view returns (address)
0xea84c09f8a214b5f94b021640b4d4d4cd26c1877
playNo() view returns (uint256)
85
Read-only
gameInfoOf(uint256) view returns (address Banker, bytes32 EncryptedText, bytes32 GameRandon, uint256 GameResult)
getGameBeginTime(uint256 _gameId) view returns (uint256 _result)
getGameEndTime(uint256 _gameId) view returns (uint256 _result)
hasBetting(uint256 _gameId) view returns (bool _result)
isGameExpiration(uint256 _gameId) view returns (bool _result)
playerBetInfoOf(uint256) view returns (uint256 GameId, address Player, uint256 BetAmount, uint8 Odds, uint8 BetNum, bool IsReturnAward, bool IsWin, uint256 BetTime)
tokenOf(address _user) view returns (uint256 _result)
userEtherOf(address) view returns (uint256)
State-modifying
Events bidLoan(uint256 _dayRate10000) payable returns (bool _result)
checkPayLoan() returns (bool _result)
depositEther() payable
getAwards(uint256[] playNos)
newGame(bytes32[] _gameEncryptedTexts) payable returns (bool _result)
openGameResult(uint256 _gameId, uint8 _minGameResult, uint8 _midGameResult, uint8 _maxGameResult, bytes32 _randon1) returns (bool _result)
playAnyTriples(uint256 _betAmount) payable returns (bool _result)
playBatch(uint8[] _betNums, uint256[] _betAmounts) payable returns (bool _result)
playBigOrSmall(uint8 _betNum, uint256 _betAmount) payable returns (bool _result)
playDiceCombinations(uint8 _smallNum, uint8 _bigNum, uint256 _betAmount) payable returns (bool _result)
playSingleDiceBet(uint8 _betNum, uint256 _betAmount) payable returns (bool _result)
playSpecificDoubles(uint8 _betNum, uint256 _betAmount) payable returns (bool _result)
playSpecificTriples(uint8 _betNum, uint256 _betAmount) payable returns (bool _result)
playThreeDiceTotal(uint8 _betNum, uint256 _betAmount) payable returns (bool _result)
setAuction(address _newAuction)
setBanker(address _banker, uint256 _beginTime, uint256 _endTime) returns (bool _result)
setIsNeedLoan(bool _isNeedLoan) returns (bool _result)
setLock()
setMinBankerEther(uint256 _value)
setOfficialGameUrl(string _newOfficialGameUrl)
setOwner(address _newOwner)
setStopPlay(bool _isStopPlay)
userRefund() returns (bool _result)
OnBidLoan(bool indexed _success, address indexed _user, uint256 indexed _dayRate10000, uint256 _etherAmount)
OnGetAward(uint256 indexed _playNo, uint256 indexed _gameId, address indexed _player, uint256 _betNum, uint256 _betAmount, uint256 _awardAmount, uint256 _gameResult, uint256 _eventTime, uint256 _eventId)
OnNewGame(uint256 indexed _gameId, address indexed _bankerAddress, bytes32 indexed _gameEncryptedTexts, uint256 _gameBeginTime, uint256 _gameEndTime, uint256 _eventTime, uint256 _eventId)
OnOpenGameResult(uint256 indexed _gameId, address indexed _banker, bytes32 indexed _randon1, uint256 _gameResult, uint256 _eventId, uint256 _eventTime)
OnPayLoan(address _sender, uint256 _eventTime, uint256 _toLoan)
OnPlay(address indexed _player, uint256 indexed _gameId, uint256 indexed _playNo, uint8 _betNum, uint256 _betAmount, uint256 _giftToken, uint256 _eventId, uint256 _eventTime)
OnSetNewBanker(address _caller, address _banker, uint256 _beginTime, uint256 _endTime, uint256 _code, uint256 _eventId, uint256 _eventTime)
constructor(string _gameName, uint256 _gameTime, uint256 _gameMinBetAmount, uint256 _gameMaxBetAmount, address _auction, address _gameToken)
fallback()
This contract contains no error objects.