Vaulta

dist.gs.core

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "addclaimcfg",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "token_contract_account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "end_time",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        }
      ]
    },
    {
      "name": "reward_config",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "end_time",
          "type": "uint64"
        },
        {
          "name": "reward_amount",
          "type": "uint64"
        },
        {
          "name": "received_amount",
          "type": "uint64"
        },
        {
          "name": "last_claim_time",
          "type": "uint64"
        },
        {
          "name": "token_contract_account",
          "type": "name"
        },
        {
          "name": "token_symbol",
          "type": "symbol"
        },
        {
          "name": "is_ended",
          "type": "bool"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "addclaimcfg",
      "type": "addclaimcfg",
      "ricardian_contract": "---\nspec_version: \"0.2.0\"\ntitle: 添加线性释放Token\n---\n\n线性释放Token给指定人员"
    },
    {
      "name": "claim",
      "type": "claim",
      "ricardian_contract": "---\nspec_version: \"0.2.0\"\ntitle: 领取Token\n---\n\n领取Token"
    }
  ],
  "tables": [
    {
      "name": "rewardconfig",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "reward_config"
    },
    {
      "name": "stat",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "currency_stats"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}