ForgeDAOFacet

SetAavegotchiDaoAddress

event SetAavegotchiDaoAddress(address newAddress)

SetGltrAddress

event SetGltrAddress(address newAddress)

SetAlloyDaoFee

event SetAlloyDaoFee(uint256 bips)

SetAlloyBurnFee

event SetAlloyBurnFee(uint256 bips)

SetForgeAlloyCost

event SetForgeAlloyCost(struct RarityValueIO newCosts)

SetForgeEssenceCost

event SetForgeEssenceCost(struct RarityValueIO newCosts)

SetForgeTimeCostInBlocks

event SetForgeTimeCostInBlocks(struct RarityValueIO newCosts)

SetSkillPointsEarnedFromForge

event SetSkillPointsEarnedFromForge(struct RarityValueIO newPoints)

SetGeodeWinChance

event SetGeodeWinChance(struct RarityValueIO newChances)

SetGeodePrizes

event SetGeodePrizes(uint256[] ids, uint256[] quantities)

SetSmeltingSkillPointReductionFactorBips

event SetSmeltingSkillPointReductionFactorBips(uint256 oldBips, uint256 newBips)

SetMaxSupplyPerToken

event SetMaxSupplyPerToken(uint256[] tokenIds, uint256[] supplyPerTokenId)

SetAavegotchiDiamondAddress

event SetAavegotchiDiamondAddress(address _address)

ContractPaused

event ContractPaused()

ContractUnpaused

event ContractUnpaused()

setAavegotchiDaoAddress

function setAavegotchiDaoAddress(address daoAddress) external

setGltrAddress

function setGltrAddress(address gltr) external

setAlloyDaoFeeInBips

function setAlloyDaoFeeInBips(uint256 alloyDaoFeeInBips) external

setAlloyBurnFeeInBips

function setAlloyBurnFeeInBips(uint256 alloyBurnFeeInBips) external

setAavegotchiDiamondAddress

function setAavegotchiDiamondAddress(address _address) external

setForgeAlloyCost

function setForgeAlloyCost(struct RarityValueIO costs) external

setForgeEssenceCost

function setForgeEssenceCost(struct RarityValueIO costs) external

setForgeTimeCostInBlocks

function setForgeTimeCostInBlocks(struct RarityValueIO costs) external

setSkillPointsEarnedFromForge

function setSkillPointsEarnedFromForge(struct RarityValueIO points) external

setSmeltingSkillPointReductionFactorBips

function setSmeltingSkillPointReductionFactorBips(uint256 bips) external

pauseContract

function pauseContract() external

unpauseContract

function unpauseContract() external

getAlloyDaoFeeInBips

function getAlloyDaoFeeInBips() external view returns (uint256)

getAlloyBurnFeeInBips

function getAlloyBurnFeeInBips() external view returns (uint256)

setGeodeWinChanceBips

function setGeodeWinChanceBips(struct RarityValueIO chances) external

setGeodePrizes

function setGeodePrizes(uint256[] ids, uint256[] quantities) external

getGeodePrizesRemaining

function getGeodePrizesRemaining() external view returns (uint256[], uint256[])