Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ClaimantHelper

Git Source

Functions

_claim

function _claim(address[] calldata _pools, address _recipient) internal returns (uint256[] memory results);

claimForOther

function claimForOther(address[] calldata _pools, address _recipient) external;

claim

function claim(address[] calldata _pools) external returns (uint256[] memory results);

_payoff

function _payoff(address[] calldata _pools, address _recipient) internal returns (uint256[] memory results);

payoff

function payoff(address[] calldata _pools) external returns (uint256[] memory results);

payoffForOther

function payoffForOther(address[] calldata _pools, address _recipient) external;