Equipment

Contracts

DeFi Kingdoms Equipment NFTs are divided into three contracts:

The first two correspond to Weapon and Armor NFTs, respectively, while AccessoryCore contains data for both Offhand and Accessory Hero Equipment slots.

An additional contract, CacheCore, serves as a container for unopened equipment (from any of the three contracts), similar to Hero Crystals and incubated Pet Eggs.

Mappings

Mappings that are shared between the contracts are found in Shared Equipment Mappings, while those that are unique to each contract are enumerated with the rest of that contract's data.

API

Data for NFTs from all three contracts is accessible through the Community GraphQL API.

Last updated