Skip to content

Releases: evolutionlandorg/furnace

Heco mainnet deployed

04 Jun 10:00
Compare
Choose a tag to compare

Furnace V1.0.0

25 Mar 08:33
Compare
Choose a tag to compare

Contract list

src
├── Formula.sol     (The rule how to enhant and disenchant a item)
├── FormulaProxy.sol
├── ItemBase.sol    (A new item will be minted after a NFT enchanted, It will be burned after new item disenchanted )
├── ItemBaseProxy.sol
├── MetaDataTeller.sol (Tell says which NFT and FT is allowed to enchant, and his metadata.)
├── MetaDataTellerProxy.sol
└── ObjectOwnershipAuthorityV4.sol ( add ItemBaseProxy to OwnerShipAuthority.)