STABLE MDX
Verified contract
Active on
Ethereum with 75 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x947a…1788
Balances ($65.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MDX | ERC-20 | 48.050357K | $0.001371 |
$65.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14841536 | 2 years ago | | | 0 | 0.00083627995 | |
| 14837717 | 2 years ago | | | 0 | 0.0023966917 | |
| 14262410 | 3 years ago | | | 0 | 0.0023838919 | |
| 14231665 | 3 years ago | | | 0 | 0.0098973572 | |
| 14230943 | 3 years ago | | | 0 | 0.010352405 | |
| 14230938 | 3 years ago | | | 0 | 0.0087061767 | |
| 14230921 | 3 years ago | | | 0 | 0.0072995899 | |
| 14117739 | 3 years ago | | | 0 | 0.011233584 | |
| 14117730 | 3 years ago | | | 0 | 0.012946818 | |
| 14032575 | 3 years ago | | | 0 | 0.0069729109 |
ABI
ABI objects
Getter at block 21102624
buyPrice() view returns (uint256)
1100000000000000000
decimals() view returns (uint8)
18
getInvested() view returns (uint256)
0
myTokens() view returns (uint256)
0
name() view returns (string)
STABLE MDX
sellPrice() view returns (uint256)
900000000000000000
stakingRequirement() view returns (uint256)
1000000000000000000000
symbol() view returns (string)
MDX
totalDonation() view returns (uint256)
0
totalHolder() view returns (uint256)
15
totalMDXBalance() view returns (uint256)
48050356635741383680021
totalSupply() view returns (uint256)
36166848073946821447308
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateMDXReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _MDXToSpend) 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)
buyFor(uint256 _amount, address _customerAddress, address _referredBy) returns (uint256)
distribute(uint256 _amount) returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onDistribute(address indexed customerAddress, uint256 price)
onReinvestment(address indexed customerAddress, uint256 MDXReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingMDX, uint256 tokensMinted, address indexed referredBy, uint256 timestamp)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 MDXEarned, uint256 timestamp)
onWithdraw(address indexed customerAddress, uint256 MDXWithdrawn)
constructor()
fallback()
This contract contains no error objects.