Vaulta

etherbitcoin

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    owner name
    stake asset
    stake_at uint32
    balances token_asset[]
  • Field Type
    id int64
    owner name
    quant asset
    refunding_at uint32
  • rows of state

    Field Type
    id int64
    total_stake asset
    last_finish_at uint32
    paying bool
    last_pay_account name
    last_pay_quant token_asset
    last_pay_remain token_asset
    last_pay_pool_id int64
  • rows of pool

    Field Type
    id int64
    quant extended_asset
    total_quant extended_asset