Telomere Coin
Verified contract
Active on
Ethereum with 8,112 txns
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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001969 |
$0 | |
TXY | ERC-20 | 6.096K | -- | -- | |
Dcm | ERC-20 | 850 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15184708 | 2 years ago | | | 0 | 0.00029289672 | |
| 14512968 | 3 years ago | | | 0 | 0.0021731933 | |
| 14506536 | 3 years ago | | | 0 | 0.0016397301 | |
| 14314788 | 3 years ago | | | 0 | 0.0017199943 | |
| 14313352 | 3 years ago | | | 0 | 0.0010413951 | |
| 14307752 | 3 years ago | | | 0 | 0.0016516359 | |
| 14028280 | 3 years ago | | | 0 | 0.0026307339 | |
| 13739574 | 3 years ago | | | 0 | 0.0040663223 | |
| 12968417 | 3 years ago | | | 0 | 0.0012322558 | |
| 12913055 | 3 years ago | | | 0 | 0.00093598340 |
ABI
ABI objects
Getter at block 21256667
allowTransfer() view returns (bool)
true
decimals() view returns (uint8)
0
mintableAddress() view returns (address)
0x9779cf267fad29fda952277867f7254a14284422
name() view returns (string)
Telomere Coin
symbol() view returns (string)
TXY
totalSupply() view returns (uint256)
116000000
version() view returns (string)
TXY 1.0
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 success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
changeTransfer(bool allowed)
mintToken(address to, uint256 amount) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address sale_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.