Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 44 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22051352 | 2 hours ago | | | 0 | 0.0000061050782 | |
| 22036318 | 11 hours ago | | | 0 | 0.000020181117 | |
| 22035525 | 11 hours ago | | | 0 | 0.000026270567 | |
| 21998849 | a day ago | | | 0 | 0.0000024345957 | |
| 21917714 | 3 days ago | | | 0 | 0.0000021854243 | |
| 21917707 | 3 days ago | | | 0 | 0.0000026608482 | |
| 21908621 | 3 days ago | | | 0 | 0.0000052515219 | |
| 21908610 | 3 days ago | | | 0 | 0.0000045264251 | |
| 21878818 | 4 days ago | | | 0 | 0.0000048309026 | |
| 21818945 | 5 days ago | | | 0 | 0.000017508452 |
ABI
ABI objects
Getter at block 22055291
admin() view returns (address)
0x1c5f335657551f3f5526ff5630cc4540b2af70e3
ownerFixed() view returns (bool)
false
Read-only
advisors(address) view returns (address)
rebalancers(address) view returns (address)
State-modifying
Events addBaseLiquidity(address _hypervisor, uint256 amount0, uint256 amount1, uint256[2] inMin)
addLimitLiquidity(address _hypervisor, uint256 amount0, uint256 amount1, uint256[2] inMin)
addLiquidity(address _hypervisor, int24 tickLower, int24 tickUpper, uint256 amount0, uint256 amount1, uint256[2] inMin)
compound(address _hypervisor) returns (uint128 baseToken0Owed, uint128 baseToken1Owed, uint128 limitToken0Owed, uint128 limitToken1Owed, uint256[4] inMin)
compound(address _hypervisor, uint256[4] inMin) returns (uint128 baseToken0Owed, uint128 baseToken1Owed, uint128 limitToken0Owed, uint128 limitToken1Owed)
fixOwnership()
pullLiquidity(address _hypervisor, int24 tickLower, int24 tickUpper, uint128 shares, uint256[2] minAmounts) returns (uint256 base0, uint256 base1)
pullLiquidity(address _hypervisor, uint256 shares, uint256[4] minAmounts) returns (uint256 base0, uint256 base1, uint256 limit0, uint256 limit1)
rebalance(address _hypervisor, int24 _baseLower, int24 _baseUpper, int24 _limitLower, int24 _limitUpper, address _feeRecipient, uint256[4] inMin, uint256[4] outMin)
removeWhitelisted(address _hypervisor)
rescueERC20(address token, address recipient)
setAdvisor(address _hypervisor, address newAdvisor)
setFee(address _hypervisor, uint8 newFee)
setRebalancer(address _hypervisor, address newRebalancer)
setWhitelist(address _hypervisor, address newWhitelist)
toggleDirectDeposit(address _hypervisor)
transferAdmin(address newAdmin)
transferHypervisorOwner(address _hypervisor, address newOwner)
This contract contains no event objects.
constructor(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.