ContributionCalculation
Helper contract for calculating the exit contribution (i.e. when selling G$ back to the reserve).
Last updated
Was this helpful?
Was this helpful?
function calculateContribution(
GoodMarketMaker _marketMaker,
GoodReserveCDai _reserve,
address _contributer,
ERC20 _token,
uint256 _gdAmount
) external view returns (uint256);