M2C Mesh Network
Verified contract
Active on
Ethereum with 1,367 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 |
---|---|---|---|---|---|
WDT | ERC-20 | 0.0008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9870966 | 5 years ago | | | 0 | 0.00033089160 | |
| 9870961 | 5 years ago | | | 0 | 0.00044789160 | |
| 9869946 | 5 years ago | | | 0 | 0.00031588701 | |
| 9611506 | 5 years ago | | | 0 | 0.00042434000 | |
| 9520584 | 5 years ago | | | 0 | 0.00022968800 | |
| 8481381 | 5 years ago | | | 0 | 0.00048396600 | |
| 8470602 | 5 years ago | | | 0 | 0.00011632200 | |
| 8470450 | 5 years ago | | | 0 | 0.00027097000 | |
| 8469843 | 5 years ago | | | 0 | 0.00053710000 | |
| 8469812 | 5 years ago | | | 0 | 0.00059081000 |
ABI
ABI objects
Getter at block 21068639
decimals() view returns (uint8)
18
name() view returns (string)
M2C Mesh Network
owner() view returns (address)
0xe5424cb21cc8cab3d825841574ef747c7d632b0c
symbol() view returns (string)
mesh
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)
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.