Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($10.97)
Native
Value
$10.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,656.28 |
$10.97 | |
PEIPEI | ERC-20 | 0.786072 | $0.00 |
$0 | |
PEIPEI | ERC-20 | 345.156844B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282195 | 2 hours ago | | | 0 | 0.00080957497 | |
| 21280680 | 7 hours ago | | | 0 | 0.0013090514 | |
| 21279912 | 9 hours ago | | | 0 | 0.0013899168 | |
| 21275383 | a day ago | | | 0 | 0.00060262194 | |
| 21274909 | a day ago | | | 0 | 0.00063153873 | |
| 21269050 | 2 days ago | | | 0 | 0.00047233485 | |
| 21266967 | 2 days ago | | | 0 | 0.00043383524 | |
| 21266933 | 2 days ago | | | 0 | 0.00074723754 | |
| 21265541 | 2 days ago | | | 0 | 0.0019421409 | |
| 21262209 | 3 days ago | | | 0 | 0.00043567517 |
ABI
ABI objects
Getter at block 21282739
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
289520200999888000000000000000000
maxTx() view returns (uint256)
289520200999888000000000000000000
maxWallet() view returns (uint256)
289520200999888000000000000000000
name() view returns (string)
PEIPEI
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xf01e605b6335735e31f7f2941e67c9e52afdcaec
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
PEIPEI
taxes() view returns (uint256 buy, uint256 sell, uint256 transfer)
(buy=0, sell=2, transfer=0)
totalSupply() view returns (uint256)
289520200999888000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address user) view returns (bool status)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setIsExcludedFromFees(address _address, bool state)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setPair(address _pair)
setSwapEnabled(bool status)
setSwapTreshhold(uint256 amount)
setTaxes(uint256 _buyTax, uint256 _sellTax, uint256 _transferTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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.