Popsicle LP V3 USDT/WETH
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000001 | $3,608.98 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12799254 | 3 years ago | | | 0 | 0.0089766900 | |
| 12799243 | 3 years ago | | | 0 | 0.010431903 | |
| 12705544 | 3 years ago | | | 0 | 0.0098504000 | |
| 12704872 | 3 years ago | | | 0 | 0.0076849440 | |
| 12704731 | 3 years ago | | | 0 | 0.011869164 | |
| 12704706 | 3 years ago | | | 0 | 0.0076878450 | |
| 12704651 | 3 years ago | | | 0 | 0.010028965 | |
| 12704555 | 3 years ago | | | 0 | 0.0081092550 | |
| 12704550 | 3 years ago | | | 0.17255638 | 0.0089303560 | |
| 12704548 | 3 years ago | | | 0 | 0.0088664960 |
ABI
ABI objects
Getter at block 21321118
DOMAIN_SEPARATOR() view returns (bytes32)
0x14c26f9fdbfdf1b88bb4b79cf1538aff09cc656481bb0cfc94906703dc1e57fc
accruedProtocolFees0() view returns (uint256)
457905338818058
accruedProtocolFees1() view returns (uint256)
767461
decimals() view returns (uint8)
18
finalized() view returns (bool)
true
governance() view returns (address)
0x8cef0e82bba7f75039e2b46c51a9183ce73b7892
name() view returns (string)
Popsicle LP V3 USDT/WETH
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x4e68ccd3e89f51c3074ca5072bbac773960dfa36
position() view returns (uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
(liquidity=15594316072341, feeGrowthInside0LastX128=115792089237316195423570985008687907671878067824462435182049757144569658216679, feeGrowthInside1LastX128=115792089237316195423570985008687907853269984152284727325790504422269493214639, tokensOwed0=0, tokensOwed1=0)
strategy() view returns (address)
0x20a8c0a8f603bed555bd9eb6f2fd4544a38217c1
symbol() view returns (string)
PLP
tickLower() view returns (int24)
-217140
tickSpacing() view returns (int24)
60
tickUpper() view returns (int24)
-198900
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token0PerShareStored() view returns (uint256)
8252982986890880700193
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
token1PerShareStored() view returns (uint256)
15492246149254
totalSupply() view returns (uint256)
293389348219
usersFees0() view returns (uint256)
4121148049362594
usersFees1() view returns (uint256)
6907203
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
userInfo(address) view returns (uint256 token0Rewards, uint256 token1Rewards, uint256 token0PerSharePaid, uint256 token1PerSharePaid)
State-modifying
Events acceptGovernance()
approve(address spender, uint256 amount) returns (bool)
collectFees(uint256 amount0, uint256 amount1)
collectProtocolFees(uint256 amount0, uint256 amount1)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount0Desired, uint256 amount1Desired) payable returns (uint256 shares, uint256 amount0, uint256 amount1)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init()
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)
withdraw(uint256 shares) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
CollectFees(uint256 feesFromPool0, uint256 feesFromPool1, uint256 usersFees0, uint256 usersFees1)
Deposit(address indexed sender, uint256 liquidity, 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, 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.