Vaulta

finememories

Contract

{
  "version": "eosio::abi/1.0",
  "types": [],
  "structs": [
    {
      "name": "propose1",
      "base": "",
      "fields": [
        {
          "name": "data",
          "type": "string[]"
        }
      ]
    },
    {
      "name": "propose2",
      "base": "",
      "fields": [
        {
          "name": "data",
          "type": "string[]"
        }
      ]
    },
    {
      "name": "check1",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "symbol_name",
          "type": "string"
        },
        {
          "name": "contract_name",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "sell_to",
          "type": "string"
        }
      ]
    },
    {
      "name": "check2",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "symbol_name",
          "type": "string"
        },
        {
          "name": "contract_name",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "sell_to",
          "type": "string"
        }
      ]
    },
    {
      "name": "checkfive",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "symbol_name1",
          "type": "string"
        },
        {
          "name": "contract_name1",
          "type": "string"
        },
        {
          "name": "precision1",
          "type": "uint64"
        },
        {
          "name": "memo1",
          "type": "string"
        },
        {
          "name": "sell_to1",
          "type": "string"
        },
        {
          "name": "symbol_name2",
          "type": "string"
        },
        {
          "name": "contract_name2",
          "type": "string"
        },
        {
          "name": "precision2",
          "type": "uint64"
        },
        {
          "name": "memo2",
          "type": "string"
        },
        {
          "name": "sell_to2",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "propose1",
      "type": "propose1",
      "ricardian_contract": ""
    },
    {
      "name": "propose2",
      "type": "propose2",
      "ricardian_contract": ""
    },
    {
      "name": "check1",
      "type": "check1",
      "ricardian_contract": ""
    },
    {
      "name": "check2",
      "type": "check2",
      "ricardian_contract": ""
    },
    {
      "name": "checkfive",
      "type": "checkfive",
      "ricardian_contract": ""
    }
  ],
  "tables": [],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}