M2C Mesh Network
Verified contract
Active on
Ethereum with 4,185 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 |
---|---|---|---|---|---|
MTC | ERC-20 | 2K | -- | -- | |
BEC | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12707616 | 3 years ago | | | 0 | 0.00025687500 | |
| 12580622 | 3 years ago | | | 0 | 0.00080000000 | |
| 12197489 | 4 years ago | | | 0 | 0.0054000001 | |
| 12062248 | 4 years ago | | | 0 | 0.0084600001 | |
| 10709004 | 4 years ago | | | 0 | 0.0060600001 | |
| 10702340 | 4 years ago | | | 0 | 0.0072061792 | |
| 9967529 | 5 years ago | | | 0 | 0.0010800000 | |
| 9870520 | 5 years ago | | | 0 | 0.00060000000 | |
| 9471786 | 5 years ago | | | 0 | 0.00036600000 | |
| 9437223 | 5 years ago | | | 0 | 0.00030000000 |
ABI
ABI objects
Getter at block 21212385
decimals() view returns (uint8)
18
name() view returns (string)
M2C Mesh Network
owner() view returns (address)
0xc7f41ee76947061bcb11bcc4be91d21699d19c46
symbol() view returns (string)
MTC
totalSupply() view returns (uint256)
1000000000000000000000000000
transferEnabled() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
getNonce(address _addr) view returns (uint256)
State-modifying
Events acceptOwnership()
addLock(address _addr) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
approveAndCallcode(address _spender, uint256 _value, bytes _extraData) returns (bool success)
approveProxy(address _from, address _spender, uint256 _value, uint8 _v, bytes32 _r, bytes32 _s) returns (bool success)
changeOwner(address _newOwner)
disableLock(bool _enable) returns (bool success)
enableTransfer(bool _enable)
removeLock(address _addr) returns (bool success)
setExclude(address _addr) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferProxy(address _from, address _to, uint256 _value, uint256 _fee, uint8 _v, bytes32 _r, bytes32 _s) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 initialSupply)
fallback()
This contract contains no error objects.