My Coin Token
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf1ab…8e67
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MCT | ERC-20 | 9.999992M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4494555 | 7 years ago | | | 0 | 0.00091815000 | |
| 4490068 | 7 years ago | | | 0 | 0.0012931500 | |
| 4489802 | 7 years ago | | | 0.005 | 0.0029650250 | |
| 4489032 | 7 years ago | | | 0 | 0.0014369500 | |
| 4488997 | 7 years ago | | | 0 | 0.0035562250 |
ABI
ABI objects
Getter at block 21329882
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint32)
18
name() view returns (string)
My Coin Token
owner() view returns (address)
0xe026e831b77fa3c21535c1b1903ca7cec87f942f
symbol() view returns (string)
MCT
token() view returns (address)
0xf1ab4f6b722e9d17aafdd41d8fefcf0c94ee8e67
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events Crowdsale()
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
createTokens() payable
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)
Burn(address indexed burner, uint256 indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.