Peace coin
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
24 additional
variables
Balances ($0.00)
No balances found for "Peace coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20528579 | 3 months ago | | | 0 | 0.00013953384 | |
| 20528577 | 3 months ago | | | 0 | 0.00024147292 | |
| 20528573 | 3 months ago | | | 0 | 0.0015740839 | |
| 20528571 | 3 months ago | | | 0 | 0.00041460757 | |
| 20528569 | 3 months ago | | | 0 | 0.00041656354 | |
| 20528567 | 3 months ago | | | 0 | 0.00041313540 | |
| 20528565 | 3 months ago | | | 0 | 0.00042026117 | |
| 20528565 | 3 months ago | | | 0 | 0.00042026117 | |
| 20528565 | 3 months ago | | | 0 | 0.00065350617 | |
| 20528565 | 3 months ago | | | 0 | 0.0048519162 |
ABI
ABI objects
Getter at block 21200040
MAX() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_buyDestroyFee() view returns (uint256)
0
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
50
_buyTeamFee() view returns (uint256)
0
_liquidityShare() view returns (uint256)
0
_marketingShare() view returns (uint256)
100
_maxDestroyAmount() view returns (uint256)
99000000000000000000000000000000
_maxTxAmount() view returns (uint256)
99000000000000000000000000000000
_owner() view returns (address)
0xefd908a6e80a27a5b241e0511c53f1806701d89e
_sellDestroyFee() view returns (uint256)
0
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
50
_sellTeamFee() view returns (uint256)
0
_tFeeTotal() view returns (uint256)
0
_teamShare() view returns (uint256)
0
_totalDistributionShares() view returns (uint256)
100
_totalTaxIfBuying() view returns (uint256)
50
_totalTaxIfSelling() view returns (uint256)
50
_walletMax() view returns (uint256)
99000000000000000000000000000000
airdropNumbs() view returns (uint256)
0
antiSYNC() view returns (bool)
false
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint256)
18
enableOffTrade() view returns (bool)
true
first() view returns (uint256)
0
getCirculatingSupply() view returns (uint256)
99000000000000000000000000000000
getTime() view returns (uint256)
1731757487
kill() view returns (uint256)
0
marketingWalletAddress() view returns (address)
0xefd908a6e80a27a5b241e0511c53f1806701d89e
minimumTokensBeforeSwapAmount() view returns (uint256)
1000000000000000000
name() view returns (string)
Peace coin
owner() view returns (address)
0xefd908a6e80a27a5b241e0511c53f1806701d89e
startTradeBlock() view returns (uint256)
0
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
PEACE
teamWalletAddress() view returns (address)
0xefd908a6e80a27a5b241e0511c53f1806701d89e
totalSupply() view returns (uint256)
99000000000000000000000000000000
uniswapPair() view returns (address)
0x529a1bc9fefdf6276985a3445a25693eb7d4ddae
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
version() view returns (uint256)
210
Read-only
_isBlacklisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
excludeMultipleTxLimit(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
multipleBotlistAddress(address[] accounts, bool excluded)
setAirdropNumbs(uint256 newValue)
setAntiSYNCEnable(bool s)
setBuyTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax, uint256 newDestroyTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newTeamShare)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setKing(uint256 newValue)
setMarketPairStatus(address account, bool newValue)
setMarketingWalletAddress(address newAddress)
setMaxDesAmount(uint256 maxDestroy)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSelTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax, uint256 newDestroyTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setTeamWalletAddress(address newAddress)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string[] stringParams, uint256[] numberParams, address[] addressParams, bool[] boolParams)
receive()
This contract contains no error objects.