Uptrennd
Verified contract
Active on
Ethereum with 49,636 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($324.32)
Native
Value
$321.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,213.22 |
$321.32 | |
KUMA | ERC-20 | 1B | $0.00 |
$3 | |
1UP | ERC-20 | 588.741656K | -- | -- | |
1UP | ERC-20 | 1K | -- | -- | |
TRO | ERC-20 | 1K | -- | -- | |
STT | ERC-20 | 111.923379 | -- | -- | |
tst | ERC-20 | 10 | -- | -- | |
0x7675…9bd7 | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084458 | 10 days ago | | | 0 | 0.00033619340 | |
| 21070165 | 12 days ago | | | 0 | 0.00043670129 | |
| 21054068 | 15 days ago | | | 0 | 0.00018103674 | |
| 20673274 | 2 months ago | | | 0 | 0.000048548727 | |
| 20645541 | 2 months ago | | | 0 | 0.000047040822 | |
| 20551403 | 3 months ago | | | 0 | 0.000045649713 | |
| 20544864 | 3 months ago | | | 0 | 0.000039601263 | |
| 20507225 | 3 months ago | | | 0 | 0.000072481500 | |
| 20496341 | 3 months ago | | | 0 | 0.000029289058 | |
| 20453390 | 3 months ago | | | 0 | 0.000024090000 |
ABI
ABI objects
Getter at block 21158658
TokenPrice() view returns (uint256)
1000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
Uptrennd
owner() view returns (address)
0xa27b212fe1471865e44c9179bee5238ec7692517
symbol() view returns (string)
1UP
totalSupply() view returns (uint256)
995554318000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 value)
burnFrom(address to, uint256 value) returns (bool success)
purchase(address _to, uint256 _value) payable returns (bool success)
setPrice(uint256 _price) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint256 _decimalUnits, string _tokenSymbol, uint256 _price)
This contract contains no fallback and receive objects.
This contract contains no error objects.