For the complete documentation index, see llms.txt. This page is also available as Markdown.

IncentiveKey

struct IncentiveKey {
  contract IERC20Minimal rewardToken;
  contract IERC20Minimal bonusRewardToken;
  contract IAlgebraPool pool;
  uint256 nonce;
}

Last updated