Telos

apx

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    balance asset
  • Field Type
    account_name name
    reputation uint16
    liquid asset
    powered asset
    powering_down asset
    delegated asset
    delegating asset
    vote_charges float64
    last_recharge_time time_point_sec
    flagged bool
  • rows of config

    Field Type
    contract_name string
    contract_version string
    admin name
    last_post_id uint64
    last_paid_post uint64
    total_accounts uint32
    total_unpaid_votes asset
    total_supply asset
    powered_supply asset
    max_supply asset
    inflation_rate float64
    max_vote_charges uint16
    powerdown_period uint32
    rewards_period uint32
    vote_recharge_period uint32
    appics_account name
    rewards_account name
    creator_rewards_share float64
    voters_rewards_share float64
    appics_rewards_share float64
    autopower_percent float64
    last_inflation_block uint64
  • Field Type
    id uint64
    from name
    to name
    amount asset
    delegation_time time_point_sec
    expiration_time time_point_sec
  • rows of post

    Field Type
    post_id uint64
    parent_post_id uint64
    post_time time_point_sec
    creator name
    image string
    content string
    permlink string
    upvotes asset
    flagged bool
    deleted bool
    paying bool
    paid bool
    post_rewards_paid asset
    remaining_rewards asset
  • Field Type
    id uint64
    amount asset
    powerdown_time time_point_sec
    last_refresh_time time_point_sec
  • Field Type
    supply asset
    max_supply asset
    issuer name
  • Field Type
    telos_account name
    steem_account string
    steem_account_hash checksum256
    liquid asset
    staked asset
  • rows of vote

    Field Type
    account_name name
    vote_power asset
    vote_time time_point_sec