CompWithdraw
Last updated
/// @param cTokenAddr Address of the cToken token to withdraw
/// @param amount Amount of tokens to be withdrawn
/// @param to Address that will receive the withdrawn tokens
struct Params {
address cTokenAddr;
uint256 amount;
address to;
}return bytes32(withdrawAmount);emit ActionEvent("CompWithdraw", logData);
logger.logActionDirectEvent("CompWithdraw", logData);
bytes memory logData = abi.encode(params);