iHOME Credits
Verified contract
Active on
Ethereum with 468 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
iHOME | ERC-20 | 1.001K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12742184 | 3 years ago | | | 0 | 0.0010395001 | |
| 11730898 | 4 years ago | | | 0 | 0.0026980338 | |
| 10689249 | 4 years ago | | | 0 | 0.0035258250 | |
| 10548685 | 4 years ago | | | 0 | 0.0029759200 | |
| 9543599 | 5 years ago | | | 0 | 0.00011069500 | |
| 9105562 | 5 years ago | | | 0 | 0.00030112600 | |
| 9105554 | 5 years ago | | | 0 | 0.00012905400 | |
| 9070927 | 5 years ago | | | 0 | 0.000051621600 | |
| 8882608 | 5 years ago | | | 0 | 0.00024018000 | |
| 8882606 | 5 years ago | | | 0 | 0.00024018000 |
ABI
ABI objects
Getter at block 21124283
decimals() view returns (uint8)
18
name() view returns (string)
iHOME Credits
owner() view returns (address)
0x02b585132687161ce3eb85869aeafa599622a51c
symbol() view returns (string)
iHOME
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed approved, uint256 _tokenId)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.