pools()
AutoCompoundingRewards.sol
function pools() external view returns (address[] memory)
This function is used to get a list of token addresses that have rewards programs.
This function returns a list of token addresses.
Variable Type | Returns |
---|---|
list | A list of token addresses, for example:
0x444d6088b0f625f8c20192623b3c43001135e0fa,0xb2cabf797bc907b049e4ccb5b84d13be3a8cfc21,0x939b462ee3311f8926c047d2b576c389092b1649 address[] |
Last modified 4mo ago