Vaulta

vpgamebridge

Contract

The data structures defined by this contract.

  • Table row type of accounts

    {
      "name": "account",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Struct property of exec

    Struct property of execs

    {
      "name": "action",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "name",
          "type": "name"
        },
        {
          "name": "authorization",
          "type": "permission_level[]"
        },
        {
          "name": "data",
          "type": "bytes"
        }
      ]
    }
  • Action parameter in activecredit

    {
      "name": "activecredit",
      "base": "",
      "fields": [
        {
          "name": "enable",
          "type": "bool"
        }
      ]
    }
  • Action parameter in addaction

    {
      "name": "addaction",
      "base": "",
      "fields": [
        {
          "name": "actions",
          "type": "st_action[]"
        }
      ]
    }
  • Action parameter in addcredit

    {
      "name": "addcredit",
      "base": "",
      "fields": [
        {
          "name": "caller",
          "type": "name"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "qty",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in addition

    {
      "name": "addition",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in beginw

    {
      "name": "beginw",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "confirm_id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "to",
          "type": "string"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in burns

    {
      "name": "burns",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in cancelw

    {
      "name": "cancelw",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "to",
          "type": "string"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in clean

    {
      "name": "clean",
      "base": "",
      "fields": []
    }
  • Action parameter in confirmw

    {
      "name": "confirmw",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "confirm_id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "to",
          "type": "string"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "txhash",
          "type": "string"
        },
        {
          "name": "txout",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in create

    {
      "name": "create",
      "base": "",
      "fields": [
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "maximum_supply",
          "type": "asset"
        },
        {
          "name": "min_withdraw",
          "type": "asset"
        },
        {
          "name": "withdraw_fee",
          "type": "asset"
        }
      ]
    }
  • Action parameter in creditused

    {
      "name": "creditused",
      "base": "",
      "fields": [
        {
          "name": "caller",
          "type": "name"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "qty",
          "type": "asset"
        }
      ]
    }
  • Table row type of stat

    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "min_withdraw",
          "type": "asset"
        },
        {
          "name": "withdraw_fee",
          "type": "asset"
        }
      ]
    }
  • Action parameter in delaction

    {
      "name": "delaction",
      "base": "",
      "fields": [
        {
          "name": "actions",
          "type": "st_action[]"
        }
      ]
    }
  • Action parameter in deposit

    {
      "name": "deposit",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "txhash",
          "type": "string"
        },
        {
          "name": "txout",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in exec

    {
      "name": "exec",
      "base": "",
      "fields": [
        {
          "name": "executer",
          "type": "name"
        },
        {
          "name": "action",
          "type": "action"
        }
      ]
    }
  • Action parameter in execs

    {
      "name": "execs",
      "base": "",
      "fields": [
        {
          "name": "executer",
          "type": "name"
        },
        {
          "name": "actions",
          "type": "action[]"
        }
      ]
    }
  • Action parameter in issue

    {
      "name": "issue",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in migrate

    {
      "name": "migrate",
      "base": "",
      "fields": [
        {
          "name": "table",
          "type": "string"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "from",
          "type": "asset"
        },
        {
          "name": "to",
          "type": "asset"
        }
      ]
    }
  • Struct property of action

    {
      "name": "permission_level",
      "base": "",
      "fields": [
        {
          "name": "actor",
          "type": "name"
        },
        {
          "name": "permission",
          "type": "name"
        }
      ]
    }
  • Action parameter in resetcredit

    {
      "name": "resetcredit",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in retire

    {
      "name": "retire",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in setcreditcnf

    {
      "name": "setcreditcnf",
      "base": "",
      "fields": [
        {
          "name": "max",
          "type": "asset"
        },
        {
          "name": "min",
          "type": "asset"
        },
        {
          "name": "deposit_rate",
          "type": "float32"
        },
        {
          "name": "withdraw_rate",
          "type": "float32"
        }
      ]
    }
  • Struct property of addaction

    Struct property of delaction

    Table row type of actions

    {
      "name": "st_action",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "action",
          "type": "name"
        },
        {
          "name": "status",
          "type": "uint64"
        },
        {
          "name": "count",
          "type": "uint64"
        }
      ]
    }
  • Table row type of credit

    {
      "name": "st_credit",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "deposit_bonus",
          "type": "asset"
        },
        {
          "name": "balance_used",
          "type": "asset"
        }
      ]
    }
  • Table row type of creditstat

    {
      "name": "st_credit_stat",
      "base": "",
      "fields": [
        {
          "name": "max",
          "type": "asset"
        },
        {
          "name": "min",
          "type": "asset"
        },
        {
          "name": "deposit_rate",
          "type": "float32"
        },
        {
          "name": "withdraw_rate",
          "type": "float32"
        },
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "withdraw",
          "type": "asset"
        }
      ]
    }
  • Table row type of global

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

    {
      "name": "st_outreq",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "credit",
          "type": "asset"
        },
        {
          "name": "address",
          "type": "string"
        },
        {
          "name": "txhash",
          "type": "string"
        },
        {
          "name": "txout",
          "type": "uint64"
        },
        {
          "name": "fee",
          "type": "asset"
        },
        {
          "name": "status",
          "type": "uint64"
        },
        {
          "name": "reason",
          "type": "string"
        },
        {
          "name": "created_at",
          "type": "time_point_sec"
        },
        {
          "name": "updated_at",
          "type": "time_point_sec"
        }
      ]
    }
  • Table row type of summary

    {
      "name": "st_summary",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "deposit",
          "type": "asset"
        },
        {
          "name": "deposit_count",
          "type": "uint64"
        },
        {
          "name": "withdraw",
          "type": "asset"
        },
        {
          "name": "withdraw_count",
          "type": "uint64"
        },
        {
          "name": "deposit_fee",
          "type": "asset"
        },
        {
          "name": "withdraw_fee",
          "type": "asset"
        },
        {
          "name": "created_at",
          "type": "time_point_sec"
        },
        {
          "name": "updated_at",
          "type": "time_point_sec"
        }
      ]
    }
  • 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": "address",
          "type": "string"
        },
        {
          "name": "txhash",
          "type": "string"
        },
        {
          "name": "txout",
          "type": "uint64"
        },
        {
          "name": "fee",
          "type": "asset"
        },
        {
          "name": "confirm_id",
          "type": "uint64"
        },
        {
          "name": "created_at",
          "type": "time_point_sec"
        },
        {
          "name": "updated_at",
          "type": "time_point_sec"
        }
      ]
    }
  • Action parameter in transfer

    {
      "name": "transfer",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in update

    {
      "name": "update",
      "base": "",
      "fields": [
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "min_withdraw",
          "type": "asset"
        },
        {
          "name": "withdraw_fee",
          "type": "asset"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "to",
          "type": "string"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in xfercredit

    {
      "name": "xfercredit",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "credit",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }