TelomereCoin
Verified contract
Active on
Ethereum with 915 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 |
---|---|---|---|---|---|
TXY | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9069976 | 5 years ago | | | 0 | 0.00026947200 | |
| 9036572 | 5 years ago | | | 0 | 0.00030064000 | |
| 9036565 | 5 years ago | | | 0 | 0.00042064000 | |
| 9018654 | 5 years ago | | | 0 | 0.0023718600 | |
| 9013706 | 5 years ago | | | 0 | 0.0028989400 | |
| 9013704 | 5 years ago | | | 0 | 0.0020739400 | |
| 9001889 | 5 years ago | | | 0 | 0.0039579000 | |
| 9001889 | 5 years ago | | | 0 | 0.0028281000 | |
| 8996490 | 5 years ago | | | 0 | 0.0030920560 | |
| 8990939 | 5 years ago | | | 0 | 0.00045173929 |
ABI
ABI objects
Getter at block 21163670
cap() view returns (uint256)
116000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
TelomereCoin
owner() view returns (address)
0xe7c507b1ca9081295d475e32ce91eb61ee753fdd
paused() view returns (bool)
false
symbol() view returns (string)
TXY
totalSupply() view returns (uint256)
116000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.