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 |
---|---|---|---|---|---|
LVX | ERC-20 | 77.950898K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20386078 | 4 months ago | | | 0 | 0.00017064221 | |
| 19853061 | 6 months ago | | | 0 | 0.00024675228 | |
| 18989056 | 10 months ago | | | 0 | 0.00035477453 | |
| 17949232 | a year ago | | | 0 | 0.00066893613 | |
| 17616233 | a year ago | | | 0 | 0.00037972920 | |
| 17498457 | a year ago | | | 0 | 0.00041107575 | |
| 17480900 | a year ago | | | 0 | 0.00066955602 | |
| 17464357 | a year ago | | | 0 | 0.00082568618 | |
| 17294884 | a year ago | | | 0 | 0.0028600116 | |
| 17294883 | a year ago | | | 0 | 0.0027607724 |
ABI
ABI objects
Getter at block 21159441
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
buyDevFee() view returns (uint256)
2
buyLiquidityFee() view returns (uint256)
1
buyTotalFees() view returns (uint256)
3
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x187bb55ada28156688b4941814efe2a1bd300f2c
limitsInEffect() view returns (bool)
true
maxWallet() view returns (uint256)
20000000000000000000000000
name() view returns (string)
Levex
owner() view returns (address)
0x187bb55ada28156688b4941814efe2a1bd300f2c
sellDevFee() view returns (uint256)
2
sellLiquidityFee() view returns (uint256)
1
sellTotalFees() view returns (uint256)
3
swapBackEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
LVX
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x529673b193ee4188678e549b0338ff1847076981
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableLimits(bool _limitsInEffect)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxWallet(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescue(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 _devFee, uint256 _liquidityFee)
updateDevWallet(address newWallet)
updateMaxWallet(uint256 newAmount)
updateSellFees(uint256 _devFee, uint256 _liquidityFee)
updateSwapBackEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.