allPools

This method returns the pool address from the DEX pools address array.

Function

function allPools(
    uint256 _index
) external view returns (address pool);

Parameters

ParameterDescription

_index

An array index

Return values

ValueDescription

pool

The pool for a given array index

Last updated