Trister’s Light Coin
Verified contract
Active on
Ethereum with 82,702 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,845.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 3.841658K | $1.001 |
$3,845.5 | |
Trister | ERC-20 | 14 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103931 | 24 days ago | | | 0 | 0.00012729271 | |
| 20947451 | a month ago | | | 0 | 0.00019700308 | |
| 20719202 | 3 months ago | | | 0 | 0.000091501320 | |
| 18748510 | a year ago | | | 0 | 0.00097607370 | |
| 17167226 | 2 years ago | | | 0 | 0.0026976823 | |
| 17167224 | 2 years ago | | | 0 | 0.0026375437 | |
| 17167217 | 2 years ago | | | 0 | 0.0026485280 | |
| 16982067 | 2 years ago | | | 0 | 0.00063603800 | |
| 16518077 | 2 years ago | | | 0 | 0.00049239243 | |
| 16441618 | 2 years ago | | | 0 | 0.0010296512 |
ABI
ABI objects
Getter at block 21273014
FounderAllocation() view returns (uint256)
5000000000000000000000000
FounderLockupAmount() view returns (uint256)
3000000000000000000000000
FounderLockupCliff() view returns (uint256)
15552000
FounderReleaseAmount() view returns (uint256)
500000000000000000000000
FounderReleaseInterval() view returns (uint256)
2592000
decimals() view returns (uint256)
18
founder() view returns (address)
0x0a5bde63330f6a9968d04d67c859cf01200f88bf
founderLockupStartTime() view returns (uint256)
1589271002
founderReleasedAmount() view returns (uint256)
3000000000000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
Trister’s Light Coin
owner() view returns (address)
0x0a79744ed347d496216c77ae7fb1d0b75fd26383
symbol() view returns (string)
Trister
totalSupply() view returns (uint256)
80000000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
changeFounder(address _founder)
release()
setMinter(address minter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed from, address indexed to, uint256 value)
ChangeFounder(address indexed previousFounder, address indexed newFounder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMinter(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _founder, address _operator)
This contract contains no fallback and receive objects.
This contract contains no error objects.