CompV3Transfer
Last updated
/// @param market Main Comet proxy contract that is different for each compound market
/// @param from Address of the sender
/// @param to Address of the receiver
/// @param tokenAddr Address of the token to be transferred
/// @param amount Amount of tokens to be transferred
struct Params {
address market;
address from;
address to;
address tokenAddr;
uint256 amount;
}return bytes32(withdrawAmount);emit ActionEvent("CompV3Transfer", logData);
logger.logActionDirectEvent("CompV3Transfer", logData);
bytes memory logData = abi.encode(params);