Jake vs Tate

Verified contract

Active on Ethereum with 77 txns
Deployed by via 0xe2452b7f at 15956918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
32 additional variables
ERC-20
--
0xac747368251addcc4b9c6498823f52edd2bef1d538302f2d744632294877540d
0xc23828bc25ee5a0702815f3ca88cb7dcab2fe7c79446b6064c91885a611bda51
0x5be5982225b0b2692beb3140d2787b13fa3460a1f4f83cca352780e38f3ad3e3
0x9bc9d53485be502d29e7e6565fdaae5d68f5f6c8c3da43d153e940d17fa35855
0x63e811cf832f5651d8827f2f041e6934f2466047170639273ead9ccacc4c24b7
0x1dd87090cc41602d5afb6b87685dcb088999bf84a918f3103f552f0ca485ef4f
0x77fdb0ba856781a107a5ab183e9c22395b7f240d256e696b092098843c42033a
0x3d521397c2cfa29db5c5698729169f5dbd595935af4717b4a866fa05ab8b1b74
0x5b79f45efe6cf8380a6f60d22d7ccdac884cf8f674307dbf624ec92c20b3aee7
0xb44e40be619b1ef5d0edd1e8301b4f736c2d4eaf972c2141ff29e74389ed8826

Functions
Getter at block 21312538
_buyDevFee(view returns (uint256)
20
_buyLiquidityFee(view returns (uint256)
0
_buyMarketingFee(view returns (uint256)
20
_buyMultiSigFee(view returns (uint256)
0
_buyTaxFee(view returns (uint256)
0
_sellDevFee(view returns (uint256)
20
_sellLiquidityFee(view returns (uint256)
0
_sellMarketingFee(view returns (uint256)
20
_sellMultiSigFee(view returns (uint256)
0
_sellTaxFee(view returns (uint256)
0
deadBlocks(view returns (uint256)
0
decimals(pure returns (uint8)
18
devAddress(view returns (address)
0xdeaed503e01f0af3751de640e7cff921b4c759dc
getTime(view returns (uint256)
1733114891
getUnlockTime(view returns (uint256)
0
lastManualLpBurnTime(view returns (uint256)
0
limitsInEffect(view returns (bool)
false
liquidityActiveBlock(view returns (uint256)
0
liquidityAddress(view returns (address)
0xdeaed503e01f0af3751de640e7cff921b4c759dc
manualBurnFrequency(view returns (uint256)
1800
marketingAddress(view returns (address)
0x5ccaf835ea1feb615f874cf50bb7e2dbf5adccf0
maxTransactionAmount(view returns (uint256)
20000000000000000000000
maxWallet(view returns (uint256)
20000000000000000000000
minimumTokensBeforeSwap(view returns (uint256)
500000000000000000000
minimumTokensBeforeSwapAmount(view returns (uint256)
500000000000000000000
multiSigAddress(view returns (address)
0x5ccaf835ea1feb615f874cf50bb7e2dbf5adccf0
name(pure returns (string)
Jake vs Tate
owner(view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled(view returns (bool)
true
swapEnabled(view returns (bool)
false
symbol(pure returns (string)
TAKE
totalFees(view returns (uint256)
0
totalSupply(pure returns (uint256)
1000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15956952
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x2ea8135cfdb2fc931726f54cfde9c40b2a0d836c
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isExcludedFromFee(address accountview returns (bool)
isExcludedFromReward(address accountview returns (bool)
isSniper(address accountview returns (bool)
reflectionFromToken(uint256 tAmountbool deductTransferFeeview returns (uint256)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
airdropToWallets(address[] airdropWalletsuint256[] amount
approve(address spenderuint256 amountreturns (bool)
buyBackTokens(uint256 ethAmountInWei
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrading(uint256 _deadBlocks
excludeFromFee(address account
excludeFromMaxTransaction(address updAdsbool isEx
excludeFromReward(address account
includeInFee(address account
includeInReward(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
manageSnipers(address[] addressesbool status
manualBurnLiquidityPairTokens(uint256 percentreturns (bool)
manualSend(address _recipient
removeLimits(returns (bool)
renounceOwnership(
setAutomatedMarketMakerPair(address pairbool value
setBuyFee(uint256 buyTaxFeeuint256 buyLiquidityFeeuint256 buyDevFeeuint256 buyMultiSigFeeuint256 buyMarketingFee
setDevAddress(address _devAddress
setGasPriceLimit(uint256 gas
setLiquidityAddress(address _liquidityAddress
setMarketingAddress(address _marketingAddress
setMultiSigAddress(address _multiSigAddress
setProtectionSettings(bool antiGas
setSellFee(uint256 sellTaxFeeuint256 sellLiquidityFeeuint256 sellDevFeeuint256 sellMultiSigFeeuint256 sellMarketingFee
setSwapAndLiquifyEnabled(bool _enabled
transfer(address recipientuint256 amountreturns (bool)
transferForeignToken(address _tokenaddress _toreturns (bool _sent)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateMaxSize(uint256 percent
updateMaxTxnPercent(uint256 percent
updateSwapTokensAtPercent(uint256 percentreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludedMaxTransactionAmount(address indexed accountbool isExcluded
ManualBurnLP(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RewardLiquidityProviders(uint256 tokenAmount
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
SwapAndLiquifyEnabledUpdated(bool enabled
SwapETHForTokens(uint256 amountInaddress[] path
SwapTokensForETH(uint256 amountInaddress[] path
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.