Vaulta

tokenrocket3

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    id uint64
    username name
    user_key public_key
    assets asset[]
  • rows of game

    Field Type
    id uint64
    user_key uint64
    username name
    ast asset
    bet string
    timestamp uint64
    coeficient uint32
    random_number uint32
    is_user_won bool
    is_closed bool
    hash checksum256
    trxid_hash checksum256
  • rows of options

    Field Type
    id uint64
    fees uint32
    referrals uint32
    collector name
    min_bet asset
    max_bet asset
  • Field Type
    id uint64
    type uint32
    from name
    to name
    ast asset
    timestamp uint64