UniV3Liquidity
Verified contract
Active on
Ethereum with 160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UniLP.org | ERC-20 | 500 | -- | -- | |
UniswapLP.org | ERC-20 | 400 | -- | -- | |
V3Reward.com | ERC-20 | 300 | -- | -- | |
(#114593) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#112470) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#110810) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#109115) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#107862) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#105391) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#104803) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13950735 | 3 years ago | | | 0 | 0.0098365540 | |
| 13080191 | 3 years ago | | | 0 | 0.012825790 | |
| 13060866 | 3 years ago | | | 0 | 0.029515057 | |
| 13060857 | 3 years ago | | | 0 | 0.0075940480 | |
| 13060790 | 3 years ago | | | 0 | 0.0081168964 | |
| 13041377 | 3 years ago | | | 0 | 0.025151760 | |
| 13041368 | 3 years ago | | | 0 | 0.0065056800 | |
| 13041358 | 3 years ago | | | 0 | 0.010530313 | |
| 13021907 | 3 years ago | | | 0 | 0.035562756 | |
| 13021895 | 3 years ago | | | 0 | 0.0078043640 |
ABI
ABI objects
Getter at block 21212623
assets() view returns (uint256)
0
fund() view returns (address)
0x6e1e257901da3af584762a4b410116d2a67af9fa
getGovernance() pure returns (address)
0x6e1e257901da3af584762a4b410116d2a67af9fa
getRewards() pure returns (address)
0x6e1e257901da3af584762a4b410116d2a67af9fa
getStrategist() pure returns (address)
0x7675f689b1ce515a2a63f6790c05d5103078139e
idleAssets() view returns (uint256)
0
ioToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
liquidityAssets() view returns (uint256)
0
worksPos() view returns (uint256[] tokenIds)
[]
Read-only
checkPos(address pool, int24 tickLower, int24 tickUpper) view returns (bool atWork, bool has, uint256 tokenId)
estimateAmountIn(address from, address to, uint256 amountOut) view returns (uint256 amountIn)
estimateAmountOut(address from, address to, uint256 amountIn) view returns (uint256 amountOut)
posList(bytes32) view returns (uint256)
swapRoute(address, address) view returns (bytes)
State-modifying
Events bind(address _fund, address _ioToken)
collect(uint256 tokenId, uint128 amount0Max, uint128 amount1Max) returns (uint256 amount0, uint256 amount1)
decreaseLiquidity(uint256 tokenId, uint128 liquidity, uint256 amount0Min, uint256 amount1Min) returns (uint256 amount0, uint256 amount1)
exactInput(address tokenIn, address tokenOut, uint256 amountIn, uint256 amountOutMinimum) returns (uint256 amountOut)
exactOutput(address tokenIn, address tokenOut, uint256 amountOut, uint256 amountInMaximum) returns (uint256 amountIn)
increaseLiquidity(uint256 tokenId, uint256 amount0Desired, uint256 amount1Desired, uint256 amount0Min, uint256 amount1Min) returns (uint128 liquidity, uint256 amount0, uint256 amount1)
mint(address token0, address token1, uint24 fee, int24 tickLower, int24 tickUpper, uint256 amount0Desired, uint256 amount1Desired)
multicall(bytes[] data) returns (bytes[] results)
removeUnderlyings(address[] ts)
safeApproveAll(address token)
setGovernance(address _governance)
setRewards(address _rewards)
setStrategist(address _strategist)
setUnderlyings(address[] ts)
settingSwapRoute(bytes path)
withdraw(address to, uint256 amount, uint256 scale)
withdrawOfUnderlying(address to, uint256 scale)
Collect(uint256 tokenId, uint256 amount0, uint256 amount1)
DecreaseLiquidity(uint256 tokenId, uint128 liquidity)
IncreaseLiquidity(uint256 tokenId, uint128 liquidity)
Mint(uint256 tokenId, uint128 liquidity)
Swap(uint256 amountIn, uint256 amountOut)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.