Popsicle LP V3 AXS/WETH
Verified contract
Active on
Ethereum with 399 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,150.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 1.450539 | $3,589.01 |
$5,206 | |
AXS | ERC-20 | 121.526515 | $7.77 |
$944.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251070 | 5 days ago | | | 0 | 0.0062707442 | |
| 20134663 | 5 months ago | | | 0 | 0.0016972462 | |
| 20085339 | 5 months ago | | | 0 | 0.0063496734 | |
| 19543198 | 8 months ago | | | 0 | 0.0057517275 | |
| 19063414 | 10 months ago | | | 0 | 0.0061484371 | |
| 18923295 | a year ago | | | 0 | 0.0058006698 | |
| 18795974 | a year ago | | | 0 | 0.011691493 | |
| 18726695 | a year ago | | | 0 | 0.016066850 | |
| 18640745 | a year ago | | | 0 | 0.0088372351 | |
| 18612579 | a year ago | | | 0 | 0.0074968533 |
ABI
ABI objects
Getter at block 21289378 usersAmounts() view returns (uint256 amount0, uint256 amount1)
DOMAIN_SEPARATOR() view returns (bytes32)
0xe39a5a1759462322d4f74a9642a27e1b33eb1ea591b2d7da5660edab85c18b28
decimals() view returns (uint8)
18
governance() view returns (address)
0xd5ea789872788bc984229f2a88505e187da06ba1
initialized() view returns (bool)
true
name() view returns (string)
Popsicle LP V3 AXS/WETH
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x3019d4e366576a88d28b623afaf3ecb9ec9d9580
position() view returns (uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
(liquidity=390028642283265612780, feeGrowthInside0LastX128=608576464053933919083290090192780514967, feeGrowthInside1LastX128=1879929564032638201746266504249468604, tokensOwed0=0, tokensOwed1=0)
protocolFees0() view returns (uint256)
121526514772358851004
protocolFees1() view returns (uint256)
378141251364449788
strategy() view returns (address)
0x7f65417dd8997596a46224285f6689a4ee7ed06e
symbol() view returns (string)
PLP
tickLower() view returns (int24)
-60960
tickSpacing() view returns (int24)
60
tickUpper() view returns (int24)
-48360
token0() view returns (address)
0xbb0e17ef65f82ab018d8edd776e8dd940327b28b
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalFees0() view returns (uint256)
4351532376095061723233
totalFees1() view returns (uint256)
54611245641511716884
totalSupply() view returns (uint256)
823291047932043134983869080
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.