Popsicle LP V3 SPELL/WETH
Verified contract
Active on
Ethereum with 389 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,838.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.440497 | $3,339.59 |
$1,471.08 | |
SPELL | ERC-20 | 450.15472K | $0.000815 |
$367.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231923 | 2 days ago | | | 0 | 0.0036832022 | |
| 21045263 | a month ago | | | 0 | 0.0017445331 | |
| 20123706 | 5 months ago | | | 0 | 0.00088885500 | |
| 19442433 | 8 months ago | | | 0 | 0.010286006 | |
| 19413440 | 8 months ago | | | 0 | 0.027642259 | |
| 19063453 | 10 months ago | | | 0 | 0.0060926763 | |
| 18921123 | a year ago | | | 0 | 0.0071276511 | |
| 18862233 | a year ago | | | 0 | 0.0044127331 | |
| 18860683 | a year ago | | | 0 | 0.0033652967 | |
| 18724613 | a year ago | | | 0 | 0.016846879 |
ABI
ABI objects
Getter at block 21248402 usersAmounts() view returns (uint256 amount0, uint256 amount1)
DOMAIN_SEPARATOR() view returns (bytes32)
0xfae3d69068678d6578622d56b47a1d7b79d06872eab234129f2c05a590731b15
decimals() view returns (uint8)
18
governance() view returns (address)
0xd5ea789872788bc984229f2a88505e187da06ba1
initialized() view returns (bool)
true
name() view returns (string)
Popsicle LP V3 SPELL/WETH
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0xfebf38b1d34818d4827034f97b7d6d77c79d4997
position() view returns (uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
(liquidity=16101793794435761121223, feeGrowthInside0LastX128=55819310170391987928607481803760579925929, feeGrowthInside1LastX128=15922211240173542928107446200249333, tokensOwed0=0, tokensOwed1=0)
protocolFees0() view returns (uint256)
450154719917712547292967
protocolFees1() view returns (uint256)
123846069031433701
strategy() view returns (address)
0xb52c492f1cbb0e124b4de596ec1404243365a607
symbol() view returns (string)
PLP
tickLower() view returns (int24)
-154800
tickSpacing() view returns (int24)
60
tickUpper() view returns (int24)
-137040
token0() view returns (address)
0x090185f2135308bad17527004364ebcc2d37e5f6
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalFees0() view returns (uint256)
73260129228932447420109888
totalFees1() view returns (uint256)
113808564002318618771
totalSupply() view returns (uint256)
102199247299194461893306427569
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.