Vaulta

data.xsat

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "bridge_balance_info",
      "base": "",
      "fields": [
        {
          "name": "chain",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "associated_symbol",
          "type": "string"
        },
        {
          "name": "balance",
          "type": "float32"
        }
      ]
    },
    {
      "name": "bridge_balance_row",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "chain",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "associated_symbol",
          "type": "string"
        },
        {
          "name": "balance",
          "type": "float32"
        },
        {
          "name": "last_update",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "bridge_chain_row",
      "base": "",
      "fields": [
        {
          "name": "chain",
          "type": "name"
        },
        {
          "name": "withdraw_fast_arrival_limit",
          "type": "uint64"
        },
        {
          "name": "deposit_estimate_arrival_time",
          "type": "uint64"
        },
        {
          "name": "withdraw_estimate_arrival_time",
          "type": "uint64"
        },
        {
          "name": "withdraw_fast_arrival_liquidity",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "clear",
      "base": "",
      "fields": []
    },
    {
      "name": "setchaininfo",
      "base": "",
      "fields": [
        {
          "name": "chain",
          "type": "name"
        },
        {
          "name": "withdraw_fast_arrival_limit",
          "type": "uint64"
        },
        {
          "name": "deposit_estimate_arrival_time",
          "type": "uint64"
        },
        {
          "name": "withdraw_estimate_arrival_time",
          "type": "uint64"
        },
        {
          "name": "withdraw_fast_arrival_liquidity",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "updbridgebal",
      "base": "",
      "fields": [
        {
          "name": "custody",
          "type": "name"
        },
        {
          "name": "balances",
          "type": "bridge_balance_info[]"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "clear",
      "type": "clear",
      "ricardian_contract": ""
    },
    {
      "name": "setchaininfo",
      "type": "setchaininfo",
      "ricardian_contract": ""
    },
    {
      "name": "updbridgebal",
      "type": "updbridgebal",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "bridgebal",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "bridge_balance_row"
    },
    {
      "name": "bridgechain",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "bridge_chain_row"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}