Pond Protocol
Verified contract
Active on
Ethereum with 42 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf87d…7af6
Balances ($0.00)
No balances found for "Pond Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19716171 | 7 months ago | | | 0 | 0.00060788056 | |
| 18110706 | a year ago | | | 0 | 0.00045794247 | |
| 18091990 | a year ago | | | 0 | 0.00045226360 | |
| 18091052 | a year ago | | | 0 | 0.00078717458 | |
| 18088836 | a year ago | | | 0 | 0.00057578676 | |
| 18088824 | a year ago | | | 0 | 0.00046612910 | |
| 18087649 | a year ago | | | 0 | 0.00074953119 | |
| 18087590 | a year ago | | | 0 | 0.0011119252 | |
| 18087575 | a year ago | | | 0 | 0.00083042640 | |
| 18087564 | a year ago | | | 0 | 0.0010529151 |
ABI
ABI objects
Getter at block 21214583
buyFee() view returns (uint8)
0
decimals() pure returns (uint8)
9
marketingWallet() view returns (address)
0xf87d491677ea8f6000e08d171f2ea0eed3ac7af6
maxTransaction() view returns (uint256)
1000000000000000001
maxWallet() view returns (uint256)
1000000000000000001
name() pure returns (string)
Pond Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint8)
0
symbol() pure returns (string)
PONDPRO
totalSupply() pure returns (uint256)
1000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exempt(address wallet) view returns (bool fees, bool limits)
State-modifying
Events addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
enableTrading()
manualSwap()
renounceOwnership()
setExempt(address wallet, bool noFees, bool noLimits)
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)
Approval(address indexed _owner, address indexed spender, uint256 value)
OwnershipTransferred(address _owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.