Moon Dust Dividends
Verified contract
Active on
Ethereum with 127 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1,322.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.357637 | $3,698.72 |
$1,322.8 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19938932 | 6 months ago | | | 0 | 0.00098079559 | |
| 6812707 | 6 years ago | | | 0 | 0.00044572500 | |
| 6794934 | 6 years ago | | | 0 | 0.0039317500 | |
| 6794914 | 6 years ago | | | 0 | 0.0039317500 | |
| 6794885 | 6 years ago | | | 0.02 | 0.0012236120 | |
| 6778666 | 6 years ago | | | 0 | 0.00019810000 | |
| 6778664 | 6 years ago | | | 0 | 0.00017383600 | |
| 6494000 | 6 years ago | | | 0 | 0.0011579000 | |
| 6493998 | 6 years ago | | | 0 | 0.0011579000 | |
| 6491601 | 6 years ago | | | 0 | 0.0011579000 |
ABI
ABI objects
Getter at block 21306955
buyPrice() view returns (uint256)
9375000000000041
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Moon Dust Dividends
sellPrice() view returns (uint256)
6825000000000031
stakingRequirement() view returns (uint256)
10000000000000000000
symbol() view returns (string)
Moon Dust
totalEthereumBalance() view returns (uint256)
357637245497648093
totalSupply() view returns (uint256)
35621707915512174974
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable 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 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.