Vaulta

lottyplayman

Contract

The data tables defined by this contract.

  • rows of game

    Field Type
    gamekey uint64
    account name
    created time_point_sec
    deadline time_point_sec
    gameid uint64
    is_start bool
  • rows of offer

    Field Type
    offerkey uint64
    bet_num uint64[]
    big_small string
    odd_even string
    name name
    bet_time time_point_sec
    amount asset
    gameid uint64
    order uint64
    win asset
    rule uint64
    iswithdraw bool
  • rows of reveal

    Field Type
    revealkey uint64
    reveal_num uint64[]
    big_small string
    odd_even string
    gameid uint64
    reveal_time time_point_sec
    isreveal bool
    name name
  • rows of account

    Field Type
    name name
    elttoken uint64