Metadata Facet
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.
Parameter | Type | Description |
---|---|---|
|
| Deposit ID to get the URI for. |
Return Type | Description |
---|---|
| URI of Deposit with |
Returns the name of the collection for OpenSea compatibility.
Return Type | Description |
---|---|
| Name of the OpenSea collection. |
Returns the ticker of the collection for OpenSea compatibility.
Return Type | Description |
---|---|
| Ticker of the OpenSea collection. |
Returns the image URI for a given Deposit ID.
Parameter | Type | Description |
---|---|---|
|
| Deposit ID to get the image URI for. |
Return Type | Description |
---|---|
| Image URI of Deposit with |
Events
Not currently emitted.
Parameter | Type | Description |
---|---|---|
|
| URI. |
|
| Deposit ID. |
Last updated