Vaulta

yizeshenzhen

Contract

  • Table row type of config

    {
      "name": "gamecfg",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "min",
          "type": "uint64"
        },
        {
          "name": "max",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "prizePool",
          "type": "float64"
        },
        {
          "name": "ratio",
          "type": "float64"
        }
      ]
    }