Vaulta

joygame53521

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "log",
      "base": "",
      "fields": [
        {
          "name": "msg",
          "type": "string"
        }
      ]
    },
    {
      "name": "receipt",
      "base": "",
      "fields": [
        {
          "name": "b",
          "type": "uint64"
        },
        {
          "name": "r",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "st_ids",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "test2",
      "base": "",
      "fields": [
        {
          "name": "msg",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "log",
      "type": "log",
      "ricardian_contract": ""
    },
    {
      "name": "receipt",
      "type": "receipt",
      "ricardian_contract": ""
    },
    {
      "name": "test2",
      "type": "test2",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "ids",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "st_ids"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}