leetswap.finance
Verified contract
Active on
Base with 12,439 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
25 additional
variables
Balances ($0.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.009841 |
$0.1 | |
USA | ERC-20 | 1 | $0.000783 |
$0 | |
BASEMUSK | ERC-20 | 103.410196B | -- | -- | |
MINIPEPE | ERC-20 | 2.922422M | -- | -- | |
LEET | ERC-20 | 17.393653K | -- | -- | |
FLASH | ERC-20 | 10K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22737321 | 5 hours ago | | | 0 | 3.3873578e-7 | |
| 22737287 | 5 hours ago | | | 0 | 0.000000201564836746 | |
| 22737280 | 5 hours ago | | | 0 | 3.5062035e-7 | |
| 22737272 | 5 hours ago | | | 0 | 3.5158156e-7 | |
| 22737190 | 5 hours ago | | | 0 | 0.000000205573492372 | |
| 22737125 | 5 hours ago | | | 0 | 3.5142257e-7 | |
| 22737108 | 5 hours ago | | | 0 | 3.4961861e-7 | |
| 22737108 | 5 hours ago | | | 0 | 3.4961861e-7 | |
| 22737085 | 5 hours ago | | | 0 | 1.9995301e-7 | |
| 22716892 | 17 hours ago | | | 0 | 9.1213531e-7 |
ABI
ABI objects
Getter at block 22746688
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
FEE_DENOMINATOR() view returns (uint256)
10000
MAX_FEE() view returns (uint256)
1000
burnBuyFee() view returns (uint256)
0
burnSellFee() view returns (uint256)
0
decimals() view returns (uint8)
18
farmsBuyFee() view returns (uint256)
0
farmsFeeRecipient() view returns (address)
0x3a5e791405526efadf1432bac8d114b77da3628c
farmsSellFee() view returns (uint256)
150
feeDiscountOracle() view returns (address)
0x0000000000000000000000000000000000000000
indirectSwapFeeEnabled() view returns (bool)
false
isLiquidityManagementPhase() view returns (bool)
false
isSwappingFees() view returns (bool)
false
maxSwapFeesAmount() view returns (uint256)
0
maxWalletAmount() view returns (uint256)
1337000000000000000000
maxWalletEnabled() view returns (bool)
false
name() view returns (string)
leetswap.finance
owner() view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
pairAutoDetectionEnabled() view returns (bool)
false
sniperBuyBaseFee() view returns (uint256)
0
sniperBuyFee() view returns (uint256)
0
sniperBuyFeeBurnShare() view returns (uint256)
2500
sniperBuyFeeDecayPeriod() view returns (uint256)
0
sniperBuyFeeEnabled() view returns (bool)
true
sniperSellBaseFee() view returns (uint256)
0
sniperSellFee() view returns (uint256)
0
sniperSellFeeBurnShare() view returns (uint256)
2500
sniperSellFeeDecayPeriod() view returns (uint256)
0
sniperSellFeeEnabled() view returns (bool)
true
stakingBuyFee() view returns (uint256)
0
stakingFeeRecipient() view returns (address)
0xdf0d02351a3e7a21d3936cf1cfd1ee554cee0a80
stakingSellFee() view returns (uint256)
100
swapFeesAtAmount() view returns (uint256)
40110000000000000000
swapFeesRouter() view returns (address)
0xfcd3842f85ed87ba2889b4d35893403796e67ff1
swapPairToken() view returns (address)
0x4200000000000000000000000000000000000006
swappingFeesEnabled() view returns (bool)
false
symbol() view returns (string)
LEET
totalBuyFee() view returns (uint256)
0
totalSellFee() view returns (uint256)
300
totalSupply() view returns (uint256)
1337000000000000000000000
tradingEnabled() view returns (bool)
true
tradingEnabledTimestamp() view returns (uint256)
1690395000
treasuryBuyFee() view returns (uint256)
0
treasuryFeeRecipient() view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
treasurySellFee() view returns (uint256)
50
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyFeeDiscountFor(address account, uint256 totalFeeAmount) view returns (uint256)
isBot(address) view returns (bool)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
isLiquidityManager(address) view returns (bool)
isWhitelistedFactory(address) view returns (bool)
sellFeeDiscountFor(address account, uint256 totalFeeAmount) view returns (uint256)
State-modifying
Events addBot(address account)
addLeetPair(address _pair)
addWhitelistedFactory(address _factory)
airdropHolders(address[] wallets, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFee(address _account)
excludeFromMaxWallet(address account)
includeInFee(address _account)
includeInMaxWallet(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
isLeetPair(address _pair) returns (bool isPair)
removeBot(address account)
removeLeetPair(address _pair)
removeWhitelistedFactory(address _factory)
renounceOwnership()
setBuyFees(uint256 _burnBuyFee, uint256 _farmsBuyFee, uint256 _stakingBuyFee, uint256 _treasuryBuyFee)
setFarmsFeeRecipient(address _account)
setFeeDiscountOracle(address _oracle)
setIndirectSwapFeeEnabled(bool _indirectSwapFeeEnabled)
setLiquidityManagementPhase(bool isLiquidityManagementPhase_)
setLiquidityManager(address _liquidityManager, bool _isManager)
setMaxSwapFeesAmount(uint256 _maxSwapFeesAmount)
setMaxWalletAmount(uint256 amount)
setMaxWalletEnabled(bool enabled)
setPairAutoDetectionEnabled(bool _pairAutoDetectionEnabled)
setSellFees(uint256 _burnSellFee, uint256 _farmsSellFee, uint256 _stakingSellFee, uint256 _treasurySellFee)
setSniperBuyFeeEnabled(bool _sniperBuyFeeEnabled)
setSniperSellFeeEnabled(bool _sniperSellFeeEnabled)
setStakingFeeRecipient(address _account)
setSwapFeesAtAmount(uint256 _swapFeesAtAmount)
setSwapFeesRouter(address _swapFeesRouter)
setSwappingFeesEnabled(bool _swappingFeesEnabled)
setTradingEnabledTimestamp(uint256 _timestamp)
setTreasuryFeeRecipient(address _account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckEth()
withdrawStuckEth(uint256 amount)
withdrawStuckTokens(address token)
withdrawStuckTokens(address token, uint256 amount)
AddressExcludedFromFees(address _address)
AddressIncludedInFees(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeeUpdated(uint256 _fee, uint256 _previousFee)
LeetPairAdded(address _pair)
LeetPairRemoved(address _pair)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeeUpdated(uint256 _fee, uint256 _previousFee)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistedFactoryAdded(address _factory)
WhitelistedFactoryRemoved(address _factory)
constructor(address _router, address _swapPairToken)
This contract contains no fallback and receive objects.
ArrayLengthMismatch()
FeeTooHigh()
InvalidFeeRecipient()
MaxWalletReached()
NotLiquidityManager()
SniperBotDetected()
TimestampIsInThePast()
TradingAlreadyEnabled()
TradingNotEnabled()
TransferFailed()