Popsicle LP V3 SHIB/WETH
Verified contract
Active on
Ethereum with 233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,567.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 344.229225M | $0.000029 |
$9,920.69 | |
WETH | ERC-20 | 0.418795 | $3,931.70 |
$1,646.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21361255 | 4 days ago | | | 0 | 0.0040279240 | |
| 20022724 | 6 months ago | | | 0 | 0.0022813709 | |
| 19502683 | 9 months ago | | | 0 | 0.0040353554 | |
| 19347092 | 9 months ago | | | 0 | 0.013911884 | |
| 19063455 | a year ago | | | 0 | 0.0057385053 | |
| 18866809 | a year ago | | | 0 | 0.0042726259 | |
| 18815956 | a year ago | | | 0 | 0.015826845 | |
| 18740544 | a year ago | | | 0 | 0.0090236805 | |
| 18627067 | a year ago | | | 0 | 0.0093774321 | |
| 18522849 | a year ago | | | 0 | 0.0077977693 |
ABI
ABI objects
Getter at block 21386779 usersAmounts() view returns (uint256 amount0, uint256 amount1)
DOMAIN_SEPARATOR() view returns (bytes32)
0x75b7713d179cb729336c4e3cdbf0ad1421db45bb63a66f30edfc77f9f4e30ca8
decimals() view returns (uint8)
18
governance() view returns (address)
0xd5ea789872788bc984229f2a88505e187da06ba1
initialized() view returns (bool)
true
name() view returns (string)
Popsicle LP V3 SHIB/WETH
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x5764a6f2212d502bc5970f9f129ffcd61e5d7563
position() view returns (uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
(liquidity=521579156984100526175735, feeGrowthInside0LastX128=115792089237316195423570985008687907100554145177821938947754061589153222895481, feeGrowthInside1LastX128=115792089237316195423570985008687907853269974446064934779931187293074533023676, tokensOwed0=0, tokensOwed1=0)
protocolFees0() view returns (uint256)
80978957201039418712832022
protocolFees1() view returns (uint256)
418795274372577891
strategy() view returns (address)
0x9362ae06cc53cbd89518399a3da7509273b74720
symbol() view returns (string)
PLP
tickLower() view returns (int24)
-198400
tickSpacing() view returns (int24)
200
tickUpper() view returns (int24)
-188000
token0() view returns (address)
0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalFees0() view returns (uint256)
12249276519768245358926326732
totalFees1() view returns (uint256)
105156216103943857463
totalSupply() view returns (uint256)
504342092075647737191538318224
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isOperator(address _operator) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptGovernance()
approve(address spender, uint256 amount) returns (bool)
approveOperator(address _operator)
collectProtocolFees(uint256 amount0, uint256 amount1)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount0Desired, uint256 amount1Desired, address to) returns (uint256 shares, uint256 amount0, uint256 amount1)
disableOperator(address _operator)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init()
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rebalance()
rerange()
setGovernance(address _governance)
setStrategy(address _strategy)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
uniswapV3MintCallback(uint256 amount0, uint256 amount1, bytes data)
uniswapV3SwapCallback(int256 amount0, int256 amount1, bytes _data)
unpause()
withdraw(uint256 shares, address to) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
CollectFees(uint256 feesFromPool0, uint256 feesFromPool1, uint256 usersFees0, uint256 usersFees1)
CompoundFees(uint256 amount0, uint256 amount1)
Deposit(address indexed sender, address indexed recipient, uint256 share, uint256 amount0, uint256 amount1)
Rerange(int24 tickLower, int24 tickUpper, uint256 amount0, uint256 amount1)
RewardPaid(address indexed sender, uint256 fees0, uint256 fees1)
Snapshot(uint256 totalAmount0, uint256 totalAmount1)
Transfer(address indexed from, address indexed to, uint256 value)
TransferGovernance(address indexed previousGovernance, address indexed newGovernance)
Withdraw(address indexed sender, address indexed recipient, uint256 shares, uint256 amount0, uint256 amount1)
constructor(address _pool, address _strategy)
This contract contains no fallback and receive objects.
This contract contains no error objects.