Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($1.01)
Native
Value
$1.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000305 | $3,297.76 |
$1.01 | |
USA | ERC-20 | 1 | $0.000683 |
$0 | |
Peppa | ERC-20 | 21.459376T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22572028 | 8 days ago | | | 0 | 4.6877343e-7 | |
| 21451832 | a month ago | | | 0 | 0.000014422844 | |
| 21037992 | a month ago | | | 0 | 2.5246642e-7 | |
| 20479764 | 2 months ago | | | 0 | 2.5761760e-7 | |
| 14750964 | 6 months ago | | | 0 | 0.0000019157732 | |
| 13392690 | 7 months ago | | | 0 | 8.1708343e-7 | |
| 13338275 | 7 months ago | | | 0 | 0.000043280285 | |
| 13338273 | 7 months ago | | | 0 | 0.000039401713 | |
| 13295227 | 7 months ago | | | 0 | 0.000044647806 | |
| 12734473 | 8 months ago | | | 0 | 0.0000072511070 |
ABI
ABI objects
Getter at block 22920476
ARMY() view returns (address)
0x0049832dbb32facefe06b1f122756fc528001eba
BUYBACK() view returns (address)
0x607fb6c703ac2d6f111eeebf777701a2ab7d05df
GUARD() view returns (address)
0xc0ebe2c9234f70df0d69b72c45f91e89883a18aa
MARKET() view returns (address)
0x1700d25bd6129a3c66622aa16f8ad4aa4b719fbe
ROUTER() view returns (address)
0xbceb0ee20ed1489dbea44db08a1e95004ca2753a
addLp() view returns (address)
0xc2d5dcb6c25457eae8cee66cd130d6514b592022
buyArmyFee() view returns (uint256)
1
buyGuardFee() view returns (uint256)
1
buyLiquifyFee() view returns (uint256)
1
buyMarketFee() view returns (uint256)
1
decimals() view returns (uint8)
18
gasForProcessing() view returns (uint256)
150000
lastPotentialLPHolder() view returns (address)
0x2b987c3a64b465d91f02fd237c601d6d9acc7260
lastProcessedIndexForLPDividend() view returns (uint256)
73
minAmountForLPDividend() view returns (uint256)
0
name() view returns (string)
Peppa
numTokensSellToSwap() view returns (uint256)
10000000000000000000000000000
owner() view returns (address)
0x000000000000000000000000000000000000dead
sellBackFee() view returns (uint256)
1
sellLpFee() view returns (uint256)
1
sellMarketFee() view returns (uint256)
2
symbol() view returns (string)
Peppa
tokenOwner() view returns (address)
0x27aed2ecb6cdfa7803b63caf0efda63b941284d3
totalSupply() view returns (uint256)
1000000000000000000000000000000000
transferFee() view returns (uint256)
6
uniswapV2Pair() view returns (address)
0xfc3d6e2e1226dbbc6bcfe463e595bfbd8b4878f9
uniswapV2Router() view returns (address)
0xbceb0ee20ed1489dbea44db08a1e95004ca2753a
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlclist(address) view returns (bool)
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()
rescueTokens(address token, uint256 amount)
setARMY(address _ARMY)
setBUYBACK(address _BUYBACK)
setBlclist(address account, bool flag)
setBuyArmyFee(uint256 _buyArmyFee)
setBuyGuardFee(uint256 _buyGuardFee)
setBuyLiquifyFee(uint256 _buyLiquifyFee)
setBuyMarketFee(uint256 _buyMarketFee)
setGUARD(address _GUARD)
setMARKET(address _MARKET)
setMinAmountForLPDividend(uint256 value)
setMultipleBlclist(address[] accounts, bool flag)
setNumTokensSellToSwap(uint256 value)
setSellBackFee(uint256 _sellBackFee)
setSellLpFee(uint256 _sellLpFee)
setSellMarketFee(uint256 _sellMarketFee)
setTransferFee(uint256 _transferFee)
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()
receive()
This contract contains no error objects.