Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "HACHI"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21094664 | 7 hours ago | | | 0 | 0.00040283425 | |
| 21021190 | 11 days ago | | | 0 | 0.00050069685 | |
| 21011957 | 12 days ago | | | 0 | 0.00028794132 | |
| 20961877 | 19 days ago | | | 0 | 0.00044194872 | |
| 20884618 | a month ago | | | 0 | 0.00011613900 | |
| 20884617 | a month ago | | | 0 | 0.00016875519 | |
| 20856713 | a month ago | | | 0 | 0.00078415467 | |
| 20850346 | a month ago | | | 0 | 0.00039213036 | |
| 20803722 | a month ago | | | 0 | 0.00032798594 | |
| 20793345 | a month ago | | | 0 | 0.00074897524 |
ABI
ABI objects
Getter at block 21096642
decimals() view returns (uint8)
18
name() view returns (string)
HACHI
symbol() view returns (string)
$HACHI
totalSupply() view returns (uint256)
100000000000000000000000000
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 to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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, uint256 initialSupply, address vestingAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.