Hive token
Verified contract
Active on
Ethereum with 1,573 txns
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 |
---|---|---|---|---|---|
HIVE | ERC-20 | 162.51K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19846558 | 6 months ago | | | 0 | 0.00023347212 | |
| 19682200 | 7 months ago | | | 0 | 0.00066233343 | |
| 18667299 | a year ago | | | 0 | 0.0011813793 | |
| 18667264 | a year ago | | | 0 | 0.0015727922 | |
| 18606277 | a year ago | | | 0 | 0.00050660012 | |
| 18561865 | a year ago | | | 0 | 0.0020241551 | |
| 17463989 | a year ago | | | 0 | 0.00055474650 | |
| 14967030 | 2 years ago | | | 0 | 0.0030986318 | |
| 14346228 | 3 years ago | | | 0 | 0.0010842430 | |
| 14182831 | 3 years ago | | | 0 | 0.0016648966 |
ABI
ABI objects
Getter at block 21261895
decimals() view returns (uint256)
8
name() view returns (string)
Hive token
symbol() view returns (string)
HIVE
totalSupply() view returns (uint256)
100000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
loanBalanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events giveTokens(address client, uint256 value)
signLoan(address client)
subLoan(address client, uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
Transfer(address indexed from, address indexed to, uint256 value)
giveToken(address to, uint256 value)
signLoanEvent(address to)
transferEvent(address from, uint256 value, address to)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.