LiquidityBuySellFeeTokenAntiBot
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
13 additional
variables
Balances ($0.00)
No balances found for "LiquidityBuySellFeeTokenAntiBot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LiquidityBuySellFeeTokenAntiBot"
ABI
ABI objects
Getter at block 21227842 getBlacklist() view returns (address[])
MAX_FEE() view returns (uint256)
2000
VERSION() view returns (uint256)
1
_liquidityFee() view returns (uint256)
0
_marketingAddress() view returns (address)
0x0000000000000000000000000000000000000000
_marketingFee() view returns (uint256)
0
_marketingToken() view returns (address)
0x0000000000000000000000000000000000000000
_taxFee() view returns (uint256)
0
antiBot() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
enableAntiBot() view returns (bool)
false
getBlacklistStatus() view returns (bool, uint256, uint256, uint256, uint256)
(false, 0, 0, 0, 0)
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
0
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(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 addToBlacklist(address[] addresses)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_, string name_, string symbol_, uint256 totalSupply_, address[4] addrs, uint16[3] feeSettings, uint16[3] buyFeeSettings, uint16[3] sellFeeSettings, bool enableAntiBot_)
removeFromBlacklist(address addr)
renounceOwnership()
setSwapBackSettings(uint256 _amount)
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)
Initialized(uint8 version)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyAmountUpdated(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.