Hotbit Token
Verified contract
Active on
Ethereum with 10,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10.00007K | $1.001 |
$10,010.07 | |
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
DCNY | ERC-20 | 6.744755M | -- | -- | |
TRAT | ERC-20 | 1M | -- | -- | |
DSR | ERC-20 | 744.755K | -- | -- | |
HTB | ERC-20 | 173.350695K | -- | -- | |
ERC-20 | 8.889K | -- | -- | ||
C4Y | ERC-20 | 4.8K | -- | -- | |
NBAI | ERC-20 | 300 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136172 | 3 days ago | | | 0 | 0.00077440978 | |
| 21134062 | 3 days ago | | | 0 | 0.00049843857 | |
| 21131275 | 4 days ago | | | 0 | 0.00073516748 | |
| 21131264 | 4 days ago | | | 0 | 0.0012208491 | |
| 21131174 | 4 days ago | | | 0 | 0.0016410804 | |
| 21131103 | 4 days ago | | | 0 | 0.0010808315 | |
| 21127639 | 4 days ago | | | 0 | 0.00080522614 | |
| 21127166 | 4 days ago | | | 0 | 0.0019745728 | |
| 21127144 | 4 days ago | | | 0 | 0.0022688990 | |
| 21123669 | 5 days ago | | | 0 | 0.00034158059 |
ABI
ABI objects
Getter at block 21157436
decimals() view returns (uint8)
18
name() view returns (string)
Hotbit Token
symbol() view returns (string)
HTB
totalSupply() view returns (uint256)
2500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.