pragma solidity >=0.5.0; interface IBallswapVFactory { function getExchange(address) external view returns (address); }