Mcn Token
Verified contract
Active on
Ethereum with 1,126 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 "Mcn Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15139469 | 2 years ago | | | 0 | 0.00054691504 | |
| 14240961 | 3 years ago | | | 0 | 0.0020128775 | |
| 13909952 | 3 years ago | | | 0 | 0.0025664532 | |
| 13524418 | 3 years ago | | | 0 | 0.0096916000 | |
| 13524418 | 3 years ago | | | 0 | 0.0068306000 | |
| 13524418 | 3 years ago | | | 0 | 0.0068306000 | |
| 13517897 | 3 years ago | | | 0 | 0.0072741000 | |
| 13517870 | 3 years ago | | | 0 | 0.0043939274 | |
| 13517610 | 3 years ago | | | 0 | 0.0051193500 | |
| 13517610 | 3 years ago | | | 0 | 0.0072741000 |
ABI
ABI objects
Getter at block 21256390
decimals() view returns (uint8)
18
name() view returns (string)
Mcn Token
owner() view returns (address)
0xc25acc335e7c259ceb9e3ce23eab671d88a4b6ff
symbol() view returns (string)
MCN
totalSupply() view returns (uint256)
935155887318496808684297
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool approved)
burn(address _who, uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address to, uint256 value) returns (bool success)
transferAnyERC20Token(address _tokenAddress, uint256 _amount) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.