Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x811f…d6fe
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($25.16)
Native
Value
$25.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.01 | $2,515.56 |
$25.16 | |
Hakc | ERC-20 | 2.99751B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13034470 | 7 months ago | | | 0.01 | 0.000045269672 | |
| 13031906 | 7 months ago | | | 0.01 | 0.000061130768 | |
| 13029056 | 7 months ago | | | 0.01 | 0.000027146408 | |
| 13026948 | 7 months ago | | | 0.1 | 8.1869748e-7 | |
| 13022427 | 7 months ago | | | 0.01 | 7.7133675e-7 | |
| 13019331 | 7 months ago | | | 0.01 | 6.8925726e-7 | |
| 13018213 | 7 months ago | | | 0.01 | 6.8578685e-7 | |
| 13010552 | 7 months ago | | | 0.01 | 8.8487309e-7 | |
| 13008575 | 7 months ago | | | 0.1 | 9.2245540e-7 | |
| 13008269 | 7 months ago | | | 0.01 | 0.000032230680 |
ABI
ABI objects
Getter at block 21837461 getUsers() view returns (struct JackpotPlayer[])
getCountdownForWinner() view returns (uint256)
1712858887
getCurrentPrize() view returns (uint256)
1000000000000000
getHasWinner() view returns (bool)
false
getLastPlayerAddress() view returns (address)
0x5acccad1932174a7df449905316679f4d6dc6748
getMinEntranceFee() view returns (uint256)
10000000000000000
getPlayers() view returns (struct JackpotPlayer[])
[(0x5acccad1932174a7df449905316679f4d6dc6748, 10000000000000000, 1712858287)]
getPreviousPlayerAddress() view returns (address)
0x0a32e6489cac13d9dc828febcf26e1dda823ce1a
getRound1EndTime() view returns (uint256)
1712838821
getRound1Status() view returns (bool)
true
getRound2EndTime() view returns (uint256)
0
getRound2Status() view returns (bool)
false
getTimeBetweenLastAndPreviousPlayer() view returns (uint256)
5700
getTimeInterval() view returns (uint256)
600
getWinner() view returns (struct JackpotPlayer)
(0x0a32e6489cac13d9dc828febcf26e1dda823ce1a, 10000000000000000, 1712847459)
getWinnerWinngs() view returns (uint256)
2000000000000000
hakcToken() view returns (address)
0x811fe8f207860e61c97635acf2d6a2061784d6fe
Read-only
getTokenToClaimAfterRound1(address user) view returns (uint256)
getTokenToClaimAfterRound2(address user) view returns (uint256)
getTokenToClaimAfterRound2PlusOneDay(address user) view returns (uint256)
getTotalHakcToken(address user) view returns (uint256)
State-modifying
Events claim()
enableRound1()
enterRound1() payable
enterRound2() payable
pickWinnerInRound1()
pickWinnerInRound2()
withdraw()
withdrawToken()
JackpotEntered(address indexed player, uint256 amount, uint256 timestamp)
TokenClaimed(address indexed user, uint256 amount)
WinnerPicked(address indexed player, uint256 amount, uint256 timestamp)
constructor(uint256 _minEntranceFee, address tokenAddress)
receive()
Jackpot__NoPlayers()
Jackpot__NoSufficientTokenInContract()
Jackpot__NoTokensInContract()
Jackpot__NoTokensToClaim()
Jackpot__NotEnoughEntranceFee()
Jackpot__NotOwner()
Jackpot__Round1AlreadyActive()
Jackpot__Round1NotActive()
Jackpot__Round1StillActive()
Jackpot__Round2AlreadyActive()
Jackpot__Round2NotActive()
Jackpot__TransferLastPlayerFailed()
Jackpot__TransferOwnerFailed()
Jackpot__TransferWinnerFailed()