FindTheRabbit
Verified contract
Active on
Ethereum with 2,365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe9d…c7ce
6 additional
variables
Balances ($1,473.56)
Native
Value
$1,473.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4444 | $3,315.84 |
$1,473.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8072115 | 5 years ago | | | 0 | 0.00062878000 | |
| 8071497 | 5 years ago | | | 0 | 0.00035684500 | |
| 8061041 | 5 years ago | | | 0 | 0.00039082200 | |
| 8059963 | 5 years ago | | | 0.01 | 0.00029570000 | |
| 8059957 | 5 years ago | | | 0.01 | 0.0019719120 | |
| 8054770 | 5 years ago | | | 0 | 0.00044640800 | |
| 8054767 | 5 years ago | | | 0.01 | 0.00023664800 | |
| 8054767 | 5 years ago | | | 0.01 | 0.0013145160 | |
| 8036813 | 5 years ago | | | 0 | 0.00012692000 | |
| 8036813 | 5 years ago | | | 0 | 0.00031439000 |
ABI
ABI objects
Getter at block 21257778
DOMAIN_SEPARATOR() view returns (bytes32)
0x0678224d898f42732c7fbdb3e38ff07ded629073928be10f50cbe6af6db22607
EIP712_DOMAIN_TYPEHASH() view returns (bytes32)
0xd87cd6ef79d4e2b95e15ce8abf732db51ec771f1ca2edccf22a46c729ac56472
_owner() view returns (address)
0x676a49f1a1582b85a941a7a16fc008ae9987e89e
chainId() view returns (uint256)
1
commissionPercent() view returns (uint256)
8
disputeTimer() view returns (uint256)
300
gameDurationForJackpot() view returns (uint256)
1800
getJackpotInfo() view returns (uint256 _jackpotDrawTime, uint256 _jackpotValue, bytes32 _jackpotGameId)
(_jackpotDrawTime=1563345115, _jackpotValue=4400000000000000, _jackpotGameId=0x22d2439d99f9260f6c173d832a5295b80cf43cef64f258d6f1a87b3335fb6bd7)
getTime() view returns (uint256)
1732453415
getTimers() view returns (uint256 _revealTimer, uint256 _disputeTimer, uint256 _waitingBetTimer, uint256 _jackpotAccumulationTimer)
(_revealTimer=120, _disputeTimer=300, _waitingBetTimer=180, _jackpotAccumulationTimer=1814400)
isJackpotAvailable() view returns (bool)
true
isOwner() view returns (bool)
false
jackpotAccumulationTimer() view returns (uint256)
1814400
jackpotDrawTime() view returns (uint256)
1563345115
jackpotGameId() view returns (bytes32)
0x22d2439d99f9260f6c173d832a5295b80cf43cef64f258d6f1a87b3335fb6bd7
jackpotGameTimerAddition() view returns (uint256)
1800
jackpotPercent() view returns (uint256)
1
jackpotValue() view returns (uint256)
4400000000000000
maxDisputeTimer() view returns (uint256)
86400
maxReferralPercent() view returns (uint256)
100
maxRevealTimer() view returns (uint256)
86400
maxWaitingBetTimer() view returns (uint256)
86400
minBet() view returns (uint256)
10000000000000000
minDisputeTimer() view returns (uint256)
300
minRevealTimer() view returns (uint256)
120
minWaitingBetTimer() view returns (uint256)
180
owner() view returns (address)
0x676a49f1a1582b85a941a7a16fc008ae9987e89e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
referralPercent() view returns (uint256)
10
revealTimer() view returns (uint256)
120
salt() view returns (bytes32)
0x2d387f4d72163f6d1c5679cc2c68d732142a69a7e30895654bbcae92cba15305
teamWallet() view returns (address)
0xfe9dd1ceb3e9f486eecb279d0de9573ce825c7ce
verifyingContract() view returns (address)
0x2e9494387868eb9ec6997b711d655de82f53713f
waitingBetTimer() view returns (uint256)
180
Read-only
disputes(bytes32) view returns (address disputeOpener, uint256 creationTime, bytes32 opponentHash, uint256 secret, bytes32 salt, bool isHost)
games(bytes32) view returns (uint256 bet, address host, address join, uint256 creationTime, uint8 state, bytes hostSignature, bytes joinSignature, bytes32 gameId)
getGameId(bytes _signatureHost, bytes _signatureJoin) pure returns (bytes32)
getGameState(bytes32 _gameId) view returns (uint8)
getGamesStates(bytes32[] _games) view returns (uint8[])
getPlayersStatistic(address[] _players) view returns (uint256[])
isDisputeOpened(bytes32 _gameId) view returns (bool)
isGameAllowedForJackpot(bytes32 _gameId) view returns (bool)
isPlayerExist(address _player) view returns (bool)
isSecretDataValid(bytes32 _gameId, uint8 _secret, bytes32 _salt, bool _isHost, bytes32 _hashOfOpponentSecret) view returns (bool)
players(address) view returns (uint256 totalGames, uint256 totalUnrevealedGames, uint256 totalNotFundedGames, uint256 totalOpenedDisputes, uint256 avgBetAmount)
timeUntilCancel(bytes32 _gameId) view returns (uint256 remainingTime)
timeUntilCloseDispute(bytes32 _gameId) view returns (uint256 remainingTime)
timeUntilOpenDispute(bytes32 _gameId) view returns (uint256 remainingTime)
State-modifying
Events cancelGame(bytes32 _gameId)
claimOwnership()
claimTokens(address _token)
closeDisputeOnTimeout(bytes32 _gameId) returns (address winner)
createGame(bool _isHost, bytes32 _hashOfMySecret, bytes32 _hashOfOpponentSecret, bytes _hostSignature, bytes _joinSignature) payable
drawJackpot()
openDispute(bytes32 _gameId, uint8 _secret, bytes32 _salt, bool _isHost, bytes32 _hashOfOpponentSecret)
resolveDispute(bytes32 _gameId, uint8 _secret, bytes32 _salt, bool _isHost, bytes32 _hashOfOpponentSecret) returns (address winner)
setCommissionPercent(uint256 _newValue)
setDisputeTimerValue(uint256 _disputeTimer)
setJackpotGameTimerAddition(uint256 _jackpotGameTimerAddition)
setMinBetValue(uint256 _newValue)
setReferralPercentValue(uint256 _newValue)
setRevealTimerValue(uint256 _revealTimer)
setTeamWalletAddress(address _newTeamWallet)
setWaitingBetTimerValue(uint256 _waitingBetTimer)
transferOwnership(address newOwner)
win(bytes32 _gameId, uint8 _hostSecret, bytes32 _hostSalt, uint8 _joinSecret, bytes32 _joinSalt, address _referrer)
ClaimedTokens(address token, address owner, uint256 amount)
CurrentJackpotGame(bytes32 gameId)
DisputeClosedOnTimeout(bytes32 gameId, address indexed player)
DisputeOpened(bytes32 gameId, address indexed disputeOpener, address indexed defendant)
DisputeResolved(bytes32 gameId, address indexed player)
GameCanceled(bytes32 gameId, address indexed player, address indexed opponent)
GameCreated(address indexed host, address indexed join, uint256 indexed bet, bytes32 gameId, uint8 state)
GameOpened(bytes32 gameId, address indexed player)
JackpotReward(bytes32 gameId, address player, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferredReward(address referrer, uint256 amount)
WinnerReward(address indexed winner, uint256 amount)
constructor(uint256 _chainId, address _teamWallet, uint256 _commissionPercent, uint256 _jackpotPercent, uint256 _referralPercent, uint256 _jackpotGameTimerAddition, uint256 _jackpotAccumulationTimer, uint256 _revealTimer, uint256 _disputeTimer, uint256 _waitingBetTimer, uint256 _gameDurationForJackpot, bytes32 _salt, uint256 _maxValueOfTimer)
This contract contains no fallback and receive objects.
This contract contains no error objects.