Vaulta

cryptohongbo

Contract

The data structures defined by this contract.

  • Action parameter in keep

    {
      "name": "keep",
      "base": "",
      "fields": [
        {
          "name": "start_boost",
          "type": "uint64"
        },
        {
          "name": "end_boost",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in oracle

    {
      "name": "oracle",
      "base": "",
      "fields": [
        {
          "name": "start_boost",
          "type": "uint64"
        },
        {
          "name": "end_boost",
          "type": "uint64"
        }
      ]
    }
  • Table row type of global

    {
      "name": "st_global",
      "base": "",
      "fields": [
        {
          "name": "current_id",
          "type": "uint64"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "status",
          "type": "bool"
        },
        {
          "name": "times_per_sec",
          "type": "uint64"
        },
        {
          "name": "boost_per_sec",
          "type": "uint64"
        },
        {
          "name": "last_time",
          "type": "uint64"
        },
        {
          "name": "start_boost",
          "type": "uint64"
        },
        {
          "name": "end_boost",
          "type": "uint64"
        },
        {
          "name": "boost_balance",
          "type": "uint64"
        }
      ]
    }