Contains the contract functions only with a link to the full function in the contract code
Interface
Contract events
- event LiquidityHubSet(address indexed oldLiquidityHub, address indexed newLiquidityHub)
- event DiscountAuthoritySet(address indexed oldDiscountAuthority, address indexed newDiscountAuthority)
- event FeeNumeratorSet(uint256 indexed oldFeeNumerator, uint256 indexed newFeeNumerator)
- event AMMSet(address indexed oldAMM, address indexed newAMM)
- event OffRampPairSet(address indexed oldOffRampPair, address indexed newOffRampPair)
- event LiquidityHubFrozen(address indexed liquidityHub)
- event DiscountAuthorityFrozen(address indexed discountAuthority)
