Contract

This section introduces the core smart contracts that power PumpSpace. Each contract plays a specific role in enabling token pair creation, liquidity provisioning, and token swaps. For detailed functionality and available methods, refer to the individual contract pages.

๐Ÿ—๏ธ Factory

Handles the creation and indexing of token pairs and liquidity pools.

Factory

๐Ÿ” Router

Serves as the main interface for users to interact with PumpSpace โ€” enabling token swaps and liquidity management.

Router

๐Ÿ”„ Pair

Represents a single liquidity pool for a token pair. It manages token reserves and executes swaps at the protocol level.

Pair