Vaulta

mymillionsio

Contract

The data tables defined by this contract.

  • rows of Account

    Field Type
    player_name name
    created_at time_point
    referrer_id uint64
    referral_count uint16
    wood uint64
    metal uint64
    oil uint64
    jewel uint64
    payment_balance asset
    withdraw_balance asset
    entered_money asset
    referral_income asset
  • Field Type
    player_name name
    type uint8
    level uint8
    count uint32
    last_collected time_point
  • Field Type
    type uint8
    level uint8
    produce uint64
    produce_bonus float64
    price_for_next_lvl uint32
  • rows of Config

    Field Type
    revision int32
    owner name
    admin name
    developer_wallet name
    main_wallet name
    developers_percent float64
    price_for_1000_wood float64
    price_for_1000_metal float64
    price_for_1000_oil float64
    price_for_1000_jewel float64
    enable_withdraw bool
  • Field Type
    income_group uint8
    bonus_1st_lvl float64
    bonus_2nd_lvl float64
    bonus_3rd_lvl float64
    bonus_4th_lvl float64
    bonus_5th_lvl float64