Vaulta

noloss222222

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "account",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "eth_address",
          "type": "bytes"
        },
        {
          "name": "nonce",
          "type": "uint64"
        },
        {
          "name": "balance",
          "type": "bytes"
        },
        {
          "name": "code_id",
          "type": "uint64?"
        }
      ]
    },
    {
      "name": "balance",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "balance_with_dust"
        }
      ]
    },
    {
      "name": "balance_with_dust",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "dust",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "checkbalance",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol_code"
        }
      ]
    },
    {
      "name": "checkbalext",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol_code"
        },
        {
          "name": "message",
          "type": "string"
        }
      ]
    },
    {
      "name": "clear",
      "base": "",
      "fields": []
    },
    {
      "name": "data",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "min_profit",
          "type": "asset"
        }
      ]
    },
    {
      "name": "savebalance",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol_code"
        },
        {
          "name": "min_profit",
          "type": "asset"
        }
      ]
    },
    {
      "name": "withdrawall",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "checkbalance",
      "type": "checkbalance",
      "ricardian_contract": ""
    },
    {
      "name": "checkbalext",
      "type": "checkbalext",
      "ricardian_contract": ""
    },
    {
      "name": "clear",
      "type": "clear",
      "ricardian_contract": ""
    },
    {
      "name": "savebalance",
      "type": "savebalance",
      "ricardian_contract": ""
    },
    {
      "name": "withdrawall",
      "type": "withdrawall",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "account",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "account"
    },
    {
      "name": "balances",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "balance"
    },
    {
      "name": "data",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "data"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}