MeshBox
Verified contract
Active on
Ethereum with 10,400 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 |
---|---|---|---|---|---|
MESH | ERC-20 | 50 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20698210 | 2 months ago | | | 0 | 0.00094552529 | |
| 20453370 | 3 months ago | | | 0 | 0.000060000000 | |
| 20309708 | 4 months ago | | | 0 | 0.000047416460 | |
| 18619983 | a year ago | | | 0 | 0.0060000000 | |
| 18589143 | a year ago | | | 0 | 0.0060000000 | |
| 18581882 | a year ago | | | 0 | 0.0018342743 | |
| 16286062 | 2 years ago | | | 0 | 0.0017710646 | |
| 16095822 | 2 years ago | | | 0 | 0.0024113000 | |
| 16095565 | 2 years ago | | | 0 | 0.0026317000 | |
| 16095563 | 2 years ago | | | 0 | 0.0046217000 |
ABI
ABI objects
Getter at block 21159538
allocateEndTime() view returns (uint256)
1524930947
decimals() view returns (uint8)
18
name() view returns (string)
MeshBox
owner() view returns (address)
0xcc10442a475f59e347a09974d39e31592deec6c9
symbol() view returns (string)
MESH
totalSupply() view returns (uint256)
10000000000000000000000000000
transferEnabled() view returns (bool)
false
version() view returns (string)
v0.1
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)
allocateTokens(address[] _owners, uint256[] _values)
approve(address _spender, uint256 _value) 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 _feeMesh, 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()
fallback()
This contract contains no error objects.