Vaulta

lamagame1234

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "calbonus",
      "base": "",
      "fields": [
        {
          "name": "invest_id",
          "type": "uint64"
        },
        {
          "name": "offset",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "calrecommend",
      "base": "",
      "fields": [
        {
          "name": "user_id",
          "type": "uint64"
        },
        {
          "name": "offset",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "doline",
      "base": "",
      "fields": [
        {
          "name": "invest_id",
          "type": "uint64"
        },
        {
          "name": "offset",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "reset",
      "base": "",
      "fields": [
        {
          "name": "user_id",
          "type": "uint64"
        },
        {
          "name": "offset",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "sendaward",
      "base": "",
      "fields": [
        {
          "name": "user_id",
          "type": "uint64"
        },
        {
          "name": "offset",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "st_win_fomouser",
      "base": "",
      "fields": [
        {
          "name": "fomo_id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "st_win_global",
      "base": "",
      "fields": [
        {
          "name": "total_money",
          "type": "uint64"
        },
        {
          "name": "invest_id",
          "type": "uint64"
        },
        {
          "name": "user_id",
          "type": "uint64"
        },
        {
          "name": "daily_limit_amount",
          "type": "uint64"
        },
        {
          "name": "line_amount",
          "type": "uint64"
        },
        {
          "name": "curday_amount",
          "type": "uint64"
        },
        {
          "name": "lastinvest_day",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "st_win_invest",
      "base": "",
      "fields": [
        {
          "name": "invest_id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "lastbonus_time",
          "type": "uint64"
        },
        {
          "name": "invite_code",
          "type": "string"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "times",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "st_win_record",
      "base": "",
      "fields": [
        {
          "name": "record_id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "st_win_user",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "user_id",
          "type": "uint64"
        },
        {
          "name": "free_amount",
          "type": "uint64"
        },
        {
          "name": "freeze_amount",
          "type": "uint64"
        },
        {
          "name": "recharge_amount",
          "type": "uint64"
        },
        {
          "name": "withdraw_amount",
          "type": "uint64"
        },
        {
          "name": "invite_amount",
          "type": "uint64"
        },
        {
          "name": "bonus_amount",
          "type": "uint64"
        },
        {
          "name": "day_invite_amount",
          "type": "uint64"
        },
        {
          "name": "day_bonus_amount",
          "type": "uint64"
        },
        {
          "name": "line_amount",
          "type": "uint64"
        },
        {
          "name": "level",
          "type": "uint8"
        },
        {
          "name": "line_level",
          "type": "uint8"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "invite_code",
          "type": "string"
        },
        {
          "name": "invite_counter",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "lastrecommend_time",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "updateline",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "calbonus",
      "type": "calbonus",
      "ricardian_contract": ""
    },
    {
      "name": "calrecommend",
      "type": "calrecommend",
      "ricardian_contract": ""
    },
    {
      "name": "doline",
      "type": "doline",
      "ricardian_contract": ""
    },
    {
      "name": "reset",
      "type": "reset",
      "ricardian_contract": ""
    },
    {
      "name": "sendaward",
      "type": "sendaward",
      "ricardian_contract": ""
    },
    {
      "name": "updateline",
      "type": "updateline",
      "ricardian_contract": ""
    },
    {
      "name": "withdraw",
      "type": "withdraw",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "fomouser",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "st_win_fomouser"
    },
    {
      "name": "winglobal",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "st_win_global"
    },
    {
      "name": "wininvest",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "st_win_invest"
    },
    {
      "name": "winrecord",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "st_win_record"
    },
    {
      "name": "winuser",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "st_win_user"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}