MonsterDivs Token
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31.22)
Native
Value
$31.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008393 | $3,719.55 |
$31.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6564814 | 6 years ago | | | 0 | 0.00033580800 | |
| 6564486 | 6 years ago | | | 0 | 0.00091184000 | |
| 6564482 | 6 years ago | | | 0.05 | 0.0025556480 | |
| 6564474 | 6 years ago | | | 0 | 0.0021007680 | |
| 6563006 | 6 years ago | | | 0 | 0.00030446500 | |
| 6562997 | 6 years ago | | | 0 | 0.00045909500 | |
| 6562872 | 6 years ago | | | 0.25 | 0.0015737640 | |
| 6562868 | 6 years ago | | | 0.1 | 0.0065513000 | |
| 6562865 | 6 years ago | | | 1 | 0.0046037040 | |
| 6562758 | 6 years ago | | | 0 | 0.0023024000 |
ABI
ABI objects
Getter at block 21311976
buyPrice() view returns (uint256)
53651000000000
decimals() view returns (uint8)
18
depositCount_() view returns (uint256)
4
exitFee() view returns (uint8)
5
isPremine() view returns (bool)
false
isStarted() view returns (bool)
true
maxEarlyStake() view returns (uint256)
5000000000000000000
myTokens() view returns (uint256)
0
name() view returns (string)
MonsterDivs Token
owner() view returns (address)
0xd7a9360b632237beec524cd856c5e8553c16ebc5
sellPrice() view returns (uint256)
39206500000000
stakingRequirement() view returns (uint256)
0
startTime() view returns (uint256)
1540216800
symbol() view returns (string)
MDT
totalEthereumBalance() view returns (uint256)
8393172998986930
totalSupply() view returns (uint256)
4119200821603645643583
whaleBalanceLimit() view returns (uint256)
50000000000000000000
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
calculateUntaxedEthereumReceived(uint256 _tokensToSell) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
buyFor(address _referredBy, address _customerAddress) payable returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
setStartTime(uint256 _startTime)
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)
constructor()
fallback()
This contract contains no error objects.