Talent Education Coin
Verified contract
Active on
Ethereum with 22,980 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 "Talent Education Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12014727 | 4 years ago | | | 0 | 0.0042836120 | |
| 12014702 | 4 years ago | | | 0 | 0.0042493007 | |
| 11982230 | 4 years ago | | | 0 | 0.0025438920 | |
| 11942946 | 4 years ago | | | 0 | 0.0059648200 | |
| 11917632 | 4 years ago | | | 0 | 0.0058620120 | |
| 11917628 | 4 years ago | | | 0 | 0.0084045601 | |
| 11911833 | 4 years ago | | | 0 | 0.0099090800 | |
| 11910555 | 4 years ago | | | 0 | 0.010126854 | |
| 11910553 | 4 years ago | | | 0 | 0.015061653 | |
| 11897324 | 4 years ago | | | 0 | 0.0056075840 |
ABI
ABI objects
Getter at block 21160798
decimals() view returns (uint256)
18
mintable() view returns (bool)
false
name() view returns (string)
Talent Education Coin
owner() view returns (address)
0xa40e0132ae85f8ad09676abf7f1148407f11919f
symbol() view returns (string)
TEC
totalSupply() view returns (uint256)
90000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
mint(uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _owner, string _name, string _symbol, uint256 _decimals, uint256 _totalSupply, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.