JackpotCore
Verified contract
Active on
Ethereum with 204 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($51.19)
Native
Value
$51.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.014 | $3,656.09 |
$51.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7137046 | 6 years ago | | | 0.01 | 0.00058608480 | |
| 5612523 | 7 years ago | | | 0.01 | 0.0021670656 | |
| 5369848 | 7 years ago | | | 0.01 | 0.00019153090 | |
| 5369812 | 7 years ago | | | 0.01 | 0.00030699680 | |
| 5351122 | 7 years ago | | | 0.01 | 0.0011114680 | |
| 5333906 | 7 years ago | | | 0 | 0.00012855400 | |
| 5333813 | 7 years ago | | | 0.01 | 0.00033414990 | |
| 5333807 | 7 years ago | | | 0.01 | 0.00053286600 | |
| 5333807 | 7 years ago | | | 0.01 | 0.00052235700 | |
| 5333807 | 7 years ago | | | 0.01 | 0.00052235700 |
ABI
ABI objects
Getter at block 21320039
calculateTimeout() view returns (uint256)
596
cfoAddress() view returns (address)
0x703d08e18306c18f456b48e4f2204b343d4ceb03
currentBalance() view returns (uint256)
14000000000000000
feePercentage() view returns (uint256)
2500
gameStarted() view returns (bool)
true
gameStarter() view returns (address)
0xc84c18a88789dba5b0ca9c13973435bbce7e961d
gameStarterDividendPercentage() view returns (uint256)
2500
lastPlayer() view returns (address)
0xc84c18a88789dba5b0ca9c13973435bbce7e961d
lastWagerTimeoutTimestamp() view returns (uint256)
1548643615
minimumTimeout() view returns (uint256)
180
nextMinimumTimeout() view returns (uint256)
180
nextNumberOfWagersToMinimumTimeout() view returns (uint256)
100
nextPrice() view returns (uint256)
10000000000000000
nextTimeout() view returns (uint256)
600
numberOfWagersToMinimumTimeout() view returns (uint256)
100
owner() view returns (address)
0x703d08e18306c18f456b48e4f2204b343d4ceb03
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
player2() view returns (address)
0x0000000000000000000000000000000000000000
player2Timestamp() view returns (uint256)
0
player3() view returns (address)
0x0000000000000000000000000000000000000000
player3Timestamp() view returns (uint256)
0
player4() view returns (address)
0x0000000000000000000000000000000000000000
player4Timestamp() view returns (uint256)
0
player5() view returns (address)
0x0000000000000000000000000000000000000000
player5Timestamp() view returns (uint256)
0
price() view returns (uint256)
10000000000000000
prizePool() view returns (uint256)
6346153846153847
timeout() view returns (uint256)
600
totalPayments() view returns (uint256)
0
wagerIndex() view returns (uint256)
1
wagerPool13() view returns (uint256)
1153846153846153
wagerPool5() view returns (uint256)
2000000000000000
Read-only
payments(address) view returns (uint256)
State-modifying
Events bet(bool startNewGameIfIdle) payable
claimOwnership()
endGame()
pause()
reclaimToken(address token)
setCFO(address _newCFO)
setGameStarterDividendPercentage(uint256 _gameStarterDividendPercentage)
setNextGame(uint256 _price, uint256 _timeout, uint256 _minimumTimeout, uint256 _numberOfWagersToMinimumTimeout)
topUp(string message) payable
transferOwnership(address newOwner)
unpause()
withdrawFreeBalance()
withdrawPayments()
Bet(address player, uint256 timestamp, uint256 timeoutTimestamp, uint256 wagerIndex, uint256 newPrizePool)
End(address indexed winner, uint256 timestamp, uint256 prize)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Start(address indexed starter, uint256 timestamp, uint256 price, uint256 timeout, uint256 minimumTimeout, uint256 numberOfWagersToMinimumTimeout)
TopUpPrizePool(address indexed donater, uint256 ethAdded, string message, uint256 newPrizePool)
Unpause()
constructor(uint256 _price, uint256 _timeout, uint256 _minimumTimeout, uint256 _numberOfWagersToMinimumTimeout)
This contract contains no fallback and receive objects.
This contract contains no error objects.