Idle Finance
Website
Github
Twitter
Discord
Searchโฆ
๐ฅ
Introduction
๐
Get in touch
๐
Products
Introduction
Best Yield
Perpetual Yield Tranches
Fee structure
Integration Partners programs
๐ป
Developers
Introduction
Networks and codebase
Best Yield
Architecture
Deployed contracts
Interface
Methods
mintIdleToken
redeemIdleToken
redeemInterestBearingTokens
rebalance
tokenPrice
tokenPriceWithFee
getAPRs
getAvgApr
userAvgPrices
getGovTokensAmounts
getAllocations
getGovTokens
getAllAvailableTokens
getProtocolTokenToGov
Edge cases
Security management policy
Get integrated as yield source
Get user earnings
Best Yield API
Perpetual Yield Tranches
Gauges
Security
๐
Governance
Introduction
Idle DAO
$IDLE token
$IDLE staking
Idle Grants Program
๐
Other
Brand assets
Guides
FAQs
Glossary
Resources
Archive
Powered By
GitBook
getAllAvailableTokens
Developers > Best Yield > getAllAvailableTokens
This method gives a list of currently used protocol tokens (cDAI, aDAI).
Function
1
function
getAllAvailableTokens
(
2
)
external
view
returns
(
address
[]
memory
);
Copied!
Return values
Value
Description
address
An array of protocol tokens currently supported
โ
โ
Previous
getGovTokens
Next
getProtocolTokenToGov
Last modified
11d ago
Copy link
Contents
Function
Return values