Popsicle LP V3 FTM/WETH
Verified contract
Active on
Ethereum with 314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,565.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.559925 | $3,634.46 |
$2,035.02 | |
FTM | ERC-20 | 427.495238 | $1.24 |
$530.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19693345 | 7 months ago | | | 0 | 0.0016824572 | |
| 19348776 | 9 months ago | | | 0 | 0.014892484 | |
| 18921126 | a year ago | | | 0 | 0.0073481153 | |
| 18836928 | a year ago | | | 0 | 0.011201244 | |
| 18804167 | a year ago | | | 0 | 0.0098260884 | |
| 18641692 | a year ago | | | 0 | 0.0079983093 | |
| 18616450 | a year ago | | | 0 | 0.010966232 | |
| 18522801 | a year ago | | | 0 | 0.0088758133 | |
| 18505034 | a year ago | | | 0 | 0.0055068356 | |
| 18320996 | a year ago | | | 0 | 0.0026631049 |
ABI
ABI objects
Getter at block 21318754 usersAmounts() view returns (uint256 amount0, uint256 amount1)
DOMAIN_SEPARATOR() view returns (bytes32)
0x5962b580c1a89e292cf353b35f2f4ff7141c9acbc7ee2672ad8af2db939bc8fd
decimals() view returns (uint8)
18
governance() view returns (address)
0xd5ea789872788bc984229f2a88505e187da06ba1
initialized() view returns (bool)
true
name() view returns (string)
Popsicle LP V3 FTM/WETH
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x3b685307c8611afb2a9e83ebc8743dc20480716e
position() view returns (uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
(liquidity=185882705275317525844, feeGrowthInside0LastX128=5008110459909378384981355593169836283644, feeGrowthInside1LastX128=994588739824367773052967968180747596, tokensOwed0=0, tokensOwed1=0)
protocolFees0() view returns (uint256)
427495238382098051749
protocolFees1() view returns (uint256)
83910193000715076
strategy() view returns (address)
0xf2b3aef4f6be0f293233859d3905d280a7799f85
symbol() view returns (string)
PLP
tickLower() view returns (int24)
-93800
tickSpacing() view returns (int24)
200
tickUpper() view returns (int24)
-58200
token0() view returns (address)
0x4e15361fd6b4bb609fa63c81a2be19d873717870
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalFees0() view returns (uint256)
408929992666943442079488
totalFees1() view returns (uint256)
170325566555513056199
totalSupply() view returns (uint256)
967809804221284643396408548
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.