Pear Swap
Verified contract
Active on
Ethereum with 10,974 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($231.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0681 | $3,353.39 |
$228.37 | |
PEAR | ERC-20 | 12.364669K | $0.000233 |
$2.88 | |
CSCS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259715 | 5 hours ago | | | 0 | 0.00065446941 | |
| 21258812 | 8 hours ago | | | 0 | 0.00071349211 | |
| 21258176 | 10 hours ago | | | 0 | 0.00066808010 | |
| 21257538 | 12 hours ago | | | 0 | 0.00053973488 | |
| 21256965 | 14 hours ago | | | 0 | 0.00057266523 | |
| 21256690 | 15 hours ago | | | 0 | 0.00060668937 | |
| 21256241 | 17 hours ago | | | 0 | 0.00075885541 | |
| 21252245 | a day ago | | | 0 | 0.0010303132 | |
| 21252195 | a day ago | | | 0 | 0.0012273887 | |
| 21252052 | a day ago | | | 0 | 0.0013608382 |
ABI
ABI objects
Getter at block 21261242
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.