Vaulta

bosibc.io

Contract

  • Table row type of stats

    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "peerchain_name",
          "type": "name"
        },
        {
          "name": "peerchain_contract",
          "type": "name"
        },
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "min_once_withdraw",
          "type": "asset"
        },
        {
          "name": "max_once_withdraw",
          "type": "asset"
        },
        {
          "name": "max_daily_withdraw",
          "type": "asset"
        },
        {
          "name": "max_wds_per_minute",
          "type": "uint32"
        },
        {
          "name": "organization",
          "type": "string"
        },
        {
          "name": "website",
          "type": "string"
        },
        {
          "name": "administrator",
          "type": "name"
        },
        {
          "name": "service_fee_mode",
          "type": "name"
        },
        {
          "name": "service_fee_fixed",
          "type": "asset"
        },
        {
          "name": "service_fee_ratio",
          "type": "float64"
        },
        {
          "name": "failed_fee",
          "type": "asset"
        },
        {
          "name": "total_issue",
          "type": "asset"
        },
        {
          "name": "total_issue_times",
          "type": "uint64"
        },
        {
          "name": "total_withdraw",
          "type": "asset"
        },
        {
          "name": "total_withdraw_times",
          "type": "uint64"
        },
        {
          "name": "active",
          "type": "bool"
        },
        {
          "name": "hub_enable",
          "type": "bool"
        },
        {
          "name": "mutables",
          "type": "currency_stats_mutables"
        }
      ]
    }