Pond Coin
Verified contract
Active on
Ethereum with 134,643 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35,462.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 1.636687B | $0.00002 |
$33,077.44 | |
PNDC | ERC-20 | 26.718666B | $0.00 |
$1,469.53 | |
LINK | ERC-20 | 57.06999 | $15.67 |
$894.29 | |
WETH | ERC-20 | 0.003 | $3,312.64 |
$9.94 | |
CHKN | ERC-20 | 55.04548M | $0.00 |
$4.57 | |
GUA | ERC-20 | 28.888K | $0.000113 |
$3.28 | |
USDC | ERC-20 | 3 | $1.00 |
$3 | |
POP | ERC-20 | 1.111K | $0.000077 |
$0.09 | |
COLON | ERC-20 | 14.282571 | $0.001043 |
$0.01 | |
UNLEASH | ERC-20 | 10 | $0.000061 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244433 | 43 minutes ago | | | 0 | 0.00087944681 | |
| 21244280 | an hour ago | | | 0 | 0.00069445768 | |
| 21244269 | an hour ago | | | 0 | 0.00081759610 | |
| 21244245 | an hour ago | | | 0 | 0.00083967763 | |
| 21243952 | 2 hours ago | | | 0 | 0.00047018279 | |
| 21243872 | 3 hours ago | | | 0 | 0.00079872928 | |
| 21243870 | 3 hours ago | | | 0 | 0.00048206006 | |
| 21243648 | 3 hours ago | | | 0 | 0.00098679858 | |
| 21243620 | 3 hours ago | | | 0 | 0.00067076810 | |
| 21242497 | 7 hours ago | | | 0 | 0.00051014870 |
ABI
ABI objects
Getter at block 21244643
decimals() view returns (uint8)
18
distilleryAddress() view returns (address)
0x17cc6042605381c158d2adab487434bde79aa61c
initialLPAmount() view returns (uint256)
1000000000000000000000000000
maxSupply() view returns (uint256)
420689000000000000000000000000000
minter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Pond Coin
symbol() view returns (string)
PNDC
totalSupply() view returns (uint256)
420689000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
endMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
useSpawner(uint256 amount, address spawner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialLPAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.