Range Uniswap WETH/WSTETH 0.01% LP
Verified contract
Proxy
Active on
Ethereum with 437 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
0x1098…7daa
0x7f39…2ca0
16 additional
variables
Balances ($23,629.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 2.072585K | $9.40 |
$19,482.3 | |
wstETH | ERC-20 | 0.681978 | $3,775.14 |
$2,574.56 | |
WETH | ERC-20 | 0.493962 | $3,182.82 |
$1,572.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084743 | 10 days ago | | | 0 | 0.0021956045 | |
| 21084742 | 10 days ago | | | 0 | 0.0010754629 | |
| 21084728 | 10 days ago | | | 0 | 0.00097223455 | |
| 21084727 | 10 days ago | | | 0 | 0.0014386190 | |
| 21004613 | 21 days ago | | | 0 | 0.0016490777 | |
| 21004612 | 21 days ago | | | 0 | 0.00076262897 | |
| 21004611 | 21 days ago | | | 0 | 0.0012672305 | |
| 20971905 | a month ago | | | 0 | 0.0081256060 | |
| 20971900 | a month ago | | | 0 | 0.0029862897 | |
| 20971896 | a month ago | | | 0 | 0.0048757503 |
ABI
ABI objects
Getter at block 21157944 getCurrentFees() view returns (uint256 fee0, uint256 fee1) getUnderlyingBalances() view returns (uint256 amount0Current, uint256 amount1Current) proxiableUUID() view returns (bytes32)
decimals() view returns (uint8)
18
factory() view returns (address)
0xf1e70677fb1f49471604c012e8b42ba11226336b
getPositionID() view returns (bytes32 positionID)
0x35e58e86b9a60e6c4c091588c3398cc1845c794e435132b2492b2424cf809fb5
inThePosition() view returns (bool)
true
lowerTick() view returns (int24)
1680
manager() view returns (address)
0x84b43ce5fb1faf013181fea96ffa4af6179e396a
managerBalance0() view returns (uint256)
383287304569249078
managerBalance1() view returns (uint256)
493961565898996561
managingFee() view returns (uint16)
0
mintStarted() view returns (bool)
true
name() view returns (string)
Range Uniswap WETH/WSTETH 0.01% LP
paused() view returns (bool)
false
performanceFee() view returns (uint16)
1000
pool() view returns (address)
0x109830a1aaad605bbf02a9dfa7b0b92ec2fb7daa
symbol() view returns (string)
R-UNI
tickSpacing() view returns (int24)
1
token0() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
930736866914932542124604
upperTick() view returns (int24)
1685
userCount() view returns (uint256)
22
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMintAmounts(uint256 amount0Max, uint256 amount1Max) view returns (uint256 amount0, uint256 amount1, uint256 mintAmount)
getUnderlyingBalancesByShare(uint256 shares) view returns (uint256 amount0, uint256 amount1)
getUserVaults(uint256 fromIdx, uint256 toIdx) view returns (struct IRangeProtocolVaultUserVaultInfo[])
userVaults(address) view returns (bool exists, uint256 token0, uint256 token1)
users(uint256) view returns (address)
State-modifying
Events addLiquidity(int24 newLowerTick, int24 newUpperTick, uint256 amount0, uint256 amount1, uint256[2] minAmountsIn, uint256[2] maxAmountsIn) returns (uint256 remainingAmount0, uint256 remainingAmount1)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 burnAmount, uint256[2] minAmountsOut) returns (uint256 amount0, uint256 amount1)
collectManager()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _pool, int24 _tickSpacing, bytes data)
mint(uint256 mintAmount, uint256[2] maxAmountsIn) returns (uint256 amount0, uint256 amount1)
pause()
pullFeeFromPool()
removeLiquidity(uint256[2] minAmountsOut)
renounceOwnership()
swap(bool zeroForOne, int256 swapAmount, uint160 sqrtPriceLimitX96, uint256 minAmountOut) returns (int256 amount0, int256 amount1)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newManager)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes)
unpause()
updateFees(uint16 newManagingFee, uint16 newPerformanceFee)
updateTicks(int24 _lowerTick, int24 _upperTick)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Burned(address indexed receiver, uint256 burnAmount, uint256 amount0Out, uint256 amount1Out)
FeesEarned(uint256 feesEarned0, uint256 feesEarned1)
FeesUpdated(uint16 managingFee, uint16 performanceFee)
InThePositionStatusSet(bool inThePosition)
Initialized(uint8 version)
LiquidityAdded(uint256 liquidityMinted, int24 tickLower, int24 tickUpper, uint256 amount0In, uint256 amount1In)
LiquidityRemoved(uint256 liquidityRemoved, int24 tickLower, int24 tickUpper, uint256 amount0Out, uint256 amount1Out)
MintStarted()
Minted(address indexed receiver, uint256 mintAmount, uint256 amount0In, uint256 amount1In)
OwnershipTransferred(address indexed previousManager, address indexed newManager)
Paused(address account)
Swapped(bool zeroForOne, int256 amount0, int256 amount1)
TicksSet(int24 lowerTick, int24 upperTick)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
InvalidBurnAmount()
InvalidManagingFee()
InvalidMintAmount()
InvalidPerformanceFee()
InvalidTicksSpacing()
LiquidityAlreadyAdded()
MintNotAllowed()
MintNotStarted()
NotAllowedToUpdateTicks()
OnlyFactoryAllowed()
OnlyPoolAllowed()
SlippageExceedThreshold()
TicksOutOfRange()
ZeroManagerAddress()
ZeroMintAmount()
ZeroUnderlyingBalance()