MOE Docs
  • Intro
  • MOE ERC20 Token
    • Specifications
    • Read Contract
    • Write Contract
    • Burned Uniswap LP Token
    • CEX Listing Reserve
  • MOE TRADING CARD
    • Specifications
    • Read Contract
    • Write Contract
    • jsonId
    • JSON Templates
  • OTAKU HERO CONTRACT
    • Specifications
    • Read Contract
    • Write Contract
    • Deprecated
  • PUBLIC API
    • MOE Public API
  • DAO
    • Specifications
    • Wrapped MOE Token
    • Timelock Controller
    • Governor
    • Tally
Powered by GitBook
On this page
  • Character Database
  • name
  • image
  • profile_image
  • type
  • gender
  • birthday
  1. MOE TRADING CARD

JSON Templates

PreviousjsonIdNextSpecifications

Last updated 1 year ago

If you would like to register the jsonId standard in this document and notify others, please apply through .

MOE TCG NFT adheres to the standards set forth by OpenSea to ensure compatibility with other platforms.

Character Database

This serves as the fundamental unit of the onnanoco Character Database, and in order to register in the onnanoco Character DB, one must adhere to this template protocol.

  • jsonId : 0xd88f250c

{
    "name":string,
    "description":string,
    "image":string,
    "attributes":[
        {
            "trait_type":"profile_image",
            "value":string
        },
        {
            "trait_type":"type",
            "value":string
        },
        {
            "trait_type":"gender",
            "value":string
        },
        {
            "trait_type":"birthday",
            "value":string
        },
        {
            "trait_type":"birthyear",
            "value":integer
        },
        {
            "trait_type":"eye_color",
            "value":string
        },
        {
            "trait_type":"ear",
            "value":string
        },
        {
            "trait_type":"hair_color",
            "value":string
        },
        {
            "trait_type":"hair_style",
            "value":string
        },
        {
            "trait_type":"hair_length",
            "value":string
        },
        {
            "trait_type":"blood",
            "value":string
        },
        {
            "trait_type":"height",
            "value":fraction
        },
        {
            "trait_type":"weight",
            "value":fraction
        },
        {
            "trait_type":"bust",
            "value":integer
        },
        {
            "trait_type":"waist",
            "value":integer,
        },
        {
            "trait_type":"hip",
            "value":integer,
        }  
    ]
}

name

  • Enter the character's name in the language used in the original work.

image

  • use a square image

  • displayable in a web browser

  • width and height are not exceeding 1000px

profile_image

  • use a square image

  • displayable in a web browser

  • width and height are not exceeding 200px

type

  • enter the character type in English

value
description

human

android

angel

dark elf

dark human

demon

dragon

dwarf

elf

furry

goblin

god

orge

spirit

vampire

unknown

If it's not accurately disclosed, please enter it as unknown.

gender

value
description

female

male

neuter

intersex

unknown

birthday

  • Enter the birthday without the year in the 'MM-DD' format.

  • If the date of birth is not clear, please enter it as "00-00".

moe@onnano.co