Vaulta

prooperator1

Contract

  • Table row type of tokens

    {
      "name": "token",
      "base": "",
      "fields": [
        {
          "name": "token_name",
          "type": "symbol_code"
        },
        {
          "name": "creator_id",
          "type": "uint64"
        },
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "drr",
          "type": "float64"
        },
        {
          "name": "initial_drr",
          "type": "float64"
        },
        {
          "name": "allowance_time_point",
          "type": "uint64"
        },
        {
          "name": "weekly_allowance",
          "type": "float64"
        },
        {
          "name": "reserve_balance",
          "type": "asset"
        },
        {
          "name": "reserve_holders",
          "type": "uint64[]"
        },
        {
          "name": "reserve_updated_at",
          "type": "uint64"
        },
        {
          "name": "num_of_holders",
          "type": "uint64"
        },
        {
          "name": "created_at",
          "type": "uint64"
        }
      ]
    }