Vaulta

holdmoremine

Contract

  • Table row type of roundt

    {
      "name": "round_table",
      "base": "",
      "fields": [
        {
          "name": "roundId",
          "type": "uint64"
        },
        {
          "name": "poolasset",
          "type": "asset"
        },
        {
          "name": "current_time",
          "type": "uint64"
        },
        {
          "name": "isCashIn",
          "type": "uint64"
        },
        {
          "name": "lastwinner",
          "type": "name"
        }
      ]
    }