Lunar Eclipse
Verified contract
Active on
Ethereum with 28 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eclipse | ERC-20 | 48.854425M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15819644 | 2 years ago | | | 0 | 0.0026113976 | |
| 15819606 | 2 years ago | | | 0 | 0.0086353872 | |
| 15819475 | 2 years ago | | | 0 | 0.0015530670 | |
| 15819457 | 2 years ago | | | 0 | 0.00061361185 | |
| 15819450 | 2 years ago | | | 0 | 0.0011741057 | |
| 15819382 | 2 years ago | | | 0 | 0.0012009053 | |
| 15819290 | 2 years ago | | | 0 | 0.0035169262 | |
| 15819290 | 2 years ago | | | 0 | 0.0035169262 | |
| 15819287 | 2 years ago | | | 0 | 0.0026386417 | |
| 15819240 | 2 years ago | | | 0 | 0.0015347407 |
ABI
ABI objects
Getter at block 21220061
LaunchTimestamp() view returns (uint256)
1666591787
Tax() view returns (uint256)
1000
burnWallet() view returns (address)
0x000000000000000000000000000000000000dead
buyTax() view returns (uint256)
50
decimals() pure returns (uint8)
18
devWallet() view returns (address)
0x86f607f1234f51583f9c47ba00fd0521a6d36ad9
getBurnedTokens() view returns (uint256)
23728651370461738688781738
getCirculatingSupply() view returns (uint256)
976271348629538261311218262
getOwner() view returns (address)
0x86f607f1234f51583f9c47ba00fd0521a6d36ad9
isOverLiquified() view returns (bool)
false
lastLpBurnTime() view returns (uint256)
0
lastManualLpBurnTime() view returns (uint256)
0
liquidityTax() view returns (uint256)
0
lpBurnEnabled() view returns (bool)
false
lpBurnFrequency() view returns (uint256)
3600
manualBurnFrequency() view returns (uint256)
1800
manualSwap() view returns (bool)
false
marketingWallet() view returns (address)
0x86f607f1234f51583f9c47ba00fd0521a6d36ad9
maxTransactionAmount() view returns (uint256)
25000000000000000000000000
maxWalletBalance() view returns (uint256)
25000000000000000000000000
name() pure returns (string)
Lunar Eclipse
overLiquifyTreshold() view returns (uint256)
100
owner() view returns (address)
0x86f607f1234f51583f9c47ba00fd0521a6d36ad9
percentForLPBurn() view returns (uint256)
0
sellTax() view returns (uint256)
150
swapTreshold() view returns (uint256)
10
symbol() pure returns (string)
Eclipse
totalSupply() pure returns (uint256)
1000000000000000000000000000
transferDelayEnabled() view returns (bool)
true
transferTax() view returns (uint256)
0
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFees(address) view returns (bool)
isAMM(address) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
State-modifying
Events ChangeDevWallet(address newWallet)
ChangeMarketingWallet(address newWallet)
EnableTrading()
ExcludeAccountFromFees(address account, bool exclude)
ReleaseLP()
SetAMM(address AMM, bool Add)
SetFeeShares(uint256 _devFee, uint256 _marketingFee)
SetOverLiquifiedTreshold(uint256 newOverLiquifyTresholdPermille)
SetTaxes(uint256 buy, uint256 sell, uint256 transfer_, uint256 tax, uint256 liquidity)
SwapContractToken()
SwitchManualSwap(bool manual)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualBurnLPTokens(uint256 percent) returns (bool)
removeAllRestrictions()
removetransferdelay()
renounceOwnership()
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setExcludedAccountFromLimits(address account, bool exclude)
setRestrictionPercents(uint256 WALpercent, uint256 TXNpercent)
setSwapTreshold(uint256 newSwapTresholdPermille)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AMMadded(address AMM)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP()
DevWalletChange(address newWallet)
ExcludeAccount(address account, bool exclude)
ExcludeFromLimits(address account, bool exclude)
ManualNukeLP()
ManualSwapOn(bool manual)
ManualSwapPerformed()
MarketingWalletChange(address newWallet)
MaxTransactionAmountUpdated(uint256 percent)
MaxWalletBalanceUpdated(uint256 percent)
OnEnableTrading()
OnReleaseLP()
OnSetTaxes(uint256 buy, uint256 sell, uint256 transfer_, uint256 project, uint256 liquidity)
OverLiquifiedThresholdChange(uint256 newOverLiquifyTresholdPermille)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SharesUpdated(uint256 _devShare, uint256 _marketingShare)
SwapThresholdChange(uint256 newSwapTresholdPermille)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.