Vaulta

wszgshyyzczz

Contract

{
  "version": "eosio::abi/1.2",
  "types": [
    {
      "new_type_name": "block_num_t",
      "type": "uint32"
    }
  ],
  "structs": [
    {
      "name": "addaddress",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    },
    {
      "name": "config1",
      "base": "",
      "fields": [
        {
          "name": "allowmint",
          "type": "bool"
        }
      ]
    },
    {
      "name": "config2",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "deladdress",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    },
    {
      "name": "global_var",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "val",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "inscription",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "middlehouses",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    },
    {
      "name": "mint_log",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "mintstats_var",
      "base": "",
      "fields": [
        {
          "name": "protocol",
          "type": "name"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "count",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "mtlinks_var",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "protocol",
          "type": "name"
        }
      ]
    },
    {
      "name": "notify",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "tag",
          "type": "string"
        }
      ]
    },
    {
      "name": "protocol",
      "base": "",
      "fields": [
        {
          "name": "digest",
          "type": "checksum256"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "tick",
          "type": "string"
        },
        {
          "name": "max",
          "type": "uint64"
        },
        {
          "name": "lim",
          "type": "uint64"
        },
        {
          "name": "creater",
          "type": "name"
        },
        {
          "name": "mint",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "protocol_x",
      "base": "",
      "fields": [
        {
          "name": "digest",
          "type": "checksum256"
        },
        {
          "name": "release_time",
          "type": "time_point_sec"
        },
        {
          "name": "accept_contract",
          "type": "name"
        },
        {
          "name": "accept_sym",
          "type": "symbol"
        },
        {
          "name": "fee",
          "type": "asset"
        }
      ]
    },
    {
      "name": "wallet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "block_num",
          "type": "block_num_t"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "tick",
          "type": "string"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "mimetype",
          "type": "string"
        },
        {
          "name": "data",
          "type": "string"
        },
        {
          "name": "time",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "whitelist",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "addaddress",
      "type": "addaddress",
      "ricardian_contract": ""
    },
    {
      "name": "config1",
      "type": "config1",
      "ricardian_contract": ""
    },
    {
      "name": "config2",
      "type": "config2",
      "ricardian_contract": ""
    },
    {
      "name": "deladdress",
      "type": "deladdress",
      "ricardian_contract": ""
    },
    {
      "name": "inscription",
      "type": "inscription",
      "ricardian_contract": ""
    },
    {
      "name": "notify",
      "type": "notify",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "eoss",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "wallet"
    },
    {
      "name": "globals",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "global_var"
    },
    {
      "name": "middlehouse",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "middlehouses"
    },
    {
      "name": "mintlog",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "mint_log"
    },
    {
      "name": "mintstatsx",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "mintstats_var"
    },
    {
      "name": "mtlinkx",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "mtlinks_var"
    },
    {
      "name": "protocols",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "protocol"
    },
    {
      "name": "protocolxx",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "protocol_x"
    },
    {
      "name": "whitelist",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "whitelist"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}