Vaulta

set.yfc

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "bindcaptcha",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "code",
          "type": "string"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "captchas",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "code",
          "type": "string"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "configs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "key",
          "type": "string"
        },
        {
          "name": "value",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        }
      ]
    },
    {
      "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"
        }
      ]
    },
    {
      "name": "rmcaptchas",
      "base": "",
      "fields": [
        {
          "name": "ids",
          "type": "uint64[]"
        }
      ]
    },
    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "k",
          "type": "string"
        },
        {
          "name": "v",
          "type": "string"
        },
        {
          "name": "desc",
          "type": "string"
        }
      ]
    },
    {
      "name": "setsignincfg",
      "base": "",
      "fields": [
        {
          "name": "rewards",
          "type": "uint64[]"
        },
        {
          "name": "finalreward",
          "type": "uint64"
        },
        {
          "name": "maxrecord",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "setudfxcfg",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "minapy",
          "type": "uint64"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "setusercfg",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "minapy",
          "type": "uint64"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "setutagcfg",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "minapy",
          "type": "uint64"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "signincfgs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "rewards",
          "type": "uint64[]"
        },
        {
          "name": "finalreward",
          "type": "uint64"
        },
        {
          "name": "maxrecord",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "signinday",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "cid",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "signins",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lastsignin",
          "type": "uint64"
        },
        {
          "name": "signins",
          "type": "uint64[]"
        }
      ]
    },
    {
      "name": "status",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "test",
      "base": "",
      "fields": []
    },
    {
      "name": "userconfigs",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "minapy",
          "type": "uint64"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "bindcaptcha",
      "type": "bindcaptcha",
      "ricardian_contract": ""
    },
    {
      "name": "rmcaptchas",
      "type": "rmcaptchas",
      "ricardian_contract": ""
    },
    {
      "name": "setconfig",
      "type": "setconfig",
      "ricardian_contract": ""
    },
    {
      "name": "setsignincfg",
      "type": "setsignincfg",
      "ricardian_contract": ""
    },
    {
      "name": "setudfxcfg",
      "type": "setudfxcfg",
      "ricardian_contract": ""
    },
    {
      "name": "setusercfg",
      "type": "setusercfg",
      "ricardian_contract": ""
    },
    {
      "name": "setutagcfg",
      "type": "setutagcfg",
      "ricardian_contract": ""
    },
    {
      "name": "signinday",
      "type": "signinday",
      "ricardian_contract": ""
    },
    {
      "name": "test",
      "type": "test",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "captchas",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "captchas"
    },
    {
      "name": "configs",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "configs"
    },
    {
      "name": "records",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "records"
    },
    {
      "name": "signincfgs",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "signincfgs"
    },
    {
      "name": "signins",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "signins"
    },
    {
      "name": "status",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "status"
    },
    {
      "name": "userconfigs",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "userconfigs"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}