Golden Time of Life
Verified contract
Active on
Ethereum with 5,487 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 |
---|---|---|---|---|---|
GTL | ERC-20 | 8.398558K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20415633 | 4 months ago | | | 0 | 0.000060000000 | |
| 12571221 | 3 years ago | | | 0 | 0.00085134871 | |
| 11599075 | 4 years ago | | | 0 | 0.0040677761 | |
| 11262440 | 4 years ago | | | 0 | 0.0010300220 | |
| 11110918 | 4 years ago | | | 0 | 0.0019800000 | |
| 11104740 | 4 years ago | | | 0 | 0.0017400000 | |
| 10879843 | 4 years ago | | | 0 | 0.032760000 | |
| 10154796 | 4 years ago | | | 0 | 0.0023400000 | |
| 10120941 | 4 years ago | | | 0 | 0.00078000000 | |
| 10090252 | 5 years ago | | | 0 | 0.0012443678 |
ABI
ABI objects
Getter at block 21243292
decimals() view returns (uint8)
18
name() view returns (string)
Golden Time of Life
owner() view returns (address)
0xd33e7ee32a2ae23c63b5084d54fe9fce1c67144c
symbol() view returns (string)
GTL
totalSupply() view returns (uint256 supply)
2500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
freezeAccount(address) view returns (uint256 freezeStartTime, uint256 freezePeriod, uint256 freezeTotal)
getFreezeInfo(address _target) view returns (uint256 _freezeStartTime, uint256 _freezePeriod, uint256 _freezeTotal, uint256 _freezeDeadline)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
issueAndFreeze(address _to, uint256 _value, uint256 _freezePeriod)
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)
IssueAndFreeze(address indexed to, uint256 _value, uint256 _freezePeriod)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _tokenName, string _tokenSymbol, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.