FluidVaultT1Payback
Last updated
/// @param vault The address of the Fluid Vault T1
/// @param nftId ID of the NFT representing the position
/// @param amount Amount to payback
/// @param from Address to pull the tokens from
struct Params {
address vault;
uint256 nftId;
uint256 amount;
address from;
}return bytes32(amount);emit ActionEvent("FluidVaultT1Payback", logData);
logger.logActionDirectEvent("FluidVaultT1Payback", logData);
bytes memory logData = abi.encode(params);