TwelveHourAuction
Verified contract
Active on
Ethereum with 112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
Balances ($112.88)
Native
Value
$112.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.029259 | $3,858.00 |
$112.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20396111 | 5 months ago | | | 0 | 0.00040525918 | |
| 6603369 | 6 years ago | | | 0 | 0.000085224000 | |
| 6603360 | 6 years ago | | | 0 | 0.00034798800 | |
| 6603263 | 6 years ago | | | 0 | 0.00040827900 | |
| 6602711 | 6 years ago | | | 0 | 0.00012179580 | |
| 6599783 | 6 years ago | | | 0.005 | 0.0014214900 | |
| 6597523 | 6 years ago | | | 0 | 0.00040148900 | |
| 6595117 | 6 years ago | | | 0.015 | 0.0010532670 | |
| 6594476 | 6 years ago | | | 0 | 0.00036499000 | |
| 6593647 | 6 years ago | | | 0.01 | 0.0037057700 |
ABI
ABI objects
Getter at block 21402969
TwelveHourToken() view returns (address)
0x8f6015289a64c48ccf258c21a999809fc553c3c4
nextPot() view returns (uint256)
0
profitTHT() view returns (uint256)
0
round() view returns (uint256)
6
totalEthereumBalance() view returns (uint256)
29258897973212350
twelveHourTokenAddress() view returns (address)
0x8f6015289a64c48ccf258c21a999809fc553c3c4
Read-only
calculateDividends(address _addr, uint256 _round) view returns (uint256 _devidends)
games(uint256) view returns (uint256 round, uint256 finalPot, uint256 profitPerShare, address keyHolder, uint256 keyLevel, uint256 endTime, bool ended)
getData(address _addr) view returns (uint256 _round, uint256 _finalPot, uint256 _endTime, uint256 _keyLevel, uint256 _keyPrice, address _keyHolder, bool _ended, uint256 _playerDividends, uint256 _playerReferrals)
myDividends(address _addr) view returns (uint256 _dividends)
players(address) view returns (uint256 curentRound, uint256 lastRound, uint256 bonus, uint256 keys, uint256 dividends, uint256 referrals, int256 payouts)
referrals(address) view returns (bool)
teamMarketing(uint256) view returns (address)
State-modifying
Events buy(address _referral) payable
setTeamMaketing(address _addr, uint256 _idx)
setTwelveHourToken(address _addr)
startGame()
verifyReferrals() payable
withdraw()
withdrawReferral()
Buy(uint256 round, address buyer, uint256 amount, uint256 keyLevel)
EndRound(uint256 round, uint256 finalPot, address keyHolder, uint256 keyLevel, uint256 endTime)
Withdraw(address player, uint256 amount)
WithdrawReferral(address player, uint256 amount)
constructor()
fallback()
This contract contains no error objects.