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 "TCS TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20158863 | 5 months ago | | | 0 | 0.000071450169 | |
| 11246757 | 4 years ago | | | 0 | 0.0012439001 | |
| 11208846 | 4 years ago | | | 0 | 0.0015548750 | |
| 11208726 | 4 years ago | | | 0 | 0.0012140975 | |
| 11190310 | 4 years ago | | | 0 | 0.0013248300 | |
| 11125701 | 4 years ago | | | 0 | 0.00092848250 | |
| 10586403 | 4 years ago | | | 0 | 0.0027987750 | |
| 10264051 | 4 years ago | | | 0 | 0.00051042600 | |
| 10264050 | 4 years ago | | | 0 | 0.00056511450 | |
| 10264027 | 4 years ago | | | 0 | 0.00056530050 |
ABI
ABI objects
Getter at block 21211208
_totalSupply() view returns (uint256)
25000000000000000000000000
burnable() view returns (bool)
true
decimals() view returns (uint8)
18
mintable() view returns (bool)
false
name() view returns (string)
TCS TOKEN
owner() view returns (address)
0xbb10380c8edaaa207abbb262ba0e25ea375b20e0
symbol() view returns (string)
TCS20
totalSupply() view returns (uint256)
25000000000000000000000000
Read-only
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 _value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _value) returns (bool)
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply, bool _mintable, bool _burnable)
This contract contains no fallback and receive objects.
This contract contains no error objects.