Countdown3D
Verified contract
Active on
Ethereum with 636 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($156.91)
Native
Value
$156.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.039557 | $3,966.70 |
$156.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8284379 | 5 years ago | | | 0 | 0.000025884000 | |
| 8284377 | 5 years ago | | | 0 | 0.000025884000 | |
| 8284377 | 5 years ago | | | 0 | 0.000049559000 | |
| 8284353 | 5 years ago | | | 0 | 0.00013296300 | |
| 8284341 | 5 years ago | | | 0 | 0.00039019900 | |
| 8284334 | 5 years ago | | | 0.21 | 0.00017233500 | |
| 7839379 | 6 years ago | | | 0 | 0.000025884000 | |
| 7839379 | 6 years ago | | | 0 | 0.000049607000 | |
| 7839224 | 6 years ago | | | 0 | 0.000025884000 | |
| 7839152 | 6 years ago | | | 0 | 0.00019944450 |
ABI
ABI objects
Getter at block 21413874
COOLDOWN() view returns (uint256)
604800
COST() view returns (uint256)
10000000000000000
EXPIRATION() view returns (uint256)
5
QUORUM() view returns (uint256)
21
TICKET_MAX() view returns (uint256)
101
currentRoundId() view returns (uint256)
17
getConfig() pure returns (uint256 cooldown, uint256 cost, uint256 expiration, uint256 quorum, uint256 ticketMax)
(cooldown=604800, cost=10000000000000000, expiration=5, quorum=21, ticketMax=101)
getDividends() view returns (uint256 dividends)
61343681261531208
getHourglassBalance() view returns (uint256 hourglassBalance)
43789624805952092385
Read-only
getRewardWinnings(address accountAddress, uint256 roundId) view returns (uint256 reward)
getRewards(address accountAddress) view returns (uint256[])
getRound(uint256 roundId) view returns (uint256 balance, uint256 blockCap, uint256 claimed, uint256 pot, uint256 random, uint256 startTime, uint256 tickets)
getRoundCasteValues(uint256 roundId) view returns (uint256 caste0, uint256 caste1, uint256 caste2)
getRoundWinnings(address accountAddress, uint256 roundId) view returns (uint256 totalWinnings, uint256 totalTickets)
getRoundsActive(address accountAddress) view returns (uint256[])
getTicketSet(address accountAddress, uint256 roundId, uint256 index) view returns (uint256 start, uint256 end)
getTicketValue(uint256 roundId, uint256 ticketIndex) view returns (uint256 ticketValue)
getTier(uint256 roundId, uint256 ticketIndex) view returns (uint256 tier)
getTotalTicketSetsForRound(address accountAddress, uint256 roundId) view returns (uint256 ticketSets)
getTotalTickets(address accountAddress) view returns (uint256 tickets)
State-modifying
Events buy() payable
claimRewards()
donateToDivs() payable
donateToPot() payable
validate()
withdraw()
OnBuy(address indexed _playerAddress, uint256 indexed _roundId, uint256 _tickets, uint256 _value)
OnRoundCap(uint256 _roundId)
OnRoundStart(uint256 _roundId)
constructor(address hourglassAddress, address dev1Address, address dev2Address)
fallback()
This contract contains no error objects.