Vaulta

crayfishplay

Contract

  • Table row type of config

    {
      "name": "st_crayfish_config",
      "base": "",
      "fields": [
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "retire",
          "type": "asset"
        },
        {
          "name": "target_release",
          "type": "uint64"
        },
        {
          "name": "cur_release",
          "type": "uint64"
        },
        {
          "name": "target_price",
          "type": "float32"
        },
        {
          "name": "cur_price",
          "type": "float32"
        },
        {
          "name": "last_target_price",
          "type": "float32"
        },
        {
          "name": "last_targettime",
          "type": "uint64"
        },
        {
          "name": "last_rebasetime",
          "type": "uint64"
        },
        {
          "name": "all_community",
          "type": "uint64"
        },
        {
          "name": "cur_community",
          "type": "uint64"
        }
      ]
    }