CoinMetro Token
Verified contract
Active on
Ethereum with 1,647 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19243028 | 9 months ago | | | 0 | 0.00082678303 | |
| 16513822 | 2 years ago | | | 0 | 0.00077908500 | |
| 16245099 | 2 years ago | | | 0 | 0.00055367563 | |
| 15625647 | 2 years ago | | | 0 | 0.0016082583 | |
| 15497549 | 2 years ago | | | 0 | 0.0014398927 | |
| 15419945 | 2 years ago | | | 0 | 0.00038954250 | |
| 14581114 | 3 years ago | | | 0 | 0.0013067520 | |
| 14557735 | 3 years ago | | | 0 | 0.00075441600 | |
| 14407929 | 3 years ago | | | 0 | 0.0040028701 | |
| 14291331 | 3 years ago | | | 0 | 0.0028307099 |
ABI
ABI objects
Getter at block 21257729
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
CoinMetro Token
owner() view returns (address)
0xf12cbceef46f5d61ac3ea2e646a519ff8235a5c0
symbol() view returns (string)
XCM
totalSupply() view returns (uint256)
330000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 burnAmount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
MintFinished()
NewToken(address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.