Hive Protocol
Verified contract
Active on
Base with 1,276 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001623 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21637420 | 5 days ago | | | 0 | 1.6115282e-7 | |
| 21476241 | 8 days ago | | | 0 | 1.2096395e-7 | |
| 21255925 | 13 days ago | | | 0 | 1.6115282e-7 | |
| 21179875 | 15 days ago | | | 0 | 0.000000086432027060 | |
| 21179870 | 15 days ago | | | 0 | 0.000000086432027060 | |
| 21179848 | 15 days ago | | | 0 | 0.000000086432027060 | |
| 21179806 | 15 days ago | | | 0 | 0.000000086432027060 | |
| 21144514 | 16 days ago | | | 0 | 1.9839202e-7 | |
| 20609369 | a month ago | | | 0 | 1.6115282e-7 | |
| 20434292 | a month ago | | | 0 | 1.1324323e-7 |
ABI
ABI objects
Getter at block 21837340
decimals() pure returns (uint8)
6
foundationGuardActive() view returns (bool)
false
getMaxTxAmount() view returns (uint256)
10000000000000
name() view returns (string)
Hive Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HIP
totalSupply() view returns (uint256)
10000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
foundation(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableFoundationGuard()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFoundationStatus(address address_, bool status_)
setFoundationStatuses(address[] addresses, bool[] statuses)
setMaxTxAmount(uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed user, uint256 amount)
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.