Fungible Liquidity
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($579.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 391 | $1.002 |
$391.78 | |
WETH | ERC-20 | 0.060677 | $3,099.76 |
$188.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13783623 | 3 years ago | | | 0 | 0.010585029 | |
| 13783511 | 3 years ago | | | 0 | 0.0018466035 | |
| 13783450 | 3 years ago | | | 0 | 0.0029571742 | |
| 12499429 | 3 years ago | | | 0 | 0.011759100 | |
| 12499382 | 3 years ago | | | 0 | 0.016678992 | |
| 12499237 | 3 years ago | | | 0 | 0.015874080 | |
| 12499223 | 3 years ago | | | 0 | 0.021245813 |
ABI
ABI objects
Getter at block 21215275 getTotalAmounts() view returns (uint256 total0, uint256 total1)
DUST_THRESHOLD() view returns (uint256)
1000
MILLIBASIS() view returns (uint256)
100000
baseLower() view returns (int24)
-200040
baseUpper() view returns (int24)
-196080
decimals() view returns (uint8)
18
fee() view returns (uint24)
3000
getBasePosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=0, amount0=39992303369586661, amount1=102272370)
getLimitPosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=0, amount0=0, amount1=0)
limitLower() view returns (int24)
-198900
limitUpper() view returns (int24)
-198060
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
Fungible Liquidity
owner() view returns (address)
0xbb27baf085cb9c46d9f64b8d1f43d3e5a34d2c1c
pool() view returns (address)
0x4e68ccd3e89f51c3074ca5072bbac773960dfa36
symbol() view returns (string)
LIQ
tickSpacing() view returns (int24)
60
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 deposit0, uint256 deposit1, address to) returns (uint256 shares)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebalance(int24 _baseLower, int24 _baseUpper, int24 _limitLower, int24 _limitUpper, address feeRecipient)
setMaxTotalSupply(uint256 _maxTotalSupply)
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 amount0Delta, int256 amount1Delta, bytes data)
withdraw(uint256 shares, address to, address from) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
Rebalance(int24 tick, uint256 totalAmount0, uint256 totalAmount1, uint256 feeAmount0, uint256 feeAmount1, uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
constructor(address _pool, address _owner, int24 _baseLower, int24 _baseUpper, int24 _limitLower, int24 _limitUpper)
This contract contains no fallback and receive objects.
This contract contains no error objects.