HBTC Chain
Verified contract
Active on
Ethereum with 1,380 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 |
---|---|---|---|---|---|
HBC | ERC-20 | 19.312001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18727694 | a year ago | | | 0 | 0.0027461572 | |
| 18218737 | a year ago | | | 0 | 0.00055425936 | |
| 18210566 | a year ago | | | 0 | 0.00044475578 | |
| 18076019 | a year ago | | | 0 | 0.00055309487 | |
| 18068867 | a year ago | | | 0 | 0.00062664297 | |
| 18067696 | a year ago | | | 0 | 0.00052578312 | |
| 18067418 | a year ago | | | 0 | 0.00067990297 | |
| 17014914 | 2 years ago | | | 0 | 0.00056617997 | |
| 16576720 | 2 years ago | | | 0 | 0.00063372477 | |
| 16158629 | 2 years ago | | | 0 | 0.0010863000 |
ABI
ABI objects
Getter at block 21162614
INITIAL_SUPPLY() view returns (uint256)
21000000
decimals() view returns (uint8)
18
name() view returns (string)
HBTC Chain
owner() view returns (address)
0x5a42ee6a431d23f7d8ef5d8dc7e8c30ef9da30af
paused() view returns (bool)
false
symbol() view returns (string)
HBC
totalSupply() view returns (uint256)
198334707991680000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.