Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11302399 | 4 years ago | | | 0 | 0.032137118 | |
| 11091538 | 4 years ago | | | 0 | 0.023167118 | |
| 11074416 | 4 years ago | | | 0 | 0.032137118 | |
| 10859339 | 4 years ago | | | 0 | 0.032137118 | |
| 10840128 | 4 years ago | | | 0 | 0.032129942 | |
| 10716965 | 4 years ago | | | 0 | 0.010640718 | |
| 10664173 | 4 years ago | | | 0 | 0.010638342 | |
| 10662914 | 4 years ago | | | 0 | 0.0027791010 | |
| 10636066 | 4 years ago | | | 0 | 0.010640718 | |
| 10624515 | 4 years ago | | | 0 | 0.0047292080 |
ABI
ABI objects
Getter at block 21246383
decimals() view returns (uint8)
6
name() view returns (string)
HB
owner() view returns (address)
0xaaccf89a929ab2318926c3f99cf3e1bb6179a2a9
symbol() view returns (string)
HB
totalSupply() view returns (uint256)
678000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
freeze()
lockUser(address who)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreeze()
unlockUser(address who)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freezed()
LockUser(address indexed who)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferFrom(address indexed _spender, address indexed _from, address indexed _to, uint256 _value)
UnFreezed()
UnlockUser(address indexed who)
constructor()
fallback()
This contract contains no error objects.