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 |
---|---|---|---|---|---|
HFD | ERC-20 | 100 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9469432 | 5 years ago | | | 0 | 0.00057921600 | |
| 8985549 | 5 years ago | | | 0 | 0.000043546800 | |
| 8985498 | 5 years ago | | | 0 | 0.00012309360 | |
| 8971953 | 5 years ago | | | 0 | 0.000024195000 | |
| 8971953 | 5 years ago | | | 0 | 0.000021289000 | |
| 8971953 | 5 years ago | | | 0 | 0.000024195000 | |
| 8876454 | 5 years ago | | | 0 | 0.00014515600 | |
| 8876454 | 5 years ago | | | 0 | 0.00014515600 | |
| 8876100 | 5 years ago | | | 0 | 0.00012129500 | |
| 8876090 | 5 years ago | | | 0 | 0.00012129500 |
ABI
ABI objects
Getter at block 21167463
name() view returns (string)
HFD
symbol() view returns (string)
HFD
totalSupply() view returns (uint256)
1000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.