Vaulta

bss.defi

Contract

The data tables defined by this contract.

  • rows of deposit

    Field Type
    id uint64
    owner name
    period uint32
    saving_box asset
    saving_weight uint64
    expire_time uint64
  • rows of global

    Field Type
    fees_percent uint32
  • rows of global2

    Field Type
    status uint8
    fees_percent uint32
  • rows of holder

    Field Type
    owner name
    saving_box asset
    saving_weight uint64
    unclaimed asset
    claimed asset
    debt uint64
  • rows of order

    Field Type
    id uint64
    owner name
    price asset
    time uint64
  • rows of pool

    Field Type
    period uint32
    weight uint32
  • rows of stat

    Field Type
    total_saving_box asset
    total_saving_weight uint64
    acc_reward_per_share uint128
    reward_box asset
    last_issue_time uint32
  • rows of tableid

    Field Type
    key name
    id uint64