CORE MultiChain Token
Verified contract
Active on
Ethereum with 1,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($118.63)
Native
Value
$77.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.021 | $3,703.38 |
$77.77 | |
CMCX | ERC-20 | 2M | $0.00002 |
$40.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170136 | 19 days ago | | | 0 | 0.0011654718 | |
| 20837446 | 2 months ago | | | 0 | 0.0010021206 | |
| 20606481 | 3 months ago | | | 0 | 0.000082656655 | |
| 20527505 | 4 months ago | | | 0 | 0.00045896929 | |
| 20512725 | 4 months ago | | | 0 | 0.00028207693 | |
| 20410516 | 4 months ago | | | 0 | 0.00018929327 | |
| 20372832 | 4 months ago | | | 0 | 0.0015013500 | |
| 19962657 | 6 months ago | | | 0 | 0.0011505819 | |
| 19943644 | 6 months ago | | | 0 | 0.00013593643 | |
| 19924350 | 6 months ago | | | 0 | 0.00036078571 |
ABI
ABI objects
Getter at block 21304183
decimals() pure returns (uint256)
18
maxSupply() view returns (uint256)
20000000000000000000000000000
name() pure returns (string)
CORE MultiChain Token
owner() view returns (address)
0xe89938d7da2304f2fad3bd4ce0fea6ff6cb264be
safeguard() view returns (bool)
false
symbol() pure returns (string)
CMCX
totalSupply() view returns (uint256)
12400000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
airdropACTIVE(address[] recipients, uint256[] tokenAmount) returns (bool)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 _value) returns (bool success)
changeSafeguardStatus()
decrease_allowance(address spender, uint256 value) returns (bool)
increase_allowance(address spender, uint256 value) returns (bool)
manualWithdrawEther()
manualWithdrawTokens(uint256 tokenAmount)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed from, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenAccounts(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.