MoonFomoV2
Verified contract
Active on
Ethereum with 230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ffb…41b5
0x4efd…1b94
0xd0ca…2478
0x2fe5…d9fd
0x1ad6…3c01
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOONDAY | ERC-20 | 0.538125 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11422644 | 4 years ago | | | 0 | 0.0028693291 | |
| 11243621 | 4 years ago | | | 0 | 0.0074213762 | |
| 11232236 | 4 years ago | | | 0 | 0.0051021960 | |
| 11231594 | 4 years ago | | | 0 | 0.0034125960 | |
| 11225367 | 4 years ago | | | 0 | 0.0027057100 | |
| 11222149 | 4 years ago | | | 0 | 0.0043291360 | |
| 11221883 | 4 years ago | | | 0 | 0.0037106880 | |
| 11220227 | 4 years ago | | | 0 | 0.00047170680 | |
| 11219257 | 4 years ago | | | 0 | 0.0023191800 | |
| 11214887 | 4 years ago | | | 0 | 0.0024737922 |
ABI
ABI objects
Getter at block 21396505
_dev() view returns (address)
0x4efd33509c894a4d628a940cdce10abb4e2e1b94
_owner() view returns (address)
0x2ffb230b7ce4758e25f10f03dbce1278ce4441b5
dollarIncrement() view returns (uint256)
200000
initialPrice() view returns (uint256)
141580000000000
killSwitch() view returns (bool)
true
moonCapitalHodlWallet() view returns (address)
0x2fe54e61a2af6275d54e04b8952234ee2f87d9fd
moonGoldHodlWallet() view returns (address)
0xd0caeed5534c4f6de09416060cfac7f93d4e2478
moondayTokenAddress() view returns (address)
0x1ad606adde97c0c28bd6ac85554176bc55783c01
roundCount() view returns (uint256)
1
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)
getTicketOwner(uint256 _round, uint256 _ticketIndex) view returns (address)
getTicketsOwned(uint256 _round, address _user) view returns (uint256)
jackpotClaimed(uint256) view returns (uint256)
rounds(uint256) view returns (uint256 timer, uint256 ticketCount, 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 _dollarIncrement)
toggleKill()
DividendClaimed(uint256 round, address claimant, uint256 dividendAmount)
RoundEnded(uint256 round, uint256 jackpot, uint256 tickets)
RoundStarted(uint256 round, uint256 endingTime)
TicketBought(address buyer, uint256 ticketNumber, uint256 ticketAmount)
TicketClaimed(uint256 round, address buyer, uint256 claimAmount)
constructor(address owner_, address dev_, address _moonGoldHodlWallet, address _moonCapitalHodlWallet, address _moondayTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.