Telos

trees

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    balance asset
  • Field Type
    id uint64
    owner name
    forest_id uint32
    cycle uint8
    co2_captured asset
    balance asset
    date_issued time_point_sec
    date_matures time_point_sec
  • rows of forest

    Field Type
    id uint64
    project_owner name
    land_owner name
    forest_name string
    date_planted time_point_sec
    forest_state uint8
    area asset
    tree_count uint32
    sponsored_count uint32
    last_expiry time_point_sec
    cycle_start time_point_sec
    cycle_end time_point_sec
    cycle_num uint8
    cycle_co2_captured asset
    total_co2_captured asset
    cycle_co2_claimed asset
    total_co2_claimed asset
    boundary string
    species string
    metadata string
  • rows of setting

    Field Type
    forest_count uint32
    tree_count uint32
    corco_num uint32
    owner_record_num uint32
    community_token asset
    co2_captured asset
    co2_claimed asset
    total_area asset
    enabled bool
  • Field Type
    supply asset
    max_supply asset
    issuer name
  • Field Type
    id uint64
    account name
    transaction transaction_rec
  • Field Type
    id uint64
    forest_id uint32
    owner name
    tree_count uint32
    cycle_issued uint8
    last_update time_point_sec
    tree_sec uint64
  • rows of tree

    Field Type
    id uint64
    owner name
    is_sponsored bool
    forest_id uint32
    species string
    location string
    image_hash string
    metadata string