PEACE

Verified contract

Active on Base with 847 txns
Deployed by via 0xfa18b00f at 13172463
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
19 additional variables

No balances found for "PEACE"

0xfaf513d1ad5026c952c6cb565718afda20baf0c4a760cef7d7541d342d359201
0xd99beca1d71cbc5a22db5607dfc1509afbc58e7d8dfb3a10f7b593d210cbb72c
0x57a97ad318d747a618a4ea13489b5546111f67fd6507dc4aa33eb8564ae5bfc0
0x067d2cd36d5887b14343e2d7f4c517df9255d20a15170683a2806880535c88ed
0x06928edc9231ef0bc9473faab844829fa7818323d43dd247d576b1ea801c8213
0xa462e028aa4c4719abb81fbd322e3f7d07fcd505cdbb00353a3cde33e5b024dc
0xc068ab75bca61409a4f082dbace3ef344618c7ad208ed5580fccc2d7894ebab6
0xb07a3c4c439722d571228d3ec5a1e1ec955d9c4df78d0577930410e5346db4e5
0xfbd3bdc7d35663d1841a949114bff810cb85ca1788d307a90e4063a9a355f393
0xd49c034bc8db189a518752c49b0dcae9549434888fbdc70cd908f2af8e8b2047

Functions
Getter at block 22115302
_buyDestroyFee(view returns (uint256)
0
_buyLiquidityFee(view returns (uint256)
0
_buyMarketingFee(view returns (uint256)
1
_buyTeamFee(view returns (uint256)
1
_liquidityShare(view returns (uint256)
0
_marketingShare(view returns (uint256)
2
_maxDestroyAmount(view returns (uint256)
8000000000000000000000000000
_maxTxAmount(view returns (uint256)
8000000000000000000000000000
_owner(view returns (address)
0x0000000000000000000000000000000000000000
_sellDestroyFee(view returns (uint256)
0
_sellLiquidityFee(view returns (uint256)
0
_sellMarketingFee(view returns (uint256)
1
_sellTeamFee(view returns (uint256)
1
_tFeeTotal(view returns (uint256)
0
_teamShare(view returns (uint256)
2
_totalDistributionShares(view returns (uint256)
4
_totalTaxIfBuying(view returns (uint256)
2
_totalTaxIfSelling(view returns (uint256)
2
_walletMax(view returns (uint256)
8000000000000000000000000000
airdropNumbs(view returns (uint256)
3
checkWalletLimit(view returns (bool)
true
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
first(view returns (uint256)
14409779
getCirculatingSupply(view returns (uint256)
8000000000000000000000000000
getTime(view returns (uint256)
1731019951
kill(view returns (uint256)
0
marketingWalletAddress(view returns (address)
0x13d2fb412d26370ddd5a83c179681582672c31ea
minimumTokensBeforeSwapAmount(view returns (uint256)
1000000000000000000
name(view returns (string)
PEACE
owner(view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly(view returns (bool)
false
swapAndLiquifyEnabled(view returns (bool)
true
symbol(view returns (string)
PEACE
teamWalletAddress(view returns (address)
0xb1ef8b19bee4d2cd680ab66dc2efb2554c73d2a1
totalSupply(view returns (uint256)
8000000000000000000000000000
uniswapPair(view returns (address)
0x69daa23442617a7fbf0528eb79d42afe43f3361e
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
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)
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.