Connect Mining Token
Verified contract
Active on
Ethereum with 1,073 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Connect Mining Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14661450 | 3 years ago | | | 0 | 0.0021431064 | |
| 14661435 | 3 years ago | | | 0 | 0.0024459170 | |
| 14092800 | 3 years ago | | | 0 | 0.0050507100 | |
| 13700539 | 3 years ago | | | 0 | 0.0026055250 | |
| 13700501 | 3 years ago | | | 0 | 0.0055457810 | |
| 13700488 | 3 years ago | | | 0 | 0.0046310130 | |
| 13700477 | 3 years ago | | | 0 | 0.0046881860 | |
| 13700474 | 3 years ago | | | 0 | 0.0057744730 | |
| 13700471 | 3 years ago | | | 0 | 0.0054325750 | |
| 13700469 | 3 years ago | | | 0 | 0.0054314350 |
ABI
ABI objects
Getter at block 21263407
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Connect Mining Token
owner() view returns (address)
0x13803cf52f61a3f18acccc1462e1a2a3947c6f78
sellPrice() view returns (uint256)
0
symbol() view returns (string)
XCMG
totalSupply() view returns (uint256)
150000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.