PEPENOMICS
Verified contract
Active on
Ethereum with 629 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb770…900a
0xb868…edcc
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPENOMICS | ERC-20 | 38.601209K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18366680 | a year ago | | | 0 | 0.00029934862 | |
| 18356721 | a year ago | | | 0 | 0.00033095507 | |
| 17905818 | a year ago | | | 0 | 0.00074743192 | |
| 17765394 | a year ago | | | 0 | 0.0014540404 | |
| 17659113 | a year ago | | | 0 | 0.00070119995 | |
| 17657640 | a year ago | | | 0 | 0.0020687366 | |
| 17635210 | a year ago | | | 0 | 0.0015034997 | |
| 17549551 | a year ago | | | 0 | 0.00062849123 | |
| 17386849 | 2 years ago | | | 0 | 0.0020293848 | |
| 17361845 | 2 years ago | | | 0 | 0.0021082011 |
ABI
ABI objects
Getter at block 21402297
_buyDevelopmentFee() view returns (uint256)
1
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
2
_developmentShare() view returns (uint256)
2
_liquidityShare() view returns (uint256)
0
_marketingShare() view returns (uint256)
4
_maxTxAmount() view returns (uint256)
3000000000000000
_sellDevelopmentFee() view returns (uint256)
1
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
2
_totalDistributionShares() view returns (uint256)
6
_totalTaxIfBuying() view returns (uint256)
3
_totalTaxIfSelling() view returns (uint256)
3
_walletMax() view returns (uint256)
3000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
developmentWalletAddress() view returns (address)
0xb8686a53eb0ec8e39506660746ca9885da2eedcc
getCirculatingSupply() view returns (uint256)
97000000000000000
marketingWalletAddress() view returns (address)
0xb770a6bf0954c474c3f67f9189c9f80cc687900a
minimumTokensBeforeSwapAmount() view returns (uint256)
550000000000000
name() view returns (string)
PEPENOMICS
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
PEPENOMICS
totalSupply() view returns (uint256)
100000000000000000
uniswapPair() view returns (address)
0x0707eaa86aec3acbbf9241b48958cf78a2a28607
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBuyTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setDevelopmentWalletAddress(address newAddress)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newDevelopmentShare)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setMarketingWalletAddress(address newAddress)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSellTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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()
receive()
This contract contains no error objects.