contracts/dex/v2/pool/base_pool_v2 library
Classes
Typedefs
- CommonPoolData = ({BigInt collectedToken0ProtocolFee, BigInt collectedToken1ProtocolFee, bool isLocked, BigInt lpFee, BigInt protocolFee, InternalAddress? protocolFeeAddress, BigInt reserve0, BigInt reserve1, InternalAddress routerAddress, InternalAddress token0WalletAddress, InternalAddress token1WalletAddress, BigInt totalSupplyLP})