HyperPools Uniswap WBTC/WETH LP
Verified contract
Proxy
Active on
Ethereum with 32 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
16 additional
variables
Balances ($5,014.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.032068 | $92,927.00 |
$2,979.96 | |
WETH | ERC-20 | 0.650429 | $3,128.73 |
$2,035.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014870 | a month ago | | | 0 | 0.0043586702 | |
| 18962717 | 10 months ago | | | 0 | 0.0016757084 | |
| 18962715 | 10 months ago | | | 0 | 0.010049670 | |
| 18562226 | a year ago | | | 0 | 0.0028421068 | |
| 18562224 | a year ago | | | 0 | 0.017231058 | |
| 18481721 | a year ago | | | 0 | 0.0027066915 | |
| 18481718 | a year ago | | | 0 | 0.010975958 | |
| 18390769 | a year ago | | | 0 | 0.0042404323 | |
| 18333778 | a year ago | | | 0 | 0.00066726152 | |
| 18333776 | a year ago | | | 0 | 0.0028807001 |
ABI
ABI objects
Getter at block 21227870 getUnderlyingBalances() view returns (uint256 amount0Current, uint256 amount1Current)
proxyAdmin() view returns (address)
0x823db50c56d8a994af0ceb3f7dc421852cf6fbff
DOMAIN_SEPARATOR() view returns (bytes32)
0x42f37e2a493f591729e0f1aa95949bb2ad9980152cc11d9ed6ef89cb86132b01
HYPERPOOLS() view returns (address)
0xd4fcb8398e9448ddbf20f2108aedc017b1a9e34c
RESTRICTED_MINT_ENABLED() view returns (uint16)
11111
decimals() view returns (uint8)
18
getLiquidity() view returns (uint128 liquidity)
3772225721507
getPositionID() view returns (bytes32 positionID)
0x75effc89090ea7bda4ded192d23f8f5db87ab1edc830c829546ca5f390d1d59b
hyperpoolsBalance0() view returns (uint256)
1078068
hyperpoolsBalance1() view returns (uint256)
218022470633411552
hyperpoolsFeeBPS() view returns (uint16)
250
hyperpoolsRebalanceBPS() view returns (uint16)
200
hyperpoolsSlippageBPS() view returns (uint16)
500
hyperpoolsSlippageInterval() view returns (uint32)
300
hyperpoolsTreasury() view returns (address)
0xd4fcb8398e9448ddbf20f2108aedc017b1a9e34c
lowerTick() view returns (int24)
259620
manager() view returns (address)
0xb5f9100e94c8f5b71101395dab91cbeffba4cc08
managerBalance0() view returns (uint256)
2105777
managerBalance1() view returns (uint256)
427759507353372781
managerFeeBPS() view returns (uint16)
1000
managerTreasury() view returns (address)
0xb5f9100e94c8f5b71101395dab91cbeffba4cc08
name() view returns (string)
HyperPools Uniswap WBTC/WETH LP
pool() view returns (address)
0xcbcdf9626bc03e24f779434178a73a0b4bad62ed
rebalanceEnabled() view returns (bool)
true
restrictedLiquidity() view returns (uint128)
0
restrictedMintToggle() view returns (uint16)
0
symbol() view returns (string)
HyperLP
token0() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
4399461941396
upperTick() view returns (int24)
260640
version() view returns (string)
1.0.0
whiteListEnabled() view returns (bool)
false
Read-only
supportsInterface(bytes4 id) view returns (bool)
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, uint160 sqrtRatioX96)
getUnderlyingBalancesAtPrice(uint160 sqrtRatioX96) view returns (uint256 amount0Current, uint256 amount1Current)
nonces(address owner) view returns (uint256)
whiteList(address) view returns (bool)
State-modifying
Events transferProxyAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 burnAmount, address receiver) returns (uint256 amount0, uint256 amount1, uint128 liquidityBurned)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableRebalance(bool enabled)
enableWhiteList(bool enabled)
executiveRebalance(int24 newLowerTick, int24 newUpperTick, uint160 swapThresholdPrice, uint256 swapAmountBPS, bool zeroForOne)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, address _pool, uint16 _managerFeeBPS, int24 _lowerTick, int24 _upperTick, address _manager_)
mint(uint256 amount0Max, uint256 amount1Max, address receiver) returns (uint256 amount0, uint256 amount1, uint256 mintAmount, uint128 liquidityMinted)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rebalance(uint160 swapThresholdPrice, uint256 swapAmountBPS, bool zeroForOne, uint256 feeAmount, address paymentToken)
renounceOwnership()
restrictLiquidity(uint128 _liquidity)
setWhiteList(address[] depositors, bool listed)
toggleRestrictMint()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes)
updateManagerParams(int16 newManagerFeeBPS, address newManagerTreasury, int16 newRebalanceBPS, int16 newSlippageBPS, int32 newSlippageInterval)
withdrawHyperPoolsBalance()
withdrawManagerBalance()
ProxyAdminTransferred(address indexed previousAdmin, address indexed newAdmin)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address receiver, uint256 burnAmount, uint256 amount0Out, uint256 amount1Out, uint128 liquidityBurned)
FeesEarned(uint256 feesEarned0, uint256 feesEarned1)
Initialized(uint8 version)
Minted(address receiver, uint256 mintAmount, uint256 amount0In, uint256 amount1In, uint128 liquidityMinted)
OwnershipTransferred(address indexed previousManager, address indexed newManager)
Rebalance(int24 lowerTick_, int24 upperTick_, uint128 liquidityBefore, uint128 liquidityAfter)
RestrictLiquidity(address arg0, uint128 arg1)
SetWhiteList(address arg0, address[] arg1, bool arg2)
ToggleRestrictMint(address arg0, uint16 arg1)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateManagerParams(uint16 managerFeeBPS, address managerTreasury, uint16 hyperpoolsRebalanceBPS, uint16 hyperpoolsSlippageBPS, uint32 hyperpoolsSlippageInterval)
constructor(address implementationAddress, address adminAddress, bytes data)
fallback()
receive()
This contract contains no error objects.