Protocol Data Provider
The contract returns some reserves, and NFTs data for the lending protocol, its purpose is to help integrators and developers more easily use the BendDAO Lending Protocol data.
Returns an array of all reserve (ERC20) tokens for the current pool, in the form of a TokenData struct consisting of the token symbol and token address.
Returns the associated addresses for a reserve (ERC20).
Returns the configuration data for a reserve asset (ERC20).
Returns the associated data for a reserve asset.
Returns the associated user data for a reserve asset.
Returns an array of all NFTs tokens for the current pool, in the form of a TokenData struct consisting of the token symbol and token address.
Returns the associated addresses for an NFT (ERC721).
Returns the configuration data for an NFT asset (ERC721).
Returns the loan data for the collateral (ERC721).
Returns the loan data for a loan.