Moon Gold
Verified contract
Active on
Ethereum with 3,685 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ffb…41b5
0x4efd…1b94
0x93a4…47eb
0x20f9…54d0
0xbeed…d8c1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOONDAY | ERC-20 | 59.16815 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19860780 | 7 months ago | | | 0 | 0.00054291826 | |
| 18401754 | a year ago | | | 0 | 0.00088426082 | |
| 15313543 | 2 years ago | | | 0 | 0.00048333609 | |
| 15313534 | 2 years ago | | | 0 | 0.00027783422 | |
| 15313520 | 2 years ago | | | 0 | 0.00049125005 | |
| 11658676 | 4 years ago | | | 0 | 0.0038116500 | |
| 11615548 | 4 years ago | | | 0 | 0.0047799750 | |
| 11552276 | 4 years ago | | | 0 | 0.0050313780 | |
| 11552192 | 4 years ago | | | 0 | 0.0066066250 | |
| 11548259 | 4 years ago | | | 0 | 0.0050313780 |
ABI
ABI objects
Getter at block 21286450
buyPrice() view returns (uint256)
837198600000000
decimals() view returns (uint256)
18
devAddress() view returns (address)
0x4efd33509c894a4d628a940cdce10abb4e2e1b94
managerAddress() view returns (address)
0x2ffb230b7ce4758e25f10f03dbce1278ce4441b5
moondayCapitalAddress() view returns (address)
0xbeedb437a796dfebf77d16b96f9cdd35918ed8c1
myTokens() view returns (uint256)
0
name() view returns (string)
Moon Gold
partnerAddress() view returns (address)
0x93a4ed59486409c9a41114b0621fe5e7525247eb
partnerAddress2() view returns (address)
0x20f9b4cf601dc667c62a73c3ff8bafeaee4c54d0
sellPrice() view returns (uint256)
742421400000000
stakingRequirement() view returns (uint256)
1000000000000000000
symbol() view returns (string)
MOONGold
totalMoondayBalance() view returns (uint256)
59168149796311250783
totalSupply() view returns (uint256)
78973642465482584209005
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateMoondayReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _moondayToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(uint256 _amount, address _referredBy) returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 moondayReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingMoonday, uint256 tokensMinted, address indexed referredBy)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 moondayEarned)
onWithdraw(address indexed customerAddress, uint256 moondayWithdrawn)
constructor(address _managerAddress, address _partnerAddress, address _partnerAddress2, address _devAddress, address _moondayCapitalAddress, address _MoondayToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.