Crypto Miner Token
Verified contract
Active on
Ethereum with 32,138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$259,345.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 81.532473 | $3,180.88 |
$259,345.01 | |
ERC-20 | 565.121K | -- | -- | ||
ABX | ERC-20 | 730.701677 | -- | -- | |
CMT | ERC-20 | 394.881564 | -- | -- | |
BRC | ERC-20 | 100 | -- | -- | |
EBK | ERC-20 | 91.841042 | -- | -- | |
CML | ERC-20 | 19.8 | -- | -- | |
CMT | ERC-20 | 6.93 | -- | -- | |
PMOD | ERC-20 | 5 | -- | -- | |
CMT | ERC-20 | 0.99 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20568380 | 3 months ago | | | 0 | 0.000082096924 | |
| 20568377 | 3 months ago | | | 0 | 0.000064699973 | |
| 20150302 | 5 months ago | | | 0 | 0.000032835000 | |
| 19348436 | 8 months ago | | | 0 | 0.0032980918 | |
| 18755103 | a year ago | | | 0 | 0.0015771691 | |
| 17424180 | a year ago | | | 0 | 0.0010081296 | |
| 17424178 | a year ago | | | 0 | 0.0010221637 | |
| 16761822 | 2 years ago | | | 0 | 0.00073177881 | |
| 16761785 | 2 years ago | | | 0 | 0.00042035304 | |
| 15361346 | 2 years ago | | | <0.00000001 | 0.0010281961 |
ABI
ABI objects
Getter at block 21160571
buyPrice() view returns (uint256)
838123000000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Crypto Miner Token
sellPrice() view returns (uint256)
731452800000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
CMT
totalEthereumBalance() view returns (uint256)
81532472594773898578
totalSupply() view returns (uint256)
76185813774417309506931
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.