SvgFacet.sol
Documentation for SvgFacet.sol
This is some information about the function.
Returns the SVG layers for an Aavegotchi, given its
_collateralType
and _numericTraits
. Used for retrieving SVG files for unclaimed Portal Aavegotchis.
Returns the SVG layers for an Aavegotchi, given its
_tokenId
. Used for retrieving SVG files for claimed Portal Aavegotchis.
Given an aavegotchi token id, return the combined SVG of its layers and its wearables
RETURNS
string
Returns all of the SVG files for the 10 unclaimed Portal Aavegotchis.
RETURNS
string[10]
Returns SVG of a Gotchi for given haunt, collateral, numeric traits and equipped wearables.
RETURNS
string
Adds the given SVG file to contract memory.
Adds the given SVG file to contract memory.
Last modified 1yr ago