Enroot Facet
Note that this page has not been updated to reflect the current state of Beanstalk, but is left here as a reference.
The Enroot Facet handles logic for Enrooting Unripe Deposits.
Call Functions
Claims outstanding Revitalized Stalk and Seeds and updates BDV of a single Unripe Deposit.
Parameter | Type | Description |
---|---|---|
|
| Address of whitelist Unripe ERC20. |
|
| Stem of Deposit to Enroot. |
|
| Amount to Enroot. |
Claims outstanding Revitalized Stalk and Seeds and updates BDV of multiple Unripe Deposits.
Parameter | Type | Description |
---|---|---|
|
| Address of whitelist Unripe ERC20. |
|
| Array of Stems of Deposits to Enroot. |
|
| Array of amounts (corresponding to Stems) to Enroot. |
View Functions
None.
Events
Emitted when account
removes a single Deposit from the Silo. Occurs during Withdraw and Convert.
Parameter | Type | Description |
---|---|---|
|
| The Farmer whose Deposit was removed. |
|
| Whitelisted token address. |
|
| The Stem of the Deposit. |
|
| The token amount of the Deposit. |
|
| The BDV associated with the Deposit. |
Emitted when account
removes multiple Deposits from the Silo. Occurs during Withdraw and Convert.
Parameter | Type | Description |
---|---|---|
|
| The Farmer whose Deposits were removed. |
|
| Whitelisted token address. |
|
| Stems of the Deposits. |
|
| The token amounts of the Deposits, corresponding to |
|
| Sum of |
|
| The BDVs associated with the Deposits, corresponding to |
Last updated