Vaulta

tokengamehub

Contract

The data structures defined by this contract.

  • Action parameter in dellogs

    {
      "name": "dellogs",
      "base": "",
      "fields": [
        {
          "name": "table",
          "type": "string"
        },
        {
          "name": "ids",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in setactive

    {
      "name": "setactive",
      "base": "",
      "fields": [
        {
          "name": "enabled",
          "type": "uint64"
        }
      ]
    }
  • Table row type of global

    {
      "name": "st_global",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }
  • Table row type of inlogs

    Table row type of outlogs

    {
      "name": "st_txlog",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "usd",
          "type": "asset"
        },
        {
          "name": "quote",
          "type": "asset"
        },
        {
          "name": "created_at",
          "type": "time_point_sec"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "qty",
          "type": "asset"
        },
        {
          "name": "quote",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }