Home Token
Verified contract
Active on
Ethereum with 160 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 "Home Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17858168 | a year ago | | | 0 | 0.00088875794 | |
| 17851481 | a year ago | | | 0 | 0.00069562195 | |
| 17851437 | a year ago | | | 0 | 0.00051017805 | |
| 17851413 | a year ago | | | 0 | 0.00078238084 | |
| 17851405 | a year ago | | | 0 | 0.00078665418 | |
| 17851374 | a year ago | | | 0 | 0.00068795883 | |
| 17851357 | a year ago | | | 0 | 0.00073525404 | |
| 17851341 | a year ago | | | 0 | 0.00066445315 | |
| 17851317 | a year ago | | | 0 | 0.00054705551 | |
| 17851313 | a year ago | | | 0 | 0.00053973416 |
ABI
ABI objects
Getter at block 21186081
_GENERATOR() view returns (string)
https://www.metacrypt.org
_VERSION() view returns (string)
v3.0.5
createdByMetacrypt() pure returns (bool)
true
decimals() view returns (uint8)
18
generator() pure returns (string)
https://www.metacrypt.org
getIdentifier() view returns (string)
Metacrypt_B_TR_X
name() view returns (string)
Home Token
owner() view returns (address)
0x8ca2c5e11f4768dec45aefa2b33806bd02e60e66
symbol() view returns (string)
HOME
totalSupply() view returns (uint256)
250000000000000000000000000
version() pure returns (string)
v3.0.5
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)
recoverToken(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address __metacrypt_target, string __metacrypt_name, string __metacrypt_symbol, uint8 __metacrypt_decimals, uint256 __metacrypt_initial)
This contract contains no fallback and receive objects.
This contract contains no error objects.