Taichi World Coin
Verified contract
Active on
Ethereum with 948 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 "Taichi World Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7315020 | 6 years ago | | | 0 | 0.00011371200 | |
| 7314971 | 6 years ago | | | 0 | 0.00011371200 | |
| 7314428 | 6 years ago | | | 0 | 0.00015871200 | |
| 7307077 | 6 years ago | | | 0 | 0.000075936000 | |
| 7282981 | 6 years ago | | | 0 | 0.00018984000 | |
| 7277135 | 6 years ago | | | 0 | 0.00074155200 | |
| 6913701 | 6 years ago | | | 0 | 0.00057381495 | |
| 6913698 | 6 years ago | | | 0 | 0.0012857910 | |
0x | 6849135 | 6 years ago | | | 0 | 0.00086288600 | |
| 6840333 | 6 years ago | | | 0 | 0.00092384000 |
ABI
ABI objects
Getter at block 21204932
decimals() view returns (uint8)
18
name() view returns (string)
Taichi World Coin
owner() view returns (address)
0xaa99ff8df096f26f8ec694d1efdc4137710b0544
symbol() view returns (string)
TCC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.