Tatcoin
Verified contract
Active on
Ethereum with 36,861 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 "Tatcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19318424 | 8 months ago | | | 0 | 0.0038667816 | |
| 19317542 | 8 months ago | | | 0 | 0.0039749338 | |
| 19308180 | 9 months ago | | | 0 | 0.0014191842 | |
| 19278502 | 9 months ago | | | 0 | 0.0016328558 | |
| 19225515 | 9 months ago | | | 0 | 0.00072033497 | |
| 19225515 | 9 months ago | | | 0 | 0.0012613066 | |
| 17882757 | a year ago | | | 0 | 0.00058503423 | |
| 17882757 | a year ago | | | 0 | 0.00037203001 | |
| 17882752 | a year ago | | | 0 | 0.00037838831 | |
| 17882752 | a year ago | | | 0 | 0.00037838831 |
ABI
ABI objects
Getter at block 21158374
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
200000000000000000000000000
name() view returns (string)
Tatcoin
owner() view returns (address)
0x320d5b224153ac8570b4d13d8e5581005f5e3ed0
symbol() view returns (string)
TAT
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _tokenAddress, address _to, uint256 _amount)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.