GCPEPE

Verified contract

Active on Ethereum with 680 txns
Deployed by via 0xaecf4af3 at 18011956
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional variables
ERC-20
--
0x85846e3c4815e3086b23b64a47ca2aa9e05e96a2f14c7164b867f9285e0da89c
0x074388c900902bf330ded76a7540bd01c34541385d2b421538f0a012976ada7d
0x7534b5bbec42653e5636f8112b0cf1860f6f399140b09529675b29c4ff141ec1
0x10cfb1d8fb45b12463bfc5b303a39c550b5b9e686f819fdd87393d89af240bef
0x20ef8ced204a0802c281f0c0a883d4101d0519b3d7f34b714673d1c551e638ea
0xd0da5d66b2388101763e8a9b0da912c67b33f70e23775e35a97002f12241a6c6
0x50598b6dc2cdb1d1080ea591d51e86ba41fe66f8aa517d00385ff0768faf2c0b
0x1e223b099381da36329088d9e023446035948bc281c99f3dd0b59ac00a60e1e4
0x9844b94df215079b484fd10f4b66243ff0c2c110e249994a9673fea87145382c
0x9a8f06fb76e5f31acf90e0d237626a1d60bb0b85cf531e2b0dd7290efe0c4a8b

Functions
Getter at block 20882596
_buyDestroyFee(view returns (uint256)
0
_buyLiquidityFee(view returns (uint256)
0
_buyMarketingFee(view returns (uint256)
5
_buyTeamFee(view returns (uint256)
0
_liquidityShare(view returns (uint256)
0
_marketingShare(view returns (uint256)
10
_maxDestroyAmount(view returns (uint256)
420690000000000000000000000
_maxTxAmount(view returns (uint256)
420690000000000000000000000
_owner(view returns (address)
0x0000000000000000000000000000000000000000
_sellDestroyFee(view returns (uint256)
0
_sellLiquidityFee(view returns (uint256)
0
_sellMarketingFee(view returns (uint256)
5
_sellTeamFee(view returns (uint256)
0
_tFeeTotal(view returns (uint256)
0
_teamShare(view returns (uint256)
0
_totalDistributionShares(view returns (uint256)
10
_totalTaxIfBuying(view returns (uint256)
5
_totalTaxIfSelling(view returns (uint256)
5
_walletMax(view returns (uint256)
420690000000000000000000000
airdropNumbs(view returns (uint256)
0
checkWalletLimit(view returns (bool)
true
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
first(view returns (uint256)
18012131
getCirculatingSupply(view returns (uint256)
308690000000000000000000000
getTime(view returns (uint256)
1727929667
kill(view returns (uint256)
0
marketingWalletAddress(view returns (address)
0x28d9cc86381c0749d798bf48c7ed08169664b2b0
minimumTokensBeforeSwapAmount(view returns (uint256)
250000000000000000000000
name(view returns (string)
GCPEPE
owner(view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly(view returns (bool)
false
swapAndLiquifyEnabled(view returns (bool)
true
symbol(view returns (string)
GCPEPE
teamWalletAddress(view returns (address)
0x28d9cc86381c0749d798bf48c7ed08169664b2b0
totalSupply(view returns (uint256)
420690000000000000000000000
uniswapPair(view returns (address)
0x67f78152763b4396e07738ce4f711f8ebe949b0e
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlacklisted(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFee(addressview returns (bool)
isMarketPair(addressview returns (bool)
isTxLimitExempt(addressview returns (bool)
isWalletLimitExempt(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
changeRouterVersion(address newRouterAddressreturns (address newPairAddress)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableDisableWalletLimit(bool newValue
excludeMultipleAccountsFromFees(address[] accountsbool excluded
increaseAllowance(address spenderuint256 addedValuereturns (bool)
multipleBotlistAddress(address[] accountsbool excluded
setAirdropNumbs(uint256 newValue
setBuyDestFee(uint256 newBuyDestroyFee
setBuyTaxes(uint256 newLiquidityTaxuint256 newMarketingTaxuint256 newTeamTax
setDistributionSettings(uint256 newLiquidityShareuint256 newMarketingShareuint256 newTeamShare
setIsExcludedFromFee(address accountbool newValue
setIsTxLimitExempt(address holderbool exempt
setIsWalletLimitExempt(address holderbool exempt
setKing(uint256 newValue
setMarketPairStatus(address accountbool newValue
setMarketingWalletAddress(address newAddress
setMaxDesAmount(uint256 maxDestroy
setMaxTxAmount(uint256 maxTxAmount
setNumTokensBeforeSwap(uint256 newLimit
setSelTaxes(uint256 newLiquidityTaxuint256 newMarketingTaxuint256 newTeamTax
setSellDestFee(uint256 newSellDestroyFee
setSwapAndLiquifyByLimitOnly(bool newValue
setSwapAndLiquifyEnabled(bool _enabled
setTeamWalletAddress(address newAddress
setWalletLimit(uint256 newLimit
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
waiveOwnership(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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(string coinNamestring coinSymboluint8 coinDecimalsuint256 supplyaddress routeraddress owneraddress marketingAddressaddress teamAddressaddress service
Fallback and receive
receive(
Errors

This contract contains no error objects.