LUNARLENS
Verified contract
Active on
Base with 336,896 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x98dc…43f8
0xa759…4523
19 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LUNARLENS | ERC-20 | 0.108077 | $0.002579 |
$0 | |
HMSTR | ERC-20 | 5.082855 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22713467 | 6 hours ago | | | 0 | 0.000000209640562239 | |
| 22713115 | 6 hours ago | | | 0 | 9.5429934e-7 | |
| 22708712 | 8 hours ago | | | 0 | 0.000000107369065321 | |
| 22695302 | 16 hours ago | | | 0 | 8.9752065e-7 | |
| 22686345 | 21 hours ago | | | 0 | 2.6649900e-7 | |
| 22673049 | a day ago | | | 0 | 0.000000107688406449 | |
| 22661718 | a day ago | | | 0 | 0.000000209600689563 | |
| 22611681 | 3 days ago | | | 0 | 0.000000105247778819 | |
| 22609520 | 3 days ago | | | 0 | 0.000000109401751114 | |
| 22608791 | 3 days ago | | | 0 | 0.000000209680434915 |
ABI
ABI objects
Getter at block 22723727
_buyDestroyFee() view returns (uint256)
0
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
1
_buyTeamFee() view returns (uint256)
1
_liquidityShare() view returns (uint256)
2
_marketingShare() view returns (uint256)
3
_maxDestroyAmount() view returns (uint256)
109210000000000000000000000
_maxTxAmount() view returns (uint256)
109210000000000000000000000
_owner() view returns (address)
0x0000000000000000000000000000000000000000
_sellDestroyFee() view returns (uint256)
0
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
1
_sellTeamFee() view returns (uint256)
1
_tFeeTotal() view returns (uint256)
0
_teamShare() view returns (uint256)
4
_totalDistributionShares() view returns (uint256)
9
_totalTaxIfBuying() view returns (uint256)
2
_totalTaxIfSelling() view returns (uint256)
2
_walletMax() view returns (uint256)
109210000000000000000000000
airdropNumbs() view returns (uint256)
3
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
first() view returns (uint256)
17163204
getCirculatingSupply() view returns (uint256)
109210000000000000000000000
getTime() view returns (uint256)
1732236801
kill() view returns (uint256)
100
marketingWalletAddress() view returns (address)
0x98dc299513ca8784d183783622af57d2cb0e43f8
minimumTokensBeforeSwapAmount() view returns (uint256)
80000000000000000000
name() view returns (string)
LUNARLENS
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
LUNARLENS
teamWalletAddress() view returns (address)
0xa759ed31f408fd9c644bb1e89a9bfb188b424523
totalSupply() view returns (uint256)
109210000000000000000000000
uniswapPair() view returns (address)
0x516a924b5c17a4ce49a215b8835fb219b7296f81
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setAirdropNumbs(uint256 newValue)
setBuyDestFee(uint256 newBuyDestroyFee)
setBuyTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newTeamShare)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setKing(uint256 newValue)
setMarketPairStatus(address account, bool newValue)
setMarketingWalletAddress(address newAddress)
setMaxDesAmount(uint256 maxDestroy)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSelTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setSellDestFee(uint256 newSellDestroyFee)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setTeamWalletAddress(address newAddress)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string coinName, string coinSymbol, uint8 coinDecimals, uint256 supply, address router, address owner, address marketingAddress, address teamAddress, address service)
receive()
This contract contains no error objects.