UNetworkToken
Verified contract
Active on
Ethereum with 40,831 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0004 | $3,295.64 |
$1.32 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
UUU | ERC-20 | 1.05443M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
INT | ERC-20 | 10 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250894 | 3 days ago | | | 0 | 0.00070050857 | |
| 20453370 | 4 months ago | | | 0 | 0.000047975000 | |
| 20453269 | 4 months ago | | | 0 | 0.000047975000 | |
| 20147784 | 5 months ago | | | 0 | 0.00026262681 | |
| 20054713 | 6 months ago | | | 0 | 0.00060811638 | |
| 20003234 | 6 months ago | | | 0 | 0.00039919626 | |
| 20003214 | 6 months ago | | | 0 | 0.00023237578 | |
| 20003214 | 6 months ago | | | 0 | 0.00023237578 | |
| 20003214 | 6 months ago | | | 0 | 0.00023237578 | |
| 20003214 | 6 months ago | | | 0 | 0.00023237578 |
ABI
ABI objects
Getter at block 21272429
decimals() view returns (uint8)
18
name() view returns (string)
UNetworkToken
owner() view returns (address)
0xdcd6eff6c0f03cc0bbc11d3f9f801dfb7c410dc3
symbol() view returns (string)
UUU
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeOwner(address _owner)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
ChangeOwner(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.