Vaulta

mine1.defi

Contract

  • Table row type of rounds

    {
      "name": "rounds",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint32"
        },
        {
          "name": "total",
          "type": "uint32"
        },
        {
          "name": "executed",
          "type": "uint32"
        },
        {
          "name": "left_quantity",
          "type": "asset"
        },
        {
          "name": "total_quantity",
          "type": "asset"
        },
        {
          "name": "start_time",
          "type": "time_point_sec"
        }
      ]
    }