Vaulta

newbitglobal

Contract

  • Table row type of stat

    {
      "name": "coin",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "can_freeze",
          "type": "bool"
        },
        {
          "name": "can_recall",
          "type": "bool"
        },
        {
          "name": "can_whitelist",
          "type": "bool"
        },
        {
          "name": "is_frozen",
          "type": "bool"
        },
        {
          "name": "enforce_whitelist",
          "type": "bool"
        }
      ]
    }