Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMS | ERC-20 | 44.5K | -- | -- | |
BLINK | ERC-20 | 3.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9606958 | 5 years ago | | | 0 | 0.000023205000 | |
| 9508531 | 5 years ago | | | 0 | 0.0000069615000 | |
| 9173011 | 5 years ago | | | 0 | 0.000092820000 | |
| 9172914 | 5 years ago | | | 0 | 0.000034807500 | |
| 9172903 | 5 years ago | | | 0 | 0.000092820000 | |
| 9172897 | 5 years ago | | | 0 | 0.000092820000 | |
| 9172891 | 5 years ago | | | 0 | 0.000092820000 | |
| 9035446 | 5 years ago | | | 0 | 0.000072651000 | |
| 9035413 | 5 years ago | | | 0 | 0.000024217000 | |
| 9035367 | 5 years ago | | | 0 | 0.000024217000 |
ABI
ABI objects
Getter at block 21210955
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Uptherium
owner() view returns (address)
0x4f7e7fd6b7b98aeacbf0d03c7decd9526d6d8a56
symbol() view returns (string)
UPZT
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedAddresses(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
State-modifying
Events addAddress(address newAddress)
allowBurning() returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialMint(address icoPool, address bountyPool, address teamPool, uint256 icoValue, uint256 bountyValue, uint256 teamValue)
removeAddress(address oldAddress)
renounceOwnership()
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 owner, 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.