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 |
---|---|---|---|---|---|
HVE | ERC-20 | 51.345K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
DOGY | ERC-20 | 500 | -- | -- | |
WTL | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868648 | 2 months ago | | | 0 | 0.00060071692 | |
| 19195611 | 10 months ago | | | 0 | 0.0016808481 | |
| 19195538 | 10 months ago | | | 0 | 0.0022151123 | |
| 18377376 | a year ago | | | 0 | 0.00041315812 | |
| 18295170 | a year ago | | | 0 | 0.00012277000 | |
| 17857032 | a year ago | | | 0 | 0.00093581310 | |
| 17725277 | a year ago | | | 0 | 0.0013828080 | |
| 17723402 | a year ago | | | 0 | 0.0012845664 | |
| 17464375 | a year ago | | | 0 | 0.00086466415 | |
| 17138475 | 2 years ago | | | 0 | 0.0012739929 |
ABI
ABI objects
Getter at block 21267847
decimals() view returns (uint256)
18
name() view returns (string)
UHIVE
owner() view returns (address)
0x03590a4c17d0810b08c3a5243244b401ef7ac585
symbol() view returns (string)
HVE
totalSupply() view returns (uint256 supply)
80000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
isFrozenAccount(address _addr) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newOwner)
destroyCoins(address addressToDestroy, uint256 amount)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.