Pear Swap
Verified contract
Active on
Ethereum with 10,858 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($219.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0681 | $3,182.77 |
$216.75 | |
PEAR | ERC-20 | 12.364669K | $0.000238 |
$2.94 | |
CSCS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159473 | 15 minutes ago | | | 0 | 0.0023126111 | |
| 21159457 | 19 minutes ago | | | 0 | 0.0022411557 | |
| 21159441 | 22 minutes ago | | | 0 | 0.0025297863 | |
| 21159310 | an hour ago | | | 0 | 0.0024087752 | |
| 21159164 | an hour ago | | | 0 | 0.0021580417 | |
| 21158818 | 2 hours ago | | | 0 | 0.0015626461 | |
| 21158743 | 3 hours ago | | | 0 | 0.0012833851 | |
| 21158505 | 3 hours ago | | | 0 | 0.0018382182 | |
| 21158471 | 4 hours ago | | | 0 | 0.0016238855 | |
| 21158135 | 5 hours ago | | | 0 | 0.0018979087 |
ABI
ABI objects
Getter at block 21159548
MarketingWallet() view returns (address)
0xd47b03b1478b950f65e45af1a0bf6dabda8a7e42
buyFee() view returns (uint256)
0
buyStatus() view returns (bool)
true
decimals() view returns (uint8)
18
feesDisabled() view returns (bool)
false
maxTransactionAmountOnPurchase() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxTransactionAmountOnSale() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Pear Swap
owner() view returns (address)
0xd47b03b1478b950f65e45af1a0bf6dabda8a7e42
sellFee() view returns (uint256)
4
sellStatus() view returns (bool)
true
symbol() view returns (string)
PEAR
totalFees() view returns (uint256)
1
totalSupply() view returns (uint256)
100000000000000000000000000
tradingLive() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events addSwapTreshold(uint256 _percent)
approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
removeTxLimits()
renounceOwnership()
setTaxWallets(address fundingWallet)
setUniswapPair(address _pair)
swapBack()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateLimits(uint256 buyLimit, uint256 sellLimit, uint256 _maxWallet)
updateTradingFees(uint256 _buyFee, uint256 _sellFee)
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(string name, string symbol, uint256 _buyFee, uint256 _sellFee, uint256 _swapTreshold)
receive()
This contract contains no error objects.