Vaulta

eosgame33334

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "st_eosgame_global",
      "base": "",
      "fields": [
        {
          "name": "recharge_id",
          "type": "uint64"
        },
        {
          "name": "withdraw_id",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "user_recharge_1",
      "base": "",
      "fields": [
        {
          "name": "recharge_id",
          "type": "uint64"
        },
        {
          "name": "transction_id",
          "type": "checksum256"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "timestap",
          "type": "uint64"
        },
        {
          "name": "shit",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "user_withdraw_1",
      "base": "",
      "fields": [
        {
          "name": "withdraw_id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "timestap",
          "type": "uint64"
        },
        {
          "name": "other",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "uint64"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "withdraw",
      "type": "withdraw",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "packglobal",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "st_eosgame_global"
    },
    {
      "name": "redprecharge",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "user_recharge_1"
    },
    {
      "name": "redwithdraw",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "user_withdraw_1"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}