Factory
Last updated
Last updated
The Factory smart contract oversees the full functionality of token pair registration and transactions in PumpSpace.
When the addresses of tokenA and tokenB are inputted, this returns the contract address of the corresponding pairing
Returns the same contract address regardless of the order of the liquidity pool pairing tokens:
getPair[tokenA][tokenB] == getPair[tokenB][tokenA]
Returns the liquidity pair contract address of the pair's index.
Returns the current number of registered liquidity pools.