Luxury Token
Verified contract
Active on
Ethereum with 72 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8838…6a17
19 additional
variables
Balances ($0.00)
No balances found for "Luxury Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16900178 | 2 years ago | | | 0 | 0.0038153571 | |
| 13210474 | 3 years ago | | | 0 | 0.0013091809 | |
| 13210461 | 3 years ago | | | 0 | 0.0012721808 | |
| 13210455 | 3 years ago | | | 0 | 0.0019063118 | |
| 13130253 | 3 years ago | | | 0 | 0.0038054795 | |
| 13036262 | 3 years ago | | | 0 | 0.0019611060 | |
| 13023586 | 3 years ago | | | 0 | 0.0019004051 | |
| 13015252 | 3 years ago | | | 0 | 0.0019144130 | |
| 13014938 | 3 years ago | | | 0 | 0.0031521930 | |
| 13014197 | 3 years ago | | | 0 | 0.0017743340 |
ABI
ABI objects
Getter at block 21190849
GetBuyBackTimeInterval() view returns (uint256)
5
GetSwapMinutes() view returns (uint256)
1
_buyBackDivisor() view returns (uint256)
10
_buyBackMaxTimeForHistories() view returns (uint256)
86400
_buyBackRangeRate() view returns (uint256)
80
_buyBackTimeInterval() view returns (uint256)
300
_buyLiquidityFee() view returns (uint256)
2
_buyTaxFee() view returns (uint256)
2
_intervalMinutesForSwap() view returns (uint256)
60
_isAutoBuyBack() view returns (bool)
true
_isEnabledBuyBackAndBurn() view returns (bool)
true
_liquidityFee() view returns (uint256)
2
_maxTxAmount() view returns (uint256)
1000000000000000000000000
_sellLiquidityFee() view returns (uint256)
50
_sellTaxFee() view returns (uint256)
50
_startTimeForSwap() view returns (uint256)
1628832420
_taxFee() view returns (uint256)
2
buyBackEnabled() view returns (bool)
false
buyBackSellLimit() view returns (uint256)
100000000000000
buyBackSellLimitAmount() view returns (uint256)
100000000000000
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getTime() view returns (uint256)
1731646583
getUnlockTime() view returns (uint256)
0
marketingAddress() view returns (address)
0x883877c5fdd9509464cf506a659a7da67fb96a17
marketingDivisor() view returns (uint256)
4
minimumTokensBeforeSwapAmount() view returns (uint256)
200000000000000000000
name() view returns (string)
Luxury Token
owner() view returns (address)
0xb5798ad74d1cd21104eee972d66e19cae742fd6c
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
LUX
totalFees() view returns (uint256)
130701325621669811031346
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0x60d150fdbb1abed696878c847a1ba25327733d60
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_addressFees(address) view returns (bool enable, uint256 _taxFee, uint256 _liquidityFee, uint256 _buyTaxFee, uint256 _buyLiquidityFee, uint256 _sellTaxFee, uint256 _sellLiquidityFee)
_sellHistories(uint256) view returns (uint256 time, uint256 bnbAmount)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(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 SetBuyBackDivisor(uint256 newDivisor)
SetBuyBackMaxTimeForHistories(uint256 newMinutes)
SetBuyBackRangeRate(uint256 newPercent)
SetBuyBackTimeInterval(uint256 newMinutes)
SetSwapMinutes(uint256 newMinutes)
Sweep()
afterPreSale()
approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address _router) returns (address _pair)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
prepareForPreSale()
removeOwnerShip(address newOwner)
renounceOwnership()
setAddressFee(address _address, bool _enable, uint256 _addressTaxFee, uint256 _addressLiquidityFee)
setAutoBuyBackEnabled(bool _enabled)
setBuyAddressFee(address _address, bool _enable, uint256 _addressTaxFee, uint256 _addressLiquidityFee)
setBuyBackEnabled(bool _enabled)
setBuyBackSellLimit(uint256 buyBackSellSetLimit)
setBuyFee(uint256 buyTaxFee, uint256 buyLiquidityFee)
setLiquidityFeePercent(uint256 liquidityFee)
setMarketingAddress(address _marketingAddress)
setMarketingDivisor(uint256 divisor)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensSellToAddToBuyBack(uint256 _minimumTokensBeforeSwap)
setSellAddressFee(address _address, bool _enable, uint256 _addressTaxFee, uint256 _addressLiquidityFee)
setSellFee(uint256 sellTaxFee, uint256 sellLiquidityFee)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
AutoBuyBackEnabledUpdated(bool enabled)
BuyBackEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardLiquidityProviders(uint256 tokenAmount)
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()
receive()
This contract contains no error objects.