Vaulta

atmosstakev2

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    key uint64
    public_key public_key
    total_balance asset
    total_weight uint64
  • rows of stake

    Field Type
    key uint64
    weight int64
    public_key public_key
    initial_balance asset
    balance asset
    expires time_point_sec
  • rows of stat

    Field Type
    total_weight int64
    total_supply asset
    subsidy_supply asset
    round_subsidy asset
    token_contract name
    token_symbol symbol
    last_claim time_point_sec
    min_claim_secs int64
    min_stake_secs int64
    max_stake_secs int64
    min_stake asset