Vaulta

pzadexoracle

Contract

The data tables defined by this contract.

  • rows of game

    Field Type
    id uint64
    redteam name
    blueteam name
    winner name
    admin name
    ramount asset
    bamount asset
    rusercount uint64
    busercount uint64
    timestamp uint64
    status uint8
  • rows of record

    Field Type
    id uint64
    user name
    winner name
    quantity asset
    timestamp uint64
    claimed bool
  • rows of team

    Field Type
    title name
    description string
    gameid uint64
    playing bool
  • rows of user

    Field Type
    name name
    count uint32
    amount asset
    reward asset
    totalreward asset
    claim_time uint64
    reg_time uint64