Wrapped Pond Coin
Verified contract
Active on
Ethereum with 231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3939…e1ad
4 additional
variables
Balances ($0.00)
No balances found for "Wrapped Pond Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111884 | 2 days ago | | | 0 | 0.00016916246 | |
| 21103732 | 3 days ago | | | 0 | 0.00022848428 | |
| 20770070 | 2 months ago | | | 0 | 0.00016666282 | |
| 18599399 | a year ago | | | 0 | 0.0017611018 | |
| 18055426 | a year ago | | | 0 | 0.00048396873 | |
| 17958623 | a year ago | | | 0 | 0.00089469755 | |
| 17929069 | a year ago | | | 0 | 0.0014340169 | |
| 17928961 | a year ago | | | 0 | 0.0018872837 | |
| 17928027 | a year ago | | | 0 | 0.0018673833 | |
| 17911346 | a year ago | | | 0 | 0.00061247385 |
ABI
ABI objects
Getter at block 21123479
buyFee() view returns (uint8)
0
decimals() pure returns (uint8)
9
feeSplit() view returns (uint16 marketing, uint16 LP)
(marketing=100, LP=0)
marketingWallet() view returns (address)
0x3939c004a62c52967df25195856b074fa434e1ad
maxTransaction() view returns (uint256)
21034500000000001
maxWallet() view returns (uint256)
21034500000000001
name() pure returns (string)
Wrapped Pond Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint8)
0
swapAtMax() view returns (uint256)
3571658100000000
swapAtMin() view returns (uint256)
42069000000000
symbol() pure returns (string)
WPNDC
totalSupply() pure returns (uint256)
420690000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFromFees(address wallet) view returns (bool)
exemptFromLimits(address wallet) view returns (bool)
State-modifying
Events addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
manualTaxSwapAndSend(uint8 swapTokenPercent, bool sendEth)
renounceOwnership()
setExempt(address wallet, bool noFees, bool noLimits)
setFeeSplit(uint16 sharesAutoLP, uint16 sharesMarketing)
setFees(uint8 buy, uint8 sell)
setLimits(uint16 maxTransactionPermille, uint16 maxWalletPermille)
setTaxSwap(uint32 minValue, uint32 minDivider, uint32 maxValue, uint32 maxDivider)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateWallets(address marketing, address LPtokens)
Approval(address indexed _owner, address indexed spender, uint256 value)
OwnershipTransferred(address _owner)
TokensBurned(address indexed burnedByWallet, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.