pair()
CarbonController.sol
This function is used to get the metadata for the pair of the indicated tokens. This includes the ID of the pair, token0, and token1.
Function Arguments
Returns
This function returns a Pair object, containing the pair ID and the addresses of token0 and token1.
Example
For the ETH token, use the contract address: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
Last updated