TNC Coin
Verified contract
Active on
Ethereum with 1,273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TNC Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16599161 | 2 years ago | | | 0 | 0.0031002300 | |
| 15501029 | 2 years ago | | | 0 | 0.0012670074 | |
| 15490320 | 2 years ago | | | 0 | 0.00029264590 | |
| 15266746 | 2 years ago | | | 0 | 0.0020128740 | |
| 15144798 | 2 years ago | | | 0 | 0.0013233690 | |
| 15096773 | 2 years ago | | | 0 | 0.0026727150 | |
| 13931281 | 3 years ago | | | 0 | 0.0046740409 | |
| 13886024 | 3 years ago | | | 0 | 0.0022310802 | |
| 13414890 | 3 years ago | | | 0 | 0.0062136900 | |
| 12038163 | 4 years ago | | | 0 | 0.0087458400 |
ABI
ABI objects
Getter at block 21290376
decimals() view returns (uint8)
18
name() view returns (string)
TNC Coin
owner() view returns (address)
0xe32534605846ed9c07ff1c7343160f5fa65ab78b
symbol() view returns (string)
TNC
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
LockList(address) view returns (bool)
LockedTokens(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events LockTokens(address Account, uint256 amount)
UnLockTokens(address Account)
UserLock(address Account, bool mode)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address Account, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.