Telos

boid

合约

此合约定义的数据表。

  • 行数据 Account

    字段 类型
    boid_id name
    owners name[]
    auth AccountAuth
    sponsors name[]
    stake AccountStake
    power AccountPower
    team AccountTeam
    balance uint32
    nft_balance uint16
    recoverable bool
  • 行数据 AcctMeta

    字段 类型
    boid_id name
    meta bytes
  • 行数据 Auth

    字段 类型
    boid_id_auth name
  • 行数据 Booster

    字段 类型
    booster_id uint8
    pwr_multiplier uint8
    pwr_add_per_round uint16
    expire_after_elapsed_rounds uint16
    aggregate_pwr_capacity uint32
  • 行数据 Config

    字段 类型
    account ConfigAccount
    power ConfigPower
    mint ConfigMint
    team ConfigTeam
    stake ConfigStake
    time ConfigTime
    auth ConfigAuth
    nft ConfigNft
    paused bool
    allow_deposits bool
    allow_withdrawals bool
    recoveryAccount name
  • 行数据 Global

    字段 类型
    chain_name name
    total_power uint64
    last_inflation_adjust_round uint16
  • 行数据 Invite

    字段 类型
    invite_code uint64
    key public_key
    created_round uint16
  • 行数据 NFTMint

    字段 类型
    mint_receiver_boid_id name
    mint_quantity_remaining uint16
  • 行数据 NFT

    字段 类型
    asset_id uint64
    locked_until_round uint16
  • 行数据 Offer

    字段 类型
    offer_id uint64
    requirements OfferRequirements
    actions OfferAction
    rewards OfferRewards
    limits OfferLimits
    total_claimed uint32
  • 行数据 Sponsor

    字段 类型
    sponsor_boid_id name
    invites_balance uint16
    invite_codes_unclaimed uint16
    invite_codes_claimed uint32
    sponsored_upgrades uint32
    upgrades_total_earned uint32
  • 行数据 Stake

    字段 类型
    stake_id uint64
    from_boid_id name
    to_boid_id name
    stake_quantity uint16
    locked_until_round uint16
  • 行数据 Team

    字段 类型
    team_id uint16
    balance uint32
    stake AccountStake
    owner name
    managers name[]
    min_pwr_tax_mult uint8
    owner_cut_mult uint8
    url_safe_name string
    power uint64
    members uint32
    last_edit_round uint16
    meta bytes