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 Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5311485 | 7 years ago | | | 0 | 0.0026647240 | |
| 5308308 | 7 years ago | | | 0 | 0.0020508000 | |
| 5308304 | 7 years ago | | | 0 | 0.0010000000 | |
| 5308220 | 7 years ago | | | 0 | 0.0020508000 | |
| 5308215 | 7 years ago | | | 0 | 0.0011920000 | |
| 5308212 | 7 years ago | | | 0 | 0.00096000000 | |
| 5308203 | 7 years ago | | | 0 | 0.00096000000 | |
| 5308091 | 7 years ago | | | 0 | 0.0043684000 | |
| 5308006 | 7 years ago | | | 0 | 0.00054600000 |
ABI
ABI objects
Getter at block 21313353
decimals() view returns (uint8)
18
name() view returns (string)
Talent Coin
owner() view returns (address)
0x7d58d13d8b2a39dde882cf6b337782aa7232fc4b
symbol() view returns (string)
TLT
totalSupply() view returns (uint256)
50000000000000000000000000
transferAllowed() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _addr) view returns (uint256 balance)
State-modifying
Events allowTransfer()
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool success)
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)
Burn(address indexedFrom, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.