Vaulta

packeosbid11

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "taxi_price",
          "type": "uint64"
        },
        {
          "name": "taxi_limit",
          "type": "uint16"
        },
        {
          "name": "gas_price",
          "type": "uint32"
        },
        {
          "name": "gas_limit",
          "type": "uint16"
        },
        {
          "name": "first_gas_gift",
          "type": "uint16"
        },
        {
          "name": "taxi_gas_count",
          "type": "uint16"
        },
        {
          "name": "reward_interval",
          "type": "uint64"
        },
        {
          "name": "auction_reward_interval",
          "type": "uint64"
        },
        {
          "name": "reward_percent",
          "type": "uint32"
        },
        {
          "name": "reward_token",
          "type": "uint64"
        },
        {
          "name": "cost_gas_per_reward",
          "type": "uint16"
        }
      ]
    }