BDV Facet
Note that this page has not been updated to reflect the current state of Beanstalk, but is left here as a reference.
The BDV Facet holds functions to get the BDV for each whitelisted Silo asset.
Call Functions
None.
View Functions
Returns the BDV of a number of BEAN:3CRV LP tokens.
amount
uint256
Number of tokens to get the BDV for.
uint256
The total BDV of amount
number of BEAN:3CRV LP tokens.
Returns the BDV of a number of Beans (1 Bean = 1 BDV).
amount
uint256
Number of tokens to get the BDV for.
uint256
The total BDV of amount
number of Beans.
Returns the total BDV of a number of Unripe BEAN:3CRV LP tokens.
amount
uint256
Number of tokens to get the BDV for.
uint256
The total BDV of amount
number of Unripe BEAN:3CRV LP tokens.
Returns the total BDV of a number of Unripe Beans.
amount
uint256
Number of tokens to get the BDV for.
uint256
The total BDV of amount
number of Unripe Beans.
Returns the total BDV of a number of Well LP tokens given a Well LP token.
token
address
The whitelisted token address.
amount
uint256
The number of tokens.
uint256
The total BDV of amount
number of token
.
Events
None.
Last updated