Utrust Token
Verified contract
Active on
Ethereum with 120,975 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,061.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UTK | ERC-20 | 39.086231K | $0.038605 |
$1,508.93 | |
USDT | ERC-20 | 880 | $1.00 |
$880 | |
XRT | ERC-20 | 185.292653 | $3.33 |
$617.02 | |
MANA | ERC-20 | 159.8156 | $0.348783 |
$55.74 | |
HOLD | ERC-20 | 14.2605M | -- | -- | |
CRWNY | ERC-20 | 476.196K | -- | -- | |
UTK | ERC-20 | 83.983825K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157741 | 2 hours ago | | | 0 | 0.00039664084 | |
| 21157624 | 2 hours ago | | | 0 | 0.00086364656 | |
| 21157351 | 3 hours ago | | | 0 | 0.00070536640 | |
| 21157331 | 3 hours ago | | | 0 | 0.00074077942 | |
| 21157242 | 4 hours ago | | | 0 | 0.0010668267 | |
| 21157192 | 4 hours ago | | | 0 | 0.00077326961 | |
| 21157126 | 4 hours ago | | | 0 | 0.00064273776 | |
| 21156961 | 4 hours ago | | | 0 | 0.00059203470 | |
| 21155841 | 8 hours ago | | | 0 | 0.00039243768 | |
| 21155817 | 8 hours ago | | | 0 | 0.00060879710 |
ABI
ABI objects
Getter at block 21158296
decimals() view returns (uint8)
18
name() view returns (string)
Utrust Token
owner() view returns (address)
0x31c3ad323d4094fb878dedfefcc128cc3d4913e2
paused() view returns (bool)
false
symbol() view returns (string)
UTK
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.