Yuntongtoken
Verified contract
Active on
Ethereum with 270 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Yuntongtoken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583264 | 2 years ago | | | 0 | 0.00093818000 | |
| 13466343 | 3 years ago | | | 0 | 0.0024341574 | |
| 13316212 | 3 years ago | | | 0 | 0.0025554693 | |
| 13316210 | 3 years ago | | | 0 | 0.0023826922 | |
| 13314618 | 3 years ago | | | 0 | 0.0029522644 | |
| 13312749 | 3 years ago | | | 0 | 0.0029965193 | |
| 11210410 | 4 years ago | | | 0 | 0.00095704455 | |
| 11210354 | 4 years ago | | | 0 | 0.0017012591 | |
| 10267728 | 4 years ago | | | 0 | 0.00074147500 | |
| 10267688 | 4 years ago | | | 0 | 0.0010237001 |
ABI
ABI objects
Getter at block 21294973
decimals() view returns (uint256)
18
name() view returns (string)
Yuntongtoken
symbol() view returns (string)
YTT
totalSupply() view returns (uint256)
20000000000000000000000000000
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)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.