ExchangeHelper
Helper contract to buy/sell G$ at GoodReserve with any token supported by Uniswap V2. Since reserve only supports cDAI.
Events
TokenPurchased
Parameter name
Annotation
event TokenPurchased(
address indexed caller,
address indexed inputToken,
uint256 inputAmount,
uint256 actualReturn,
address indexed receiverAddress
);TokenSold
Parameter name
Annotation
buy
Parameter name
Annotation
sell
Parameter name
Annotation
Last updated
Was this helpful?