Popsicle LP V3 WBTC/XTP
Verified contract
Active on
Ethereum with 71 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,303.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.022982 | $100,236.00 |
$2,303.58 | |
XTP | ERC-20 | 7.049677K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18186370 | a year ago | | | 0 | 0.0076024250 | |
| 17619349 | a year ago | | | 0 | 0.0050240811 | |
| 17004843 | 2 years ago | | | 0 | 0.0047604416 | |
| 16954460 | 2 years ago | | | 0 | 0.0057113474 | |
| 16935968 | 2 years ago | | | 0 | 0.0090053965 | |
| 16883000 | 2 years ago | | | 0 | 0.0090443078 | |
| 16882971 | 2 years ago | | | 0 | 0.0089041389 | |
| 16882931 | 2 years ago | | | 0 | 0.0086748879 | |
| 16880252 | 2 years ago | | | 0 | 0.0093961286 | |
| 16880015 | 2 years ago | | | 0 | 0.0087896891 |
ABI
ABI objects
Getter at block 21386021 usersAmounts() view returns (uint256 amount0, uint256 amount1)
DOMAIN_SEPARATOR() view returns (bytes32)
0xcf27d5888027cc01f7a4939890673bc931570d6e8827242cb41efd170e0eab4b
decimals() view returns (uint8)
18
governance() view returns (address)
0xd5ea789872788bc984229f2a88505e187da06ba1
initialized() view returns (bool)
true
name() view returns (string)
Popsicle LP V3 WBTC/XTP
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0xf205cae3e3e24024328553c7f1abc13d1cceff42
position() view returns (uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)
(liquidity=0, feeGrowthInside0LastX128=83526933844331111674869848139, feeGrowthInside1LastX128=3567694274512339939764470229479933939764930835, tokensOwed0=0, tokensOwed1=0)
protocolFees0() view returns (uint256)
155776
protocolFees1() view returns (uint256)
7049677413841911664286
strategy() view returns (address)
0xcef328a63a9553801c156749fdfade99fea40264
symbol() view returns (string)
PLP
tickLower() view returns (int24)
375200
tickSpacing() view returns (int24)
200
tickUpper() view returns (int24)
385000
token0() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
token1() view returns (address)
0x6368e1e18c4c419ddfc608a0bed1ccb87b9250fc
totalFees0() view returns (uint256)
20068832
totalFees1() view returns (uint256)
554371212195865878625750
totalSupply() view returns (uint256)
0
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.