HoNamBrewing
Verified contract
Active on
Ethereum with 391 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HoNamBrewing"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14930249 | 2 years ago | | | 0 | 0.0019170294 | |
| 14079555 | 3 years ago | | | 0 | 0.0045118350 | |
| 13904751 | 3 years ago | | | 0 | 0.0057657367 | |
| 13899202 | 3 years ago | | | 0 | 0.012419490 | |
| 13892760 | 3 years ago | | | 0 | 0.0042672954 | |
| 13892721 | 3 years ago | | | 0 | 0.0029130490 | |
| 13885908 | 3 years ago | | | 0 | 0.0023637209 | |
| 13885872 | 3 years ago | | | 0 | 0.0024924628 | |
| 13860585 | 3 years ago | | | 0 | 0.0036528106 | |
| 13860562 | 3 years ago | | | 0 | 0.0038911952 |
ABI
ABI objects
Getter at block 21287713
decimals() view returns (uint8)
18
name() view returns (string)
HoNamBrewing
owner() view returns (address)
0x8286a09982a21fc27194ee2910906c0117731cac
released() view returns (bool)
true
symbol() view returns (string)
HNB
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
release()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.