LUNARBURN
Verified contract
Active on
Ethereum with 385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($39.97)
Native
Value
$39.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.012027 | $3,323.52 |
$39.97 | |
LUNAR | ERC-20 | 45.034275K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21086495 | 24 days ago | | | 0 | 0.0016408000 | |
| 20982820 | a month ago | | | 0 | 0.00023553540 | |
| 20770485 | 2 months ago | | | 0 | 0.00017468751 | |
| 20020347 | 6 months ago | | | 0 | 0.00074709349 | |
| 19999784 | 6 months ago | | | 0 | 0.00039644223 | |
| 19999174 | 6 months ago | | | 0 | 0.00024042680 | |
| 19847448 | 6 months ago | | | 0 | 0.00053143780 | |
| 18967355 | 10 months ago | | | 0 | 0.00064092350 | |
| 18694359 | a year ago | | | 0 | 0.0018725583 | |
| 18105518 | a year ago | | | 0 | 0.00041039402 |
ABI
ABI objects
Getter at block 21258391
burnFeeOnBuy() view returns (uint256)
10
burnFeeOnSell() view returns (uint256)
10
decimals() view returns (uint8)
9
liquidityFeeonBuy() view returns (uint256)
0
liquidityFeeonSell() view returns (uint256)
0
marketingFeeonBuy() view returns (uint256)
30
marketingFeeonSell() view returns (uint256)
30
marketingWallet() view returns (address)
0x4b9cacda4d8da50a69114543bcc834d19799f211
maxTransactionAmountBuy() view returns (uint256)
20000000000000000
maxTransactionAmountSell() view returns (uint256)
20000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
name() view returns (string)
LUNARBURN
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000000000
symbol() view returns (string)
LUNAR
taxFeeonBuy() view returns (uint256)
10
taxFeeonSell() view returns (uint256)
10
totalReflectionDistributed() view returns (uint256)
36243174735984236
totalSupply() view returns (uint256)
963238375778909688
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x2226cf97e8ca2f9b3c4fa52e336d5beb52dfc6e5
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletToWalletTransferWithoutFee() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableTrading()
enableWalletToWalletTransferWithoutFee(bool enable)
excludeFromFees(address account, bool excluded)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFeePercentages(uint256 _taxFeeonBuy, uint256 _liquidityFeeonBuy, uint256 _marketingFeeonBuy, uint256 _burnFeeOnBuy)
setEnableMaxTransactionLimit(bool enable)
setExcludeFromMaxTransactionLimit(address account, bool exclude)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setSellFeePercentages(uint256 _taxFeeonSell, uint256 _liquidityFeeonSell, uint256 _marketingFeeonSell, uint256 _burnFeeOnSell)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesChanged(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeesChanged(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapEnabledUpdated(bool enabled)
SwapTokensAtAmountUpdated(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
WalletToWalletTransferWithoutFeeEnabled(bool enabled)
constructor()
receive()
This contract contains no error objects.