Trust Union
Verified contract
Active on
Ethereum with 1,460 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 |
---|---|---|---|---|---|
TUT | ERC-20 | 135.1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15248119 | 2 years ago | | | 0 | 0.00016299900 | |
| 15100793 | 2 years ago | | | 0 | 0.00063095117 | |
| 12418559 | 4 years ago | | | 0 | 0.0045132990 | |
| 12418509 | 4 years ago | | | 0 | 0.0077879341 | |
| 9636993 | 5 years ago | | | 0 | 0.00018596000 | |
| 9636958 | 5 years ago | | | 0 | 0.00058569500 | |
| 9614499 | 5 years ago | | | 0 | 0.00039933757 | |
| 9614485 | 5 years ago | | | 0 | 0.00028683755 | |
| 9454195 | 5 years ago | | | 0 | 0.00018596000 | |
| 9454162 | 5 years ago | | | 0 | 0.00034420500 |
ABI
ABI objects
Getter at block 21287529
decimals() view returns (uint8)
18
name() view returns (string)
Trust Union
owner() view returns (address)
0xd1c6fec0167153994e34715bb67488b59a2623b4
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TUT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceOfLocked(address _owner) view returns (uint256)
balancesLocked(address, uint256) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claimOwnership()
pause()
releaseToken(address _owner) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address _to, uint256 _amount, uint256 _releaseTime) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
TransferWithLock(address indexed from, address indexed to, address indexed locked, uint256 amount, uint256 releaseTime)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.