Telos

feedurmonkey

合约

此合约的操作及其输入参数和潜在的响应数据。

  • Craft Asset

    Craft a new asset

    请求参数
    monkey name
    asset_id inventory_asset_type
  • Craft Equipment

    Craft a new equipment

    请求参数
    monkey name
    equip_id equipment_type
  • Delete Asset

    Permanently delete specified asset

    请求参数
    monkey name
    asset_id inventory_asset_type
    quantity asset
  • Delete Equipment

    Permanently delete specified equipment

    请求参数
    monkey name
    equip_id equipment_type
    quantity asset
  • Dig up a Tree

    Dig up a tree by exporting it into an NFT that will be sent to your wallet

    请求参数
    id uint16
    owner name
  • Explore Jungle

    Explore the jungle and find various assets

    请求参数
    monkey name
    energy asset
  • Fertilize a Tree

    Fertilize the chosen tree to produce bananas

    请求参数
    id uint16
    owner name
    peels asset
  • Fight a Monkey

    Fight a monkey and get or lose some bananas

    请求参数
    monkey name
    opponent name
    my_weight asset
    opponent_weight asset
    响应对象
    total_bananas asset
    my_damage asset
    opponent_damage asset
    my_energy_used asset
    opponent_energy_used asset
    xp_earned int32
  • See Found Assets

    See assets found while exploring the jungle

    请求参数
    monkey name
    响应数组
    foundassets inventory_asset_type[]
  • Withdraw Banana Peels

    Withdraw banana peels from the game into your wallet

    请求参数
    monkey name
    peels asset
  • Get Trees

    Retrieve trees for multiple owners

    请求参数
    owners name[]
    响应对象
    gettrees tree_owners_result
  • Harvest a Banana Tree

    Harvest grown bananas from the tree

    请求参数
    id uint16
    owner name
  • 请求参数
    to name
    opponent name
    damage asset
    opponent_damage asset
    energy_used asset
    opponent_energy_used asset
  • 请求参数
    没有操作参数。
  • Purchase Asset

    Purchase a desired asset for $BANANA

    请求参数
    monkey name
    asset_id inventory_asset_type
  • Set a Status

    Set a status message for your monkey

    请求参数
    monkey name
    status string
  • Set Weapons

    Set weapons your monkey will use

    请求参数
    monkey name
    weapons equipment_type[]
  • Starve Your Monkey

    Take bananas away from your monkey

    请求参数
    monkey name
    bananas asset
  • Take a Starve Pill

    Starve your monkey at any time regardless of the last fight won

    请求参数
    monkey name
  • Transfer Revenue

    Transfer bananas from revenue to the specified account

    请求参数
    to name
    amount asset
    memo string