Auto-Close
Auto-Close
function close() external {
require(block.timestamp >= endTime, "Not expired");
_withdrawAllToManager(); // or pro-rata
emit Closed();
}Last updated
function close() external {
require(block.timestamp >= endTime, "Not expired");
_withdrawAllToManager(); // or pro-rata
emit Closed();
}Last updated