// SPDX-License-Identifier: MIT pragma solidity 0.6.11; interface IBalanceRedirectPresale { function isClosed() external view returns (bool); }