Vaulta

xuanming.io

Contract

  • Table row type of globalconfig

    {
      "name": "global_config",
      "base": "",
      "fields": [
        {
          "name": "admin",
          "type": "name"
        },
        {
          "name": "cross_deposit_address",
          "type": "name"
        },
        {
          "name": "cross_withdraw_address",
          "type": "name"
        },
        {
          "name": "account_prefix",
          "type": "name"
        },
        {
          "name": "next_account_id",
          "type": "uint64"
        },
        {
          "name": "next_job_id",
          "type": "uint64"
        },
        {
          "name": "next_apply_id",
          "type": "uint64"
        },
        {
          "name": "next_token_id",
          "type": "uint64"
        },
        {
          "name": "sig_expire_time",
          "type": "uint32"
        }
      ]
    }