DAOFacet.sol
Documentation for DAOFacet.sol
Returns the Game Manager address.
RETURNS
address
Sets the DAO address to the given address.
Whitelists a new collateral to be used in Portals.
Updates the
modifiers
array of the given collateral.Creates a new Haunt with the given parameters. Reverts if the previous Haunt has not completed.
Mints and transfers Items to the given address, with the given quantities.
Grants the given amount of
experience
to each given Aavegotchi.Creates a new type of Item with the given parameters, but does not mint it.
Creates a new type of Item with the given parameters, but does not mint it. Also adds the SVG files for each wearable added.
Inserts the items into memory. Called by both
addItemTypes
and addItemTypesAndSvgs
. Creates a new Wearable Set with the given parameters.
Updates the
gameManager
to the given address.
Last modified 1yr ago