Vaulta

baker.pizza

Contract

The data tables defined by this contract.

  • rows of baker

    Field Type
    percentage uint32
    total_votes uint64
  • rows of period

    Field Type
    start_time uint32
    end_time uint32
    percentage uint32
    total_reward asset
    total_votes uint64
  • rows of reward

    Field Type
    account name
    votes uint64
    quantity asset
    cumulative asset
    last_cal_time uint32
  • rows of vlist

    Field Type
    voter name
    votes uint64
    last_vote_time uint32
  • rows of voter

    Field Type
    account name
    votes uint64
    last_vote uint64
    last_vote_time uint32