LidoStake
Last updated
/// @param amount - amount of WETH to pull
/// @param from - address from which to pull WETH from
/// @param to - address where received stETH will be sent to
struct Params {
uint256 amount;
address from;
address to;
}return
contract LidoStake is ActionBase, DSMath, LidoHelper {
using TokenUtils for address;emit ActionEvent("LidoStake", logData);
logger.logActionDirectEvent("LidoStake", logData);
bytes memory logData = abi.encode(params);