UpToken
Verified contract
Active on
Ethereum with 40,509 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 504.677143 | $1.00 |
$504.68 | |
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
UP | ERC-20 | 15.280463K | -- | -- | |
ERC-20 | 8.889K | -- | -- | ||
PCPie | ERC-20 | 2 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
STT | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20490010 | 3 months ago | | | 0 | 0.00017529807 | |
| 20476179 | 3 months ago | | | 0 | 0.00019520252 | |
| 20475623 | 3 months ago | | | 0 | 0.00013914400 | |
| 20380434 | 4 months ago | | | 0 | 0.00023515248 | |
| 20324645 | 4 months ago | | | 0 | 0.00032716052 | |
| 20306895 | 4 months ago | | | 0 | 0.00010878054 | |
| 20306892 | 4 months ago | | | 0 | 0.00019682609 | |
| 19665952 | 7 months ago | | | 0 | 0.00034517190 | |
| 19445716 | 8 months ago | | | 0 | 0.0016390513 | |
| 19417649 | 8 months ago | | | 0 | 0.0028175823 |
ABI
ABI objects
Getter at block 21160592
decimals() pure returns (uint8)
8
name() pure returns (string)
UpToken
symbol() pure returns (string)
UP
totalSupply() pure returns (uint256)
18463800000000000
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.