Hola Token
Verified contract
Active on
Ethereum with 3,845 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 |
---|---|---|---|---|---|
$HOLA | ERC-20 | 42.582753M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315619 | a day ago | | | 0 | 0.00083701049 | |
| 21315618 | a day ago | | | 0 | 0.00083875820 | |
| 21298012 | 3 days ago | | | 0 | 0.00032809954 | |
| 20916802 | 2 months ago | | | 0 | 0.00054305386 | |
| 20641756 | 3 months ago | | | 0 | 0.00018597724 | |
| 20638299 | 3 months ago | | | 0 | 0.000036338850 | |
| 20617453 | 3 months ago | | | 0 | 0.000051686148 | |
| 20499312 | 4 months ago | | | 0 | 0.00024643011 | |
| 20473095 | 4 months ago | | | 0 | 0.00017768966 | |
| 20189922 | 5 months ago | | | 0 | 0.00080747917 |
ABI
ABI objects
Getter at block 21322908
_startTimeForSwap() view returns (uint256)
1686082179
antiBotEnabled() view returns (bool)
true
antiBotFee() view returns (uint256)
990
decimals() pure returns (uint8)
18
maxTxAmount() view returns (uint256)
500000000000000000000000000
maxWalletBalance() view returns (uint256)
500000000000000000000000000
name() pure returns (string)
Hola Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xdabb0b29fdf826c9ac06b8fcab14435b791bce16
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() pure returns (string)
$HOLA
totalSupply() pure returns (uint256)
10000000000000000000000000000
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()
toggleAntiBot(bool toggleStatus)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateRouterAddress(address newAddress)
updateTransactionMax(uint256 _txMax)
updateWalletMax(uint256 _walletMax)
whitelistAddress(address account, bool value)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatePancakeswapRouter(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.