Proof Of Halloween

Verified contract

Active on Ethereum with 131 txns
Deployed by via 0xaa7540bb at 15741591
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
32 additional variables
ERC-20
--
0x46502d244b17dbb657c2c5c7187f6734224ddea30a764c4f7811ac4799280e5f
0xd6da1fb90dc77db7f0d80e10d8798d634e1949468700bf6c5e31c191333a5408
0x8c11cbd8edb8370aa084273438bd21431b88612122f58301d0b7992665859b14
0xe8cb59f76ca312ee8ce69a729fc09514c28d853aa5f02d260f59f5c6afea9c5a
0x652d89f0f3381e99d957521d862736140c5c81a19ff9fc6e2bf91c068e95523c
0xc0b5c92d2a6425f15d6e347dcd0ac7ee1160ad17c889b64b88d1f889319f77e7
0x4303d177988ae7468145307368b638500753fe3b099e4d98d7d925030c8c8786
0x908a006f20cd3865578c5933ee981e600fe139e0e45906c8ac874fdc1b806fcd
0x5ed8bfd4a1b1140f8971b48f593c1da8390d29458e8704e1abadd88a3a124976
0xd47753fa15b6c0ceb90e61657c37f8d5bf0113b1ba45caeaa330b6e5be3a3252

Functions
Getter at block 20933946
_buyDevFee(view returns (uint256)
40
_buyLiquidityFee(view returns (uint256)
0
_buyMarketingFee(view returns (uint256)
10
_buyMultiSigFee(view returns (uint256)
0
_buyTaxFee(view returns (uint256)
0
_sellDevFee(view returns (uint256)
40
_sellLiquidityFee(view returns (uint256)
0
_sellMarketingFee(view returns (uint256)
10
_sellMultiSigFee(view returns (uint256)
0
_sellTaxFee(view returns (uint256)
0
deadBlocks(view returns (uint256)
0
decimals(pure returns (uint8)
18
devAddress(view returns (address)
0xec9b0e5fdcfe73b11dd9fd12ad90bad03bdaacef
getTime(view returns (uint256)
1728548075
getUnlockTime(view returns (uint256)
0
lastManualLpBurnTime(view returns (uint256)
0
limitsInEffect(view returns (bool)
false
liquidityActiveBlock(view returns (uint256)
0
liquidityAddress(view returns (address)
0xec9b0e5fdcfe73b11dd9fd12ad90bad03bdaacef
manualBurnFrequency(view returns (uint256)
1800
marketingAddress(view returns (address)
0xec9b0e5fdcfe73b11dd9fd12ad90bad03bdaacef
maxTransactionAmount(view returns (uint256)
20000000000000000000000
maxWallet(view returns (uint256)
20000000000000000000000
minimumTokensBeforeSwap(view returns (uint256)
500000000000000000000
minimumTokensBeforeSwapAmount(view returns (uint256)
500000000000000000000
multiSigAddress(view returns (address)
0xec9b0e5fdcfe73b11dd9fd12ad90bad03bdaacef
name(pure returns (string)
Proof Of Halloween
owner(view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled(view returns (bool)
true
swapEnabled(view returns (bool)
false
symbol(pure returns (string)
POH
totalFees(view returns (uint256)
0
totalSupply(pure returns (uint256)
1000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15741655
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0xad0e45c781f74967754fc70aab3d27030665b09a
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.