Vaulta

farms.v2.wei

Contract

The data structures defined by this contract.

  • Action parameter in checkin

    {
      "name": "checkin",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "helper",
          "type": "name"
        }
      ]
    }
  • Action parameter in cls

    {
      "name": "cls",
      "base": "",
      "fields": [
        {
          "name": "controller",
          "type": "name"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Table row type of donates

    {
      "name": "donate",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "acttime",
          "type": "uint64"
        }
      ]
    }
  • Table row type of logcheckin

    {
      "name": "log_checkin",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "nums",
          "type": "uint64"
        },
        {
          "name": "quality",
          "type": "asset"
        },
        {
          "name": "sum_quality",
          "type": "asset"
        },
        {
          "name": "actime",
          "type": "uint64"
        },
        {
          "name": "helper",
          "type": "name"
        }
      ]
    }
  • Table row type of loghelptotal

    {
      "name": "log_helptotal",
      "base": "",
      "fields": [
        {
          "name": "helper",
          "type": "name"
        },
        {
          "name": "nums",
          "type": "uint64"
        },
        {
          "name": "actime",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in mgrnotice

    {
      "name": "mgrnotice",
      "base": "",
      "fields": [
        {
          "name": "controller",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "notice_time",
          "type": "string"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "content_cn",
          "type": "string"
        },
        {
          "name": "content_en",
          "type": "string"
        }
      ]
    }
  • Table row type of notices

    {
      "name": "notice",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "notice_time",
          "type": "string"
        },
        {
          "name": "cid",
          "type": "uint64"
        },
        {
          "name": "content_cn",
          "type": "string"
        },
        {
          "name": "content_en",
          "type": "string"
        },
        {
          "name": "acttime",
          "type": "uint64"
        }
      ]
    }