Vaulta

luckyftlndld

Contract

  • Table row type of overview

    {
      "name": "overview",
      "base": "",
      "fields": [
        {
          "name": "asset_id",
          "type": "uint64"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "symbol"
        },
        {
          "name": "total",
          "type": "int64"
        },
        {
          "name": "min_deposit",
          "type": "int64"
        },
        {
          "name": "fee",
          "type": "int64"
        },
        {
          "name": "state",
          "type": "int64"
        }
      ]
    }