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 |
---|---|---|---|---|---|
Only | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10819080 | 4 years ago | | | 0 | 0.0033666000 | |
| 10819080 | 4 years ago | | | 0 | 0.0033648000 | |
| 10819080 | 4 years ago | | | 0 | 0.0033648000 | |
| 10819080 | 4 years ago | | | 0 | 0.0033648000 | |
| 7640427 | 6 years ago | | | 0 | 0.0010464000 | |
| 7277586 | 6 years ago | | | 0 | 0.00043744000 | |
| 7277584 | 6 years ago | | | 0 | 0.00044512000 | |
| 7277582 | 6 years ago | | | 0 | 0.00043872000 | |
| 7277578 | 6 years ago | | | 0 | 0.00044384000 | |
| 7277576 | 6 years ago | | | 0 | 0.00044640000 |
ABI
ABI objects
Getter at block 21168955
decimals() view returns (uint8)
18
name() view returns (string)
HBToken
owner() view returns (address)
0x10dc3175711d70dd50871fa16fbcd6c04c44741a
paused() view returns (bool)
false
symbol() view returns (string)
HB
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value)
burn(uint256 _value)
pause() returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
transferTimelocked(address _to, uint256 _amount, uint256 _releaseTime) returns (address)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Pause()
TimeLock(address indexed to, uint256 value, uint256 time)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.