Vaulta

g4ydgmjyhege

Contract

The data tables defined by this contract.

  • Field Type
    owner name
    amount uint64
    amountSymbol string
  • rows of bet

    Field Type
    key uint64
    id_item uint64
    username name
    yes_bet uint8
    amount uint64
    claimed uint8
  • rows of config

    Field Type
    id uint8
    version uint64
    owner name
    itemCreationFee uint64
    feeSymbol string
  • rows of item

    Field Type
    id uint64
    owner name
    title string
    deadline time_point_sec
    vote_start time_point_sec
    vote_end time_point_sec
    tot_yes_bets uint16
    tot_no_bets uint16
    count_yes_votes uint16
    count_no_votes uint16
    claimed uint8
  • rows of vote

    Field Type
    key_vote uint64
    id_item uint64
    votername name
    yes_vote uint8