Vaulta

q

Contract

  • Table row type of config

    {
      "name": "config_t",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "enable_all_buy",
          "type": "bool"
        },
        {
          "name": "enable_mother_buy",
          "type": "bool"
        },
        {
          "name": "enable_subchild_buy",
          "type": "bool"
        },
        {
          "name": "mother_price_1_len",
          "type": "asset"
        },
        {
          "name": "mother_price_2_len",
          "type": "asset"
        },
        {
          "name": "mother_price_3_len",
          "type": "asset"
        },
        {
          "name": "mother_price_4_len",
          "type": "asset"
        },
        {
          "name": "mother_price_5_len",
          "type": "asset"
        },
        {
          "name": "mother_price_6_len",
          "type": "asset"
        },
        {
          "name": "mother_price_7_len",
          "type": "asset"
        },
        {
          "name": "mother_price_8_len",
          "type": "asset"
        },
        {
          "name": "mother_price_9_len",
          "type": "asset"
        },
        {
          "name": "mother_price_10_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_2_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_3_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_4_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_5_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_6_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_7_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_8_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_9_len",
          "type": "asset"
        },
        {
          "name": "subchild_price_10_len",
          "type": "asset"
        },
        {
          "name": "reward_per_int",
          "type": "uint32"
        },
        {
          "name": "reward_by_eos_or_dog",
          "type": "bool"
        },
        {
          "name": "user_create_account_ramfee",
          "type": "asset"
        },
        {
          "name": "contract_profit_receiver",
          "type": "name"
        },
        {
          "name": "website",
          "type": "string"
        },
        {
          "name": "qq_group",
          "type": "string"
        },
        {
          "name": "min_length_to_be_sold",
          "type": "uint32"
        }
      ]
    }