Contains the contract functions only with a link to the full function in the contract code
Interface
interface ILiquidityHub
interface IX7EcosystemSplitter
interface IWETH
Contract events
event SharesSet(uint256 distributeShare, uint256 liquidityShare, uint256 auxiliaryShare, uint256 treasuryShare)
event OffRampPairSet(address indexed offRampPair)
event DistributeTargetSet(address indexed oldTarget, address indexed newTarget)
event AuxiliaryTargetSet(address indexed oldTarget, address indexed newTarget)
event TreasuryTargetSet(address indexed oldTarget, address indexed newTarget)
event LiquidityRatioTargetSet(uint256 liquidityRatioTarget)
event LiquidityTokenReceiverSet(address indexed oldReciever, address indexed newReceiver)
event BalanceThresholdSet(uint256 threshold)
event RouterSet(address router)
event TreasuryTargetFrozen()
