Metadata Facet
Note that this page has not been updated to reflect the current state of Beanstalk, but is left here as a reference.
The Metadata Facet provides metadata for the ERC-1155 Silo Deposits. Deposit IDs are a uint256
that is the concatenation of the token address and the Stem.
Call Functions
None.
View Functions
Returns the URI for a given Deposit ID.
depositId
uint256
Deposit ID to get the URI for.
string
URI of Deposit with depositId
.
Returns the name of the collection for OpenSea compatibility.
string
Name of the OpenSea collection.
Returns the ticker of the collection for OpenSea compatibility.
string
Ticker of the OpenSea collection.
Returns the image URI for a given Deposit ID.
depositId
uint256
Deposit ID to get the image URI for.
string
Image URI of Deposit with depositId
.
Events
Not currently emitted.
_uri
string
URI.
_id
uint256
Deposit ID.
Last updated