Vaulta

galacticpool

Contract

The data structures defined by this contract.

  • Table row type of balancelog

    {
      "name": "balancelog",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "int64"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of chargeinfo

    {
      "name": "chargeinfo",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "up",
          "type": "name"
        },
        {
          "name": "gmc",
          "type": "uint64"
        },
        {
          "name": "gmceos",
          "type": "float64"
        },
        {
          "name": "eoscusd",
          "type": "float64"
        },
        {
          "name": "cusdcny",
          "type": "float64"
        },
        {
          "name": "cnyth",
          "type": "float64"
        },
        {
          "name": "cny",
          "type": "uint64"
        },
        {
          "name": "th",
          "type": "uint64"
        },
        {
          "name": "time",
          "type": "uint64"
        },
        {
          "name": "count",
          "type": "uint16"
        }
      ]
    }
  • Action parameter in delayshare

    {
      "name": "delayshare",
      "base": "",
      "fields": [
        {
          "name": "delay",
          "type": "varuint32"
        }
      ]
    }
  • Table row type of exchangepair

    {
      "name": "exchangepair",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "price_precision",
          "type": "uint8"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "base_symbol",
          "type": "ndx_symbol"
        },
        {
          "name": "quote_symbol",
          "type": "ndx_symbol"
        },
        {
          "name": "manager",
          "type": "name"
        },
        {
          "name": "list_time",
          "type": "time_point_sec"
        },
        {
          "name": "pair_symbol",
          "type": "string"
        },
        {
          "name": "current_price",
          "type": "float64"
        },
        {
          "name": "base_currency_id",
          "type": "uint64"
        },
        {
          "name": "quote_currency_id",
          "type": "uint64"
        },
        {
          "name": "pair_fee",
          "type": "uint8"
        },
        {
          "name": "ext1",
          "type": "uint64"
        },
        {
          "name": "ext2",
          "type": "uint64"
        },
        {
          "name": "extstr",
          "type": "string"
        }
      ]
    }
  • Struct property of exchangepair

    {
      "name": "ndx_symbol",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol"
        }
      ]
    }
  • Table row type of phaseinfo

    {
      "name": "phaseinfo",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "th",
          "type": "uint64"
        },
        {
          "name": "starttime",
          "type": "uint64"
        },
        {
          "name": "endtime",
          "type": "uint64"
        },
        {
          "name": "count",
          "type": "uint32"
        }
      ]
    }
  • Table row type of playerlist

    {
      "name": "playerlist",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in settlement

    {
      "name": "settlement",
      "base": "",
      "fields": []
    }
  • Action parameter in settlement1

    {
      "name": "settlement1",
      "base": "",
      "fields": []
    }
  • Table row type of status

    {
      "name": "status",
      "base": "",
      "fields": [
        {
          "name": "sb",
          "type": "symbol"
        },
        {
          "name": "in",
          "type": "uint64"
        },
        {
          "name": "out_capital",
          "type": "uint64"
        },
        {
          "name": "out_interest",
          "type": "uint64"
        },
        {
          "name": "out_up",
          "type": "uint64"
        }
      ]
    }
  • Table row type of testlog

    {
      "name": "testlog",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "str",
          "type": "string"
        }
      ]
    }
  • Action parameter in testprice

    {
      "name": "testprice",
      "base": "",
      "fields": [
        {
          "name": "type",
          "type": "string"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }