Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "HOBA"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20960979 | a month ago | | | 0 | 0.00021094470 | |
| 20003906 | 5 months ago | | | 0 | 0.00035781537 | |
| 19955445 | 5 months ago | | | 0 | 0.00022089673 | |
| 19679609 | 7 months ago | | | 0 | 0.00036428136 | |
| 19571639 | 7 months ago | | | 0 | 0.0011768059 | |
| 19571619 | 7 months ago | | | 0 | 0.0011077374 | |
| 19571562 | 7 months ago | | | 0 | 0.00098246468 | |
| 19571552 | 7 months ago | | | 0 | 0.00098934372 | |
| 18676497 | a year ago | | | 0 | 0.00072608587 | |
| 18612204 | a year ago | | | 0 | 0.00080658313 |
ABI
ABI objects
Getter at block 21160734
decimals() view returns (uint8)
18
name() view returns (string)
HOBA
symbol() view returns (string)
HOBA
totalSupply() view returns (uint256)
999999999999999000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.