Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ffb…41b5
0xd0ca…2478
0x2fe5…d9fd
0x4efd…1b94
0x394c…607a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOONDAY | ERC-20 | 6.01687 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11261908 | 4 years ago | | | 0 | 0.0018556082 | |
| 11254885 | 4 years ago | | | 0 | 0.0026287780 | |
| 11252348 | 4 years ago | | | 0 | 0.0041751180 | |
| 11247794 | 4 years ago | | | 0 | 0.00065772000 | |
| 11247794 | 4 years ago | | | 0 | 0.00049329003 | |
| 11247794 | 4 years ago | | | 0 | 0.0032550457 | |
| 11247794 | 4 years ago | | | 0 | 0.00049329003 | |
| 11247522 | 4 years ago | | | 0 | 0.0038658500 | |
| 11245267 | 4 years ago | | | 0 | 0.0018556082 | |
| 11244512 | 4 years ago | | | 0 | 0.0020102422 |
ABI
ABI objects
Getter at block 21195115
_dev1() view returns (address)
0x4efd33509c894a4d628a940cdce10abb4e2e1b94
_dev2() view returns (address)
0x394c4cfb55b2638b8dc5a9521f755e38a499607a
_owner() view returns (address)
0x2ffb230b7ce4758e25f10f03dbce1278ce4441b5
increment() view returns (uint256)
128100000
initialPrice() view returns (uint256)
256200000000000
killSwitch() view returns (bool)
false
moonCapitalHodlWallet() view returns (address)
0x2fe54e61a2af6275d54e04b8952234ee2f87d9fd
moonGoldHodlWallet() view returns (address)
0xd0caeed5534c4f6de09416060cfac7f93d4e2478
roundCount() view returns (uint256)
2
Read-only
calcDividends(uint256 _round, address _ticketHolder) view returns (uint256 totalDividends)
calcPayout(uint256 _round, address _ticketHolder) view returns (uint256 totalClaim, uint256 jackpot)
calcTicketCost(uint256 _amount) view returns (uint256 sumCost)
getClaimList(uint256 _round, address _user) view returns (uint256)
getReclaim(uint256 _round, address _user) view returns (uint256)
getTicketsOwned(uint256 _round, address _user) view returns (uint256)
getUserRank(uint256 _round, uint256 _userIndex) view returns (address)
jackpotClaimed(uint256) view returns (uint256)
rounds(uint256) view returns (uint256 timer, uint256 ticketCount, uint256 userCount, uint256 jackpot, uint256 holderPool, bool ended)
State-modifying
Events buyTicket(uint256 _amount) payable returns (uint256)
claimDividends(uint256 _amount)
claimPayout(uint256 _round)
endRound()
initRound(uint256 _amount) payable
reinvestDividends(uint256 _amount) returns (uint256)
setPricing(uint256 _initialPrice, uint256 _increment)
toggleKill()
DividendClaimed(uint256 round, address claimant, uint256 dividendAmount)
RoundEnded(uint256 round, uint256 jackpot, uint256 tickets)
RoundStarted(uint256 round, uint256 endingTime)
TicketBought(address buyer, uint256 rankNumber, uint256 ticketAmount)
TicketClaimed(uint256 round, address buyer, uint256 claimAmount)
constructor(address owner_, address _moonday)
This contract contains no fallback and receive objects.
This contract contains no error objects.