Vaulta

uplandnftact

Contract

  • Table row type of dgoodstats

    {
      "name": "dgoodstats",
      "base": "",
      "fields": [
        {
          "name": "fungible",
          "type": "bool"
        },
        {
          "name": "burnable",
          "type": "bool"
        },
        {
          "name": "sellable",
          "type": "bool"
        },
        {
          "name": "transferable",
          "type": "bool"
        },
        {
          "name": "sn_enabled",
          "type": "bool"
        },
        {
          "name": "issuer",
          "type": "name"
        },
        {
          "name": "rev_partner",
          "type": "name"
        },
        {
          "name": "token_name",
          "type": "name"
        },
        {
          "name": "category_name_id",
          "type": "uint64"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "max_issue_window",
          "type": "time_point_sec"
        },
        {
          "name": "current_supply",
          "type": "asset"
        },
        {
          "name": "issued_supply",
          "type": "asset"
        },
        {
          "name": "rev_split",
          "type": "float64"
        },
        {
          "name": "base_uri",
          "type": "string"
        }
      ]
    }