Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($1,644.75)
Native
Value
$1,644.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.515487 | $3,190.68 |
$1,644.75 | |
$HOLA | ERC-20 | 70.905479M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20849413 | a month ago | | | 0 | 0.00035210222 | |
| 20795754 | 2 months ago | | | 0 | 0.00046831035 | |
| 20793306 | 2 months ago | | | 0 | 0.00097640780 | |
| 20792701 | 2 months ago | | | 0 | 0.00074355567 | |
| 20792665 | 2 months ago | | | 0 | 0.00096571093 | |
| 20742834 | 2 months ago | | | 0 | 0.00035441196 | |
| 20685894 | 2 months ago | | | 0 | 0.00012168319 | |
| 20685888 | 2 months ago | | | 0 | 0.00011742895 | |
| 20650513 | 2 months ago | | | 0 | 0.000053246872 | |
| 20591086 | 3 months ago | | | 0 | 0.000063482002 |
ABI
ABI objects
Getter at block 21160512
_startTimeForSwap() view returns (uint256)
0
antiBotEnabled() view returns (bool)
false
antiBotFee() view returns (uint256)
990
buyersTotalFees() view returns (uint256)
50
buyingMarketingFee() view returns (uint256)
20
buyingTreasuryFee() view returns (uint256)
20
decimals() pure returns (uint8)
18
lpFee() view returns (uint256)
10
lpPortionOfSwap() view returns (uint256)
50
maxTxAmount() view returns (uint256)
10000000000000000000000000000
maxWalletBalance() view returns (uint256)
10000000000000000000000000000
name() pure returns (string)
HOLA
otherPortionOfSwap() view returns (uint256)
950
owner() view returns (address)
0x2c63abdb23bb686d38d9c6de629a24bd5e766177
pair() view returns (address)
0x3a37dd4006bc579525eaa7a7fc7c347c6f1d46de
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellersTotalFees() view returns (uint256)
50
sellingMarketingFee() view returns (uint256)
20
sellingTreasuryFee() view returns (uint256)
20
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
1000000000000000000000
symbol() pure returns (string)
$HOLA
takeFeeEnabled() view returns (bool)
true
teamFee() view returns (uint256)
10
totalSupply() pure returns (uint256)
10000000000000000000000000000
treasuryWallet() view returns (address)
0x2c63abdb23bb686d38d9c6de629a24bd5e766177
Read-only
_isBlacklisted(address) view returns (bool)
_iswhitelisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events TransferETH(address recipient, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account, bool value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapEnabled(bool _enabled)
toggleAntiBot(bool toggleStatus)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyingMarketingFee(uint256 newFee)
updateBuyingTreasuryFee(uint256 newFee)
updateLpFee(uint256 newFee)
updatePortionsOfSwap(uint256 otherPortion, uint256 lpPortion)
updateRouterAddress(address newAddress)
updateSellingMarketingFee(uint256 newFee)
updateSellingTreasuryFee(uint256 newFee)
updateSwapTokensAt(uint256 _swaptokens)
updateTakeFeeEnabled(bool _value)
updateTeamFee(uint256 newFee)
updateTransactionMax(uint256 _txMax)
updateTreasuryWallet(address newWallet)
updateWalletMax(uint256 _walletMax)
whitelistAddress(address account, bool value)
Approval(address indexed owner, address indexed spender, uint256 value)
LiquidityAdded(uint256 tokenAmountSent, uint256 ethAmountSent, uint256 liquidity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryWalletUpdated(address indexed newTreasuryWallet, address indexed oldTreasuryWallet)
UpdatePancakeswapRouter(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.