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 "Home3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246332 | an hour ago | | | 0 | 0.00070709528 | |
| 21245924 | 2 hours ago | | | 0 | 0.00099307085 | |
| 21245917 | 2 hours ago | | | 0 | 0.0010287422 | |
| 21245471 | 4 hours ago | | | 0 | 0.00081915102 | |
| 21245385 | 4 hours ago | | | 0 | 0.00060449596 | |
| 21243966 | 9 hours ago | | | 0 | 0.00076218479 | |
| 21243266 | 11 hours ago | | | 0 | 0.00085391525 | |
| 21242979 | 12 hours ago | | | 0 | 0.00060146230 | |
| 21242122 | 15 hours ago | | | 0 | 0.00049095257 | |
| 21242072 | 15 hours ago | | | 0 | 0.00043873858 |
ABI
ABI objects
Getter at block 21246567
buyTax() view returns (uint256)
5
decimals() pure returns (uint8)
18
name() pure returns (string)
Home3
owner() view returns (address)
0xd70bbeded729edae0bf2c033e03fee0b8470a8aa
sellTax() view returns (uint256)
5
swapThreshold() view returns (uint256)
10000000000000000000000
symbol() pure returns (string)
HTS
totalSupply() pure returns (uint256)
100000000000000000000000000
treasuryWallet() view returns (address)
0x72529732be60a69c0f10e3595a017599fbba7ee9
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address _addr) view returns (bool)
timelock(uint8) view returns (uint256)
uniswapV2Pair(address) view returns (bool)
State-modifying
Events addLPPair(address _address)
approve(address spender, uint256 amount) returns (bool)
changeBuyTax(uint256 _newTax)
changeSellTax(uint256 _newTax)
changeSwapAmount(uint256 _newThreshold)
lockFunction(uint8 _func)
manualSend()
manualswap()
openTrading()
renounceOwnership()
rescueERC20(address token, uint256 amount)
setTreasury(address _treasuryWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlockFunction(uint8 _func)
whitelistAddress(address _addr, bool _bool)
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)
TransferToTreasuryFailed(uint256 amount)
buyTaxUpdated(uint256 _newTax)
functionLocked(uint8 _func)
functionUnlockInitiated(uint8 _func)
lpPairAdded(address _addr)
sellTaxUpdated(uint256 _newTax)
swapAmountUpdated(uint256 _newThreshold)
treasuryUpdated(address _newWallet)
whitelistUpdated(address _addr, bool _bool)
constructor(address _treasuryWallet)
receive()
This contract contains no error objects.