Vaulta

onesgamemine

Contract

  • Table row type of config

    {
      "name": "st_defi_config",
      "base": "",
      "fields": [
        {
          "name": "swap_time",
          "type": "uint64"
        },
        {
          "name": "swap_quantity",
          "type": "uint64"
        },
        {
          "name": "swap_suply",
          "type": "uint64"
        },
        {
          "name": "swap_counter",
          "type": "uint64"
        },
        {
          "name": "swap_issue",
          "type": "uint64"
        },
        {
          "name": "market_suply",
          "type": "uint64[]"
        },
        {
          "name": "market_time",
          "type": "uint64"
        },
        {
          "name": "last_swap_suply",
          "type": "uint64"
        },
        {
          "name": "market_quantity",
          "type": "uint64[]"
        },
        {
          "name": "market_issue",
          "type": "uint64"
        }
      ]
    }