Vaulta

set.yfc

Contract

The data structures defined by this contract.

  • Action parameter in bindcaptcha

    {
      "name": "bindcaptcha",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "code",
          "type": "string"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }
  • Table row type of captchas

    {
      "name": "captchas",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "code",
          "type": "string"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }
  • Table row type of configs

    {
      "name": "configs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "key",
          "type": "string"
        },
        {
          "name": "value",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        }
      ]
    }
  • Table row type of records

    {
      "name": "records",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "nftid",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "fishfood",
          "type": "uint64"
        },
        {
          "name": "yfcprice",
          "type": "float64"
        },
        {
          "name": "deposit",
          "type": "asset"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in rmcaptchas

    {
      "name": "rmcaptchas",
      "base": "",
      "fields": [
        {
          "name": "ids",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in setconfig

    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "k",
          "type": "string"
        },
        {
          "name": "v",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        }
      ]
    }
  • Action parameter in setsignincfg

    {
      "name": "setsignincfg",
      "base": "",
      "fields": [
        {
          "name": "rewards",
          "type": "uint64[]"
        },
        {
          "name": "finalreward",
          "type": "uint64"
        },
        {
          "name": "maxrecord",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setudfxcfg

    {
      "name": "setudfxcfg",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "minapy",
          "type": "uint64"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setusercfg

    {
      "name": "setusercfg",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "minapy",
          "type": "uint64"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setutagcfg

    {
      "name": "setutagcfg",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "minapy",
          "type": "uint64"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }
  • Table row type of signincfgs

    {
      "name": "signincfgs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "rewards",
          "type": "uint64[]"
        },
        {
          "name": "finalreward",
          "type": "uint64"
        },
        {
          "name": "maxrecord",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in signinday

    {
      "name": "signinday",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "cid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of signins

    {
      "name": "signins",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lastsignin",
          "type": "uint64"
        },
        {
          "name": "signins",
          "type": "uint64[]"
        }
      ]
    }
  • Table row type of status

    {
      "name": "status",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in test

    {
      "name": "test",
      "base": "",
      "fields": []
    }
  • Table row type of userconfigs

    {
      "name": "userconfigs",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "minapy",
          "type": "uint64"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }