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 |
---|---|---|---|---|---|
BTCG | ERC-20 | 2.8K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11030160 | 4 years ago | | | 0 | 0.0019386732 | |
| 8372559 | 5 years ago | | | 0 | 0.00055561000 | |
| 7699155 | 6 years ago | | | 0 | 0.00024375000 | |
| 7566534 | 6 years ago | | | 0 | 0.00013419525 | |
| 7526227 | 6 years ago | | | 0 | 0.00044448800 | |
| 7460802 | 6 years ago | | | 0 | 0.00040817000 | |
| 7405439 | 6 years ago | | | 0 | 0.00020248500 | |
| 7405288 | 6 years ago | | | 0 | 0.000081122000 | |
| 7397988 | 6 years ago | | | 0 | 0.00055959000 | |
| 7397175 | 6 years ago | | | 0 | 0.00056023000 |
ABI
ABI objects
Getter at block 21162542
decimals() view returns (uint8)
18
name() view returns (string)
TMOLAND
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x659ab1eebe876b6d3d38af26aea68b0765d5a6f4
paused() view returns (bool)
false
symbol() view returns (string)
TMO
totalSupply() view returns (uint256)
200000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool)
burn(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool)
transferFrom(address from, address to, uint256 tokens) returns (bool)
transferOwnership(address _newOwner)
unpause() returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Pause()
Transfer(address indexed from, address indexed to, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Unpause()
constructor()
fallback()
This contract contains no error objects.