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 "TYB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20374406 | 4 months ago | | | 0 | 0.0015738300 | |
| 15583337 | 2 years ago | | | 0 | 0.0017010517 | |
| 14796559 | 2 years ago | | | 0 | 0.0015098183 | |
| 14619479 | 3 years ago | | | 0 | 0.0024792233 | |
| 14610801 | 3 years ago | | | 0 | 0.0020966845 | |
| 14591600 | 3 years ago | | | 0 | 0.00096143141 | |
| 14585277 | 3 years ago | | | 0 | 0.0053712188 | |
| 14523908 | 3 years ago | | | 0 | 0.0026427884 | |
| 14351348 | 3 years ago | | | 0 | 0.0024410385 | |
| 14328532 | 3 years ago | | | 0 | 0.00077530899 |
ABI
ABI objects
Getter at block 21158007
decimals() view returns (uint8)
18
name() view returns (string)
TYB
owner() view returns (address)
0x75efd5bba5970d622f660a7969e3574b6efe2c12
symbol() view returns (string)
TYB
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.