Vaulta

crayfishplay

Contract

  • Table row type of tokens

    {
      "name": "st_crayfish_token",
      "base": "",
      "fields": [
        {
          "name": "token",
          "type": "symbol_code"
        },
        {
          "name": "liquidity_id",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "token1",
          "type": "token_t"
        },
        {
          "name": "token2",
          "type": "token_t"
        },
        {
          "name": "begin_time",
          "type": "uint64"
        },
        {
          "name": "end_time",
          "type": "uint64"
        },
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "total_quantity1",
          "type": "asset"
        },
        {
          "name": "total_quantity2",
          "type": "asset"
        },
        {
          "name": "points",
          "type": "uint64"
        },
        {
          "name": "liquidity_token",
          "type": "uint64"
        },
        {
          "name": "times",
          "type": "uint64"
        },
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "game_state",
          "type": "uint64"
        }
      ]
    }