Vaulta

tstzerorisk1

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "reissue",
      "base": "",
      "fields": []
    },
    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "token",
          "type": "asset"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "zrdeposit",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "token_in",
          "type": "asset"
        },
        {
          "name": "creation_date",
          "type": "time_point_sec"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "reissue",
      "type": "reissue",
      "ricardian_contract": ""
    },
    {
      "name": "withdraw",
      "type": "withdraw",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "tokendeps",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "zrdeposit"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}