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 "IHB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11001344 | 4 years ago | | | 0 | 0.0030108401 | |
| 10909570 | 4 years ago | | | 0 | 0.0025875190 | |
| 10909570 | 4 years ago | | | 0 | 0.0025619000 | |
| 10909526 | 4 years ago | | | 0 | 0.0030486610 | |
| 10909484 | 4 years ago | | | 0 | 0.0025619000 | |
| 10909465 | 4 years ago | | | 0 | 0.0025619000 | |
| 10909445 | 4 years ago | | | 0 | 0.0025619000 | |
| 10905549 | 4 years ago | | | 0 | 0.0065999980 | |
| 10741786 | 4 years ago | | | 0 | 0.0018992800 | |
| 10741764 | 4 years ago | | | 0 | 0.0032155031 |
ABI
ABI objects
Getter at block 21395000
decimals() view returns (uint8)
6
name() view returns (string)
IHB
owner() view returns (address)
0xaaccf89a929ab2318926c3f99cf3e1bb6179a2a9
symbol() view returns (string)
IHB
totalSupply() view returns (uint256)
90000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
freeze()
lockUser(address who)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreeze()
unlockUser(address who)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freezed()
LockUser(address indexed who)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferFrom(address indexed _spender, address indexed _from, address indexed _to, uint256 _value)
UnFreezed()
UnlockUser(address indexed who)
constructor()
fallback()
This contract contains no error objects.