Idle
App
GitHub
Twitter
Discord
Search
⌃K
Links
📥
Introduction
🌀
Products
Introduction
Best Yield
Yield Tranches
Fee structure
Integration Partners program
💻
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
API
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
function
getAllAvailableTokens
(
)
external
view
returns
(
address
[]
memory
);
Return values
Value
Description
address
An array of protocol tokens currently supported
Previous
getGovTokens
Next
getProtocolTokenToGov
Last modified
7mo ago