Vaulta

boxonewallet

Contract

{
  "version": "eosio::abi/1.0",
  "types": [],
  "structs": [
    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "deposit",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user_name",
          "type": "string"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "referrer1_id",
          "type": "uint64"
        },
        {
          "name": "referrer1_name",
          "type": "string"
        },
        {
          "name": "referrer2_id",
          "type": "uint64"
        },
        {
          "name": "referrer2_name",
          "type": "string"
        },
        {
          "name": "referrer3_id",
          "type": "uint64"
        },
        {
          "name": "referrer3_name",
          "type": "string"
        }
      ]
    },
    {
      "name": "createuser",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user_name",
          "type": "string"
        },
        {
          "name": "referrer_id",
          "type": "uint64"
        },
        {
          "name": "referrer_name",
          "type": "string"
        }
      ]
    },
    {
      "name": "recharge",
      "base": "",
      "fields": []
    },
    {
      "name": "gameresult",
      "base": "",
      "fields": []
    },
    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "user_id",
          "type": "uint64"
        },
        {
          "name": "user_name",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "play",
      "base": "",
      "fields": [
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "bet_amount",
          "type": "asset"
        },
        {
          "name": "game_acc",
          "type": "string"
        }
      ]
    },
    {
      "name": "uninit",
      "base": "",
      "fields": []
    }
  ],
  "actions": [
    {
      "name": "createuser",
      "type": "createuser",
      "ricardian_contract": ""
    },
    {
      "name": "recharge",
      "type": "recharge",
      "ricardian_contract": ""
    },
    {
      "name": "gameresult",
      "type": "gameresult",
      "ricardian_contract": ""
    },
    {
      "name": "withdraw",
      "type": "withdraw",
      "ricardian_contract": ""
    },
    {
      "name": "play",
      "type": "play",
      "ricardian_contract": ""
    },
    {
      "name": "uninit",
      "type": "uninit",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "global",
      "index_type": "i64",
      "key_names": [
        "id"
      ],
      "key_types": [
        "uint64"
      ],
      "type": "global"
    },
    {
      "name": "deposit",
      "index_type": "i64",
      "key_names": [
        "id"
      ],
      "key_types": [
        "uint64"
      ],
      "type": "deposit"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}