Vaulta

bluebet12345

Contract

The data structures defined by this contract.

  • Table row type of uidtb

    {
      "name": "uniqueid",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of deposittb

    {
      "name": "deposit",
      "base": "",
      "fields": [
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "act_time",
          "type": "uint32"
        },
        {
          "name": "trx_id",
          "type": "checksum256"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of testtb

    {
      "name": "test",
      "base": "",
      "fields": [
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "b",
          "type": "uint64"
        }
      ]
    }
  • Table row type of daylytb

    {
      "name": "dayly",
      "base": "",
      "fields": [
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "b",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in removeitem

    {
      "name": "removeitem",
      "base": "",
      "fields": [
        {
          "name": "table_name",
          "type": "uint8"
        },
        {
          "name": "id_list",
          "type": "string"
        }
      ]
    }
  • Action parameter in cleardb

    {
      "name": "cleardb",
      "base": "",
      "fields": []
    }
  • Action parameter in testfunc

    {
      "name": "testfunc",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        }
      ]
    }
  • Action parameter in cleartest

    {
      "name": "cleartest",
      "base": "",
      "fields": []
    }