Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BunniLensV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22717156 | a day ago | | | 0 | 0.00023202600 | |
| 22714870 | a day ago | | | 0 | 0.00019852200 | |
| 22714857 | a day ago | | | 0 | 0.00019847400 | |
| 22584116 | 4 days ago | | | 0 | 0.00019852200 | |
| 22574381 | 4 days ago | | | 0 | 0.00023202600 | |
| 22574348 | 4 days ago | | | 0 | 0.00019708200 | |
| 22321771 | 10 days ago | | | 0 | 0.00019852200 | |
| 22321765 | 10 days ago | | | 0 | 0.00023202600 | |
| 22321748 | 10 days ago | | | 0 | 0.00019852200 | |
| 22321742 | 10 days ago | | | 0 | 0.00023200200 |
ABI
ABI objects
Getter at block 22766342
hub() view returns (address)
0xd1fac4f51457e4a6d35bdc7311718e5d6de92bb9
owner() view returns (address)
0xdd3705a1c50fc84b6d31394aa8f4d568b98a8ad5
Read-only
getBunniKeyForToken(address token) view returns (struct BunniKey key)
getBunniVault(address pool, uint256 index) view returns (struct BunniKey key, address token)
getBunniVaults(address pool) view returns (struct BunniKey[] keys, address[] tokens)
getReserves(struct BunniKey key) view returns (uint112 reserve0, uint112 reserve1)
getTokenForBunniKey(struct BunniKey key) view returns (address token)
pricePerFullShare(struct BunniKey key) view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
State-modifying
Events addKey(struct BunniKey key, address pair, address token)
removeKey(uint256 index, address pair, address token)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address hub_)
This contract contains no fallback and receive objects.
T()