TRUE Together Token
Verified contract
Active on
Ethereum with 10,689 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 |
---|---|---|---|---|---|
MST | ERC-20 | 58 | -- | -- | |
ENSA | ERC-20 | 2 | -- | -- | |
TTR | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18718209 | a year ago | | | 0 | 0.0017555146 | |
| 18713987 | a year ago | | | 0 | 0.0018185752 | |
| 17931630 | a year ago | | | 0 | 0.0013093300 | |
| 13744258 | 3 years ago | | | 0 | 0.0041760631 | |
| 12504229 | 3 years ago | | | 0 | 0.0019841272 | |
| 11510774 | 4 years ago | | | 0 | 0.0044438592 | |
| 11261448 | 4 years ago | | | 0 | 0.0010513800 | |
| 11223668 | 4 years ago | | | 0 | 0.0024014211 | |
| 10435079 | 4 years ago | | | 0 | 0.00097185600 | |
| 10053897 | 4 years ago | | | 0 | 0.00089563200 |
ABI
ABI objects
Getter at block 21159806
decimals() view returns (uint256)
18
distributed() view returns (uint256)
99999999999999996898479428
founder() view returns (address)
0x2cff32490b6cf34a7e3e0d32a5372279d3b81188
name() view returns (string)
TRUE Together Token
symbol() view returns (string)
TTR
totalSupply() view returns (uint256 supply)
100000000000000000000000000
voteEndTime() view returns (uint256)
1534348800
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balances(address) view returns (uint256)
frozen(address) view returns (uint256)
ticketsOf(address _owner) view returns (uint256 tickets)
totalVotes(address) view returns (uint256)
votingInfo(address, address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
balanceOf(address _owner) returns (uint256 balance)
changeFounder(address newFounder)
distribute(address _to, uint256 _amount) returns (bool success)
distributeMultiple(address[] _tos, uint256[] _values) returns (bool success)
kill()
setEndTime(uint256 _endTime)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
vote(address _to, uint256 _value) returns (bool success)
voteAll(address _to) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Vote(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.