Skip to content

Emoji-Loot/data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji-Loot

Distribution

  • tokenIds 1 to 7777 claimable by user.
  • tokenIds 7778 to 7999 claimable by contract owner.
  • Each token has attributes: weapons, faces, body, location, sport, pets, flowers, traffic.

Output

  • loot.json contains all tokenIds and their attributes.
  • occurences.json contains the number of occurences by attribute.
  • rare.json contains a mapping of lootId to score (which is the sum of number of occcrences of each child attribute for a lootId), sorted ascending by score. It also includes rarest which is how rare the loot bags attributes are (1 == rarest, 8000 == least rare), based on this specific ranking mechanism.
  • probability.json contains a mapping of lootId to rank by probabilistic occurence rather than rank (P(A in bag at slot 1) and P(B in bag at slot 2), then P(A in slot 1 and B in slot 2) is the product of the 2 probabilities).
  • images.json contains the base64 encoded SVG of each tokenId
  • datas.csv all datas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published