JackPotChecker
Verified contract
Active on
Ethereum with 110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d3b…06ed
0xbe2d…6e52
0x7528…7963
Balances ($16.31)
Native
Value
$16.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004584 | $3,558.93 |
$16.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7928031 | 5 years ago | | | 0 | 0.0016252800 | |
| 7922458 | 5 years ago | | | 0 | 0.0016252800 | |
| 7921680 | 5 years ago | | | 0 | 0.0023610800 | |
| 7916073 | 5 years ago | | | 0 | 0.0023610800 | |
| 7915334 | 5 years ago | | | 0 | 0.0023610800 | |
| 7909765 | 5 years ago | | | 0 | 0.0023610800 | |
| 7908966 | 5 years ago | | | 0 | 0.0023610800 | |
| 7903336 | 5 years ago | | | 0 | 0.0023610800 | |
| 7902540 | 5 years ago | | | 0 | 0.0023598000 | |
| 7896926 | 5 years ago | | | 0 | 0.0023610800 |
ABI
ABI objects
Getter at block 21288599
CUSTOM_GASLIMIT() view returns (uint256)
500000
ETHInUSD() view returns (uint256)
23344
getPrice() view returns (uint256)
23344
jackPot() view returns (address)
0x7528c1e72b2ccd0660a3f70d700f8880a44e7963
jackPotStartValue() view returns (uint256)
100000000
lastCallbackTimestamp() view returns (uint256)
1560127978
minTimeUpdate() view returns (uint256)
600
owner() view returns (address)
0x974655285b84a7042513b99714e3907991ab7aab
superJackPot() view returns (address)
0xbe2d9c289038d32c3d82bd99f464b48bf4696e52
superJackPotStartValue() view returns (uint256)
100000000000
timeout() view returns (uint256)
86400
url() view returns (string)
json(https://api.etherscan.io/api?module=stats&action=ethprice&apikey=91DFNHV3CJDJE12PG4DD66FUZEK71TC6NW).result.ethusd
Read-only
This contract contains no read-only function objects.
State-modifying
Events __callback(bytes32 _myid, string _result)
__callback(bytes32 _queryId, string _result, bytes _proof)
processJackPot()
processSuperJackPot()
setContracts(address _jackPot, address _superJackPot)
setMinTimeUpdate(uint256 _time)
setOraclizeCallbackGasLimit(uint256 _limit)
setOraclizeTimeout(uint256 _timeout)
setUrl(string _url)
transferOwnership(address newOwner)
update() payable
withdraw(address _to, uint256 _amount)
CallbackIsFailed(address game, bytes32 queryId)
NewOraclizeQuery(string description)
NewPrice(uint256 price)
Withdraw(address to, uint256 amount)
constructor()
fallback()
This contract contains no error objects.