Vaulta

djfvippro111

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "addbalance",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "addbalance",
          "type": "asset"
        }
      ]
    },
    {
      "name": "autopowerup",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "receiver",
          "type": "name"
        },
        {
          "name": "net_frac",
          "type": "uint64"
        },
        {
          "name": "cpu_frac",
          "type": "uint64"
        },
        {
          "name": "max_payment",
          "type": "asset"
        }
      ]
    },
    {
      "name": "billaccount",
      "base": "",
      "fields": [
        {
          "name": "receiver",
          "type": "name"
        }
      ]
    },
    {
      "name": "cusers",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "users",
          "type": "string"
        }
      ]
    },
    {
      "name": "getfee",
      "base": "",
      "fields": []
    },
    {
      "name": "pconfig2",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "min_cpu",
          "type": "uint64"
        },
        {
          "name": "cpu_amount",
          "type": "uint64"
        },
        {
          "name": "min_net",
          "type": "uint64"
        },
        {
          "name": "net_amount",
          "type": "uint64"
        },
        {
          "name": "open",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "puser",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    },
    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "min_cpu",
          "type": "uint64"
        },
        {
          "name": "cpu_amount",
          "type": "uint64"
        },
        {
          "name": "min_net",
          "type": "uint64"
        },
        {
          "name": "net_amount",
          "type": "uint64"
        },
        {
          "name": "open",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "setusers",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "users",
          "type": "string"
        }
      ]
    },
    {
      "name": "state",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    },
    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "addbalance",
      "type": "addbalance",
      "ricardian_contract": ""
    },
    {
      "name": "autopowerup",
      "type": "autopowerup",
      "ricardian_contract": ""
    },
    {
      "name": "billaccount",
      "type": "billaccount",
      "ricardian_contract": ""
    },
    {
      "name": "getfee",
      "type": "getfee",
      "ricardian_contract": ""
    },
    {
      "name": "setconfig",
      "type": "setconfig",
      "ricardian_contract": ""
    },
    {
      "name": "setusers",
      "type": "setusers",
      "ricardian_contract": ""
    },
    {
      "name": "withdraw",
      "type": "withdraw",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "cusers",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "cusers"
    },
    {
      "name": "pconfig2",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "pconfig2"
    },
    {
      "name": "puser",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "puser"
    },
    {
      "name": "state",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "state"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}