Vaulta

charityalfa1

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "charitygoal",
      "base": "",
      "fields": [
        {
          "name": "orgAddress",
          "type": "name"
        },
        {
          "name": "organisation",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        },
        {
          "name": "logourl",
          "type": "string"
        },
        {
          "name": "weburl",
          "type": "string"
        }
      ]
    },
    {
      "name": "clear",
      "base": "",
      "fields": []
    },
    {
      "name": "nftissue",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "startaid",
          "type": "uint64"
        },
        {
          "name": "stoptaid",
          "type": "uint64"
        },
        {
          "name": "assetname",
          "type": "string"
        }
      ]
    },
    {
      "name": "scurency",
      "base": "",
      "fields": [
        {
          "name": "contractn",
          "type": "name"
        },
        {
          "name": "quantitys",
          "type": "string"
        }
      ]
    },
    {
      "name": "setcurency",
      "base": "",
      "fields": [
        {
          "name": "contractn",
          "type": "name"
        },
        {
          "name": "qstring",
          "type": "string"
        }
      ]
    },
    {
      "name": "setnftissue",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "int64"
        },
        {
          "name": "start",
          "type": "int64"
        },
        {
          "name": "stop",
          "type": "int64"
        },
        {
          "name": "assetname",
          "type": "string"
        }
      ]
    },
    {
      "name": "setorg",
      "base": "",
      "fields": [
        {
          "name": "orgname",
          "type": "name"
        },
        {
          "name": "organisation",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        },
        {
          "name": "logourl",
          "type": "string"
        },
        {
          "name": "weburl",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "clear",
      "type": "clear",
      "ricardian_contract": ""
    },
    {
      "name": "setcurency",
      "type": "setcurency",
      "ricardian_contract": ""
    },
    {
      "name": "setnftissue",
      "type": "setnftissue",
      "ricardian_contract": ""
    },
    {
      "name": "setorg",
      "type": "setorg",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "charitygoal",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "charitygoal"
    },
    {
      "name": "nftissue",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "nftissue"
    },
    {
      "name": "scurency",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "scurency"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}