Total liquidity ${{ fixed(total, 0) }}
Total volume ${{ fixed(volume, 0) }}
{{ token.baseAsset }}: {{ fixed(token.baseAssetLiq, 2) }}
{{ token.token }}: {{ fixed(token.targetAssetLiq, 2) }}
Pair liquidity ${{ fixed(token.liquidity, 0) }}
Volume ${{ fixed(token.volume, 0) }}
Locked liquidity {{ fixed(token.lockedLiquidity, 2) }}%
Account {{ d?.account }} Copied
Locked {{ fixed(d?.locked, 2) }}%
Unlock time {{ toLocale(d?.timestamp) }}
Pair has no liquidity lockups.