DEX Testnet Contracts
Celestium DEX Testnet is a decentralized exchange built on the Celestium blockchain. Below are the official smart contract addresses for the key components of the DEX.
Core Contracts
Multicall:
0xe49FCCDb659ACA606A9AbD8EC478bc7462c67CEa
Used to aggregate multiple contract read calls into a single call to improve efficiency.
Factory:
0xf467e3D49684bbDCFaFA73fC00FAeA85b180c456
The core contract responsible for creating and managing liquidity pools.
Router:
0xC24c897b5b78Da2Db8b590fc7f6f5402d8FD6754
Facilitates token swaps and liquidity provision by interacting with the factory contract.
Wrapped CLT (WCLT):
0xA316eb29ceD1277A1B22e8c16C9c66440F6A8446
A wrapped version of CLT used for liquidity pairs and swap functions.
USDT:
0xcB008c98885Fc3c24105c411111F9F0C6ee2ed36
Stablecoin available for trading pairs and liquidity pools.
Token Contracts
CelestiumFuel:
0x711e2157e573B5704084a24fC7a2EaD8aeE36972
A utility token for specific functionalities within the Celestium ecosystem.
Usage and Integration
Developers and liquidity providers can interact with these contracts using web3 libraries such as Ethers.js or Web3.js. These contracts allow:
Swapping tokens on-chain using the router contract.
Adding liquidity to pools for earning trading fees.
Fetching aggregated data via the multicall contract.
Last updated