@defi-wonderland/keep3r-v2
Version:
The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs
32 lines (8 loc) • 338 B
Markdown
## `IPairManager`
Generic interface for Keep3r liquidity pools (kLP)
### `pool() → address _pool` (external)
Address of the pool from which the Keep3r pair manager will interact with
### `token0() → address _token0` (external)
Token0 of the pool
### `token1() → address _token1` (external)
Token1 of the pool