UTRUST Token
Verified contract
Active on
Ethereum with 141,906 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($295.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UTK | ERC-20 | 6.558086K | $0.0451 |
$295.77 | |
CVT | ERC-20 | 5 | $0.000133 |
$0 | |
OCN | ERC-20 | 5 | $0.00004 |
$0 | |
0x9205…9979 | ERC-20 | 60,000,000T | -- | -- | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
UTK | ERC-20 | 80.256639K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237910 | a day ago | | | 0 | 0.00083544925 | |
| 21237163 | a day ago | | | 0 | 0.0012761761 | |
| 21229580 | 2 days ago | | | 0 | 0.00086049398 | |
| 21222069 | 3 days ago | | | 0 | 0.00093268566 | |
| 21215079 | 4 days ago | | | 0 | 0.00052175482 | |
| 21214993 | 4 days ago | | | 0 | 0.00069804484 | |
| 21210937 | 5 days ago | | | 0 | 0.00042578531 | |
| 21137738 | 15 days ago | | | 0 | 0.0016104780 | |
| 21121029 | 18 days ago | | | 0 | 0.00011428018 | |
| 21121024 | 18 days ago | | | 0 | 0.00022868437 |
ABI
ABI objects
Getter at block 21246672
INITIAL_SUPPLY() view returns (uint256)
1000000000
decimals() view returns (uint8)
18
name() view returns (string)
UTRUST Token
owner() view returns (address)
0x7c41e6d559641805539fbd3492caea57ca492ff7
symbol() view returns (string)
UTK
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.