ForgeDAOFacet
event SetAavegotchiDaoAddress(address newAddress)
event SetGltrAddress(address newAddress)
event SetAlloyDaoFee(uint256 bips)
event SetAlloyBurnFee(uint256 bips)
event SetForgeAlloyCost(struct RarityValueIO newCosts)
event SetForgeEssenceCost(struct RarityValueIO newCosts)
event SetForgeTimeCostInBlocks(struct RarityValueIO newCosts)
event SetSkillPointsEarnedFromForge(struct RarityValueIO newPoints)
event SetGeodeWinChance(struct RarityValueIO newChances)
event SetGeodePrizes(uint256[] ids, uint256[] quantities)
event SetSmeltingSkillPointReductionFactorBips(uint256 oldBips, uint256 newBips)
event SetMaxSupplyPerToken(uint256[] tokenIds, uint256[] supplyPerTokenId)
event SetAavegotchiDiamondAddress(address _address)
event ContractPaused()
event ContractUnpaused()
function setAavegotchiDaoAddress(address daoAddress) external
function setGltrAddress(address gltr) external
function setAlloyDaoFeeInBips(uint256 alloyDaoFeeInBips) external
function setAlloyBurnFeeInBips(uint256 alloyBurnFeeInBips) external
function setAavegotchiDiamondAddress(address _address) external
function setForgeAlloyCost(struct RarityValueIO costs) external
function setForgeEssenceCost(struct RarityValueIO costs) external
function setForgeTimeCostInBlocks(struct RarityValueIO costs) external
function setSkillPointsEarnedFromForge(struct RarityValueIO points) external
function setSmeltingSkillPointReductionFactorBips(uint256 bips) external
function pauseContract() external
function unpauseContract() external
function getAlloyDaoFeeInBips() external view returns (uint256)
function getAlloyBurnFeeInBips() external view returns (uint256)
function setGeodeWinChanceBips(struct RarityValueIO chances) external
function setGeodePrizes(uint256[] ids, uint256[] quantities) external
function getGeodePrizesRemaining() external view returns (uint256[], uint256[])