Contains the contract functions only with a link to the full function in the contract code
Interface
- interface IXchangeFactory
- interface IXchangePair
- interface IXchangeERC20
- interface IERC20
- interface IXchangeDiscountAuthority
- interface IUniswapV2Callee
External Functions
- function setFeeTo(address _feeTo) external onlyOwner
- function setDiscountAuthority(address _discountAuthority) external onlyOwner
- function setTrusted(address _trustedAddress) external onlyOwner
- function setFailsafeLiquidator(address _failsafeLiquidator) external onlyOwner
- function createPair(address tokenA, address tokenB) external override returns (address pair)
