erc721.json 810 B

12345678910111213141516171819202122
  1. {
  2. "collection_id": 10010,
  3. "name": "Unrevealed Hero",
  4. "description": "Heroes are the native residents of Hero Galaxy, and act as playable in-game avatars. Heroes are a collection of 5,555 generative ERC-721 NFTs that act as an access-pass to all game-types within Hero Galaxy, and the associated benefits for players and holders. All Heroes are composed of randomly generated attributes of variable rarity, and have 5 slots with which to bear various types of weaponry, armor, outfits, and accessories, called Artifacts – won through their glory on the gamefield.",
  5. "type": "erc721",
  6. "total_count": 1,
  7. "royalties": 10,
  8. "sale": {
  9. "sale_type": "action",
  10. "currency": "eth"
  11. },
  12. "traits": [
  13. {
  14. "key": "type",
  15. "value": "mystery box"
  16. },
  17. {
  18. "key": "animal",
  19. "value": "cat"
  20. }
  21. ]
  22. }