Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 97.103809K | -- | -- | |
DOGE | ERC-20 | 34.153617K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3288190 | a year ago | | | 0 | 0.000095563257 | |
| 3179258 | a year ago | | | 0 | 0.0000077226096 | |
| 3137817 | a year ago | | | 0 | 0.000019674083 | |
| 3082107 | a year ago | | | 0 | 0.000054752045 | |
| 3032155 | a year ago | | | 0 | 0.000044927455 | |
| 3032142 | a year ago | | | 0 | 0.000044927456 | |
| 3032133 | a year ago | | | 0 | 0.000044927457 | |
| 3032123 | a year ago | | | 0 | 0.000044927455 | |
| 3032114 | a year ago | | | 0 | 0.000044927455 | |
| 3032104 | a year ago | | | 0 | 0.000044927454 |
ABI
ABI objects
Getter at block 22752411
DOGE() view returns (address)
0x78bada4bc8fc6e83e5a1074ba1fd318095b64c43
ROUTER() view returns (address)
0xbceb0ee20ed1489dbea44db08a1e95004ca2753a
addLpFee() view returns (uint256)
0
buyLpFee() view returns (uint256)
30
buyMarketingFee() view returns (uint256)
15
decimals() view returns (uint8)
18
gasForProcessing() view returns (uint256)
250000
lastPotentialLPHolder() view returns (address)
0xda863a99988c79831b7fdc2d400c63961082946e
lastProcessedIndexForLPDividend() view returns (uint256)
33
marketingWallet() view returns (address)
0x0331fed9dd454a951abc9f8d504adcff0b04a5d7
minAmountForLPDividend() view returns (uint256)
0
name() view returns (string)
PEPE
numTokensSellToSwap() view returns (uint256)
10000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
removeLpFee() view returns (uint256)
45
sellLpFee() view returns (uint256)
30
sellMarketingFee() view returns (uint256)
15
symbol() view returns (string)
PEPE
tokenOwner() view returns (address)
0x945403a62670876774cc2ac01c10d907559f96a2
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x06b0fafbfb2251360b0096e3e4b24b0f6de25443
uniswapV2Router() view returns (address)
0xbceb0ee20ed1489dbea44db08a1e95004ca2753a
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromDividend(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
lpHolders(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividend(address account, bool excluded)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromDividend(address[] accounts, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAddLpFee(uint256 _addLpFee)
setBuyLpFee(uint256 _buyLpFee)
setBuyMarketingFee(uint256 _buyMarketingFee)
setEnableAirdrops(bool _enableAirdrop)
setMarketingAddr(address account)
setMinAmountForLPDividend(uint256 value)
setNumTokensSellToSwap(uint256 value)
setRemoveLpFee(uint256 _removeLpFee)
setSellLpFee(uint256 _sellLpFee)
setSellMarketingFee(uint256 _sellMarketingFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateGasForProcessing(uint256 newValue)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.