Vaulta

hodldexeos11

Contract

  • Table row type of globals

    {
      "name": "globals_row",
      "base": "",
      "fields": [
        {
          "name": "gas_rate",
          "type": "uint64"
        },
        {
          "name": "rate_expire_time",
          "type": "uint64"
        },
        {
          "name": "user_rate_interval",
          "type": "uint64"
        },
        {
          "name": "share_interval",
          "type": "uint64"
        },
        {
          "name": "share_time",
          "type": "time_point_sec"
        },
        {
          "name": "min_order",
          "type": "uint64"
        },
        {
          "name": "max_order",
          "type": "uint64"
        },
        {
          "name": "holdc_supply",
          "type": "asset"
        },
        {
          "name": "holdc_reserve",
          "type": "asset"
        },
        {
          "name": "holdc_collateral",
          "type": "asset"
        },
        {
          "name": "transcount",
          "type": "uint64"
        },
        {
          "name": "stopflag",
          "type": "uint64"
        }
      ]
    }