MTC Mesh Network
Verified contract
Active on
Ethereum with 6,451 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15862305 | 2 years ago | | | 0 | 0.00054446000 | |
| 14829269 | 3 years ago | | | 0 | 0.00078401400 | |
| 14829263 | 3 years ago | | | 0 | 0.00078401400 | |
| 14829255 | 3 years ago | | | 0 | 0.0011433660 | |
| 14600348 | 3 years ago | | | 0 | 0.0011849200 | |
| 14286495 | 3 years ago | | | 0 | 0.00088240462 | |
| 14286122 | 3 years ago | | | 0 | 0.0033707200 | |
| 14286110 | 3 years ago | | | 0 | 0.0029876800 | |
| 13839754 | 3 years ago | | | 0 | 0.0022688896 | |
| 13492504 | 3 years ago | | | 0 | 0.0035393248 |
ABI
ABI objects
Getter at block 21256400
decimals() view returns (uint8)
18
lockFlag() view returns (bool)
true
name() view returns (string)
MTC Mesh Network
owner() view returns (address)
0x2f59b1ddaa7da0e731aa0eb2fd769d9b1ae7f324
symbol() view returns (string)
MTC
totalSupply() view returns (uint256)
1000000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
exclude(address) view returns (bool)
getNonce(address _addr) view returns (uint256)
locked(address) view returns (bool)
State-modifying
Events acceptOwnership()
addLock(address _addr) returns (bool success)
allocateTokens(address[] _owners, uint256[] _values)
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)
setName(string _name)
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.