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 |
---|---|---|---|---|---|
TTN | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6488947 | 6 years ago | | | 0 | 0.00057126480 | |
| 6151542 | 6 years ago | | | 0 | 0.0028459750 | |
| 5956958 | 6 years ago | | | 0 | 0.0028459750 | |
| 5611945 | 7 years ago | | | 0 | 0.00040419500 | |
| 5611936 | 7 years ago | | | 0 | 0.00056567500 |
ABI
ABI objects
Getter at block 21304410
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
250000000000000000000000000
name() view returns (string)
Tita
owner() view returns (address)
0xa438f169eb2889e4f7c5a684b5bff8fe04036846
symbol() view returns (string)
TTN
totalSupply() view returns (uint256)
250000000000000000000000000
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)
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)
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.