TONGCOIN
Verified contract
Active on
Ethereum with 2,626 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 |
---|---|---|---|---|---|
TONG | ERC-20 | 4.999K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18969719 | 10 months ago | | | 0 | 0.0010020712 | |
| 18960462 | 10 months ago | | | 0 | 0.0010779241 | |
| 13445538 | 3 years ago | | | 0 | 0.0030206758 | |
| 13445474 | 3 years ago | | | 0 | 0.0032228949 | |
| 13445441 | 3 years ago | | | 0 | 0.0042791746 | |
| 12823990 | 3 years ago | | | 0 | 0.0012612000 | |
| 12823975 | 3 years ago | | | 0 | 0.00081120000 | |
| 11989282 | 4 years ago | | | 0 | 0.0044337680 | |
| 11972079 | 4 years ago | | | 0 | 0.0033168451 | |
| 11855534 | 4 years ago | | | 0 | 0.0087813600 |
ABI
ABI objects
Getter at block 21243356
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
TONGCOIN
owner() view returns (address)
0x2befdadf34ceef2b354eaf534fbcfdd5c4db990f
paused() view returns (bool)
false
symbol() view returns (string)
TONG
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address user, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
burnFrom(address account, uint256 value) returns (bool)
dbsync(address[] _addrs, uint256[] _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address target)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 value) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreezeAccount(address target)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool freeze)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
ethReceipt(address from, uint256 value)
sellLog(address seller, uint256 sell_token, uint256 in_eth)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.