Crypto Miner Token Gold
Verified contract
Active on
Ethereum with 662 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$2,105.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.677905 | $3,105.80 |
$2,105.44 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6788761 | 6 years ago | | | 0 | 0.00027366000 | |
| 6788759 | 6 years ago | | | 0 | 0.00052167600 | |
| 6788758 | 6 years ago | | | 0 | 0.00059698800 | |
| 6788755 | 6 years ago | | | 0 | 0.00059698800 | |
| 6616906 | 6 years ago | | | 0 | 0.00028262500 | |
| 6519815 | 6 years ago | | | 0 | 0.00039567500 | |
| 6519810 | 6 years ago | | | 0 | 0.00024906500 | |
| 6501866 | 6 years ago | | | 0 | 0.00033915000 | |
| 6499997 | 6 years ago | | | 0 | 0.0011326111 | |
| 6499985 | 6 years ago | | | 0 | 0.00050890067 |
ABI
ABI objects
Getter at block 21205554
buyPrice() view returns (uint256)
85190400000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Crypto Miner Token Gold
sellPrice() view returns (uint256)
76513600000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
CMTG
totalEthereumBalance() view returns (uint256)
677904756236433062
totalSupply() view returns (uint256)
7880936561133816805517
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.