GhoClaimAave
Last updated
/// @param amount Amount of AAVE token to claim (uintMax is supported)
/// @param to Address that will be receiving the rewards
struct Params {
uint256 amount;
address to;
}return bytes32(claimedAmount);emit ActionEvent("GhoClaimAAVE", logData);
logger.logActionDirectEvent("GhoClaimAAVE", logData);
bytes memory logData = abi.encode(params);