Jungle 4 (Testnet)

powerbot.gm

合约

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

  • Confirm the debit happened

    Confirm the chain cost of a top-up was observed and debited

    请求参数
    没有操作参数。
  • Claim earnings

    Claim {{nowrap quantity}} of earnings to {{nowrap to}}

    请求参数
    to name
    quantity asset
  • Close a balance

    Close the powerbot balance of {{nowrap funder}}

    请求参数
    funder name
  • Configure one account

    Change how {{nowrap beneficiary}} is kept usable for {{nowrap funder}}

    请求参数
    funder name
    beneficiary name
    cpu_floor_ms uint32?
    net_floor_kb uint32?
    cpu_increment_ms uint32?
    net_increment_kb uint32?
    paused bool
  • Erase an allowance

    Erase the allowance of {{nowrap funder}}

    请求参数
    funder name
  • Erase a standing order

    Erase the standing order of {{nowrap funder}}

    请求参数
    funder name
  • Disclose a top-up

    Disclose a top-up of {{nowrap beneficiary}} charged to {{nowrap funder}}

    请求参数
    funder name
    beneficiary name
    chain_cost asset
    provider_fee asset
    cpu_ms uint32
    net_kb uint32
    memo string
  • Open a balance

    Open a powerbot balance for {{nowrap funder}}

    请求参数
    funder name
  • Grant an allowance

    Let the accounts {{nowrap funder}} names settle fees from its balance

    请求参数
    funder name
    beneficiaries name[]
    patterns action_pattern[]
  • Publish operator bounds

    Publish the limits and defaults the operator will honor

    请求参数
    min_cpu_ms uint32
    max_cpu_ms uint32
    min_net_kb uint32
    max_net_kb uint32
    default_cpu_floor_ms uint32
    default_cpu_increment_ms uint32
    default_net_floor_kb uint32
    default_net_increment_kb uint32
  • Write a standing order

    Keep the accounts {{nowrap funder}} names usable

    请求参数
    funder name
    entries beneficiary_entry[]
  • Sweep surplus

    Sweep {{nowrap quantity}} of {{nowrap token_contract}} to {{nowrap to}}

    请求参数
    to name
    token_contract name
    quantity asset
  • Top up a covered account

    Buy resources for {{nowrap beneficiary}} out of the balance of {{nowrap funder}}

    请求参数
    funder name
    beneficiary name
    cpu_ms uint32
    net_kb uint32
    cpu_frac int64
    net_frac int64
    max_payment asset
    fee asset
    memo string
  • Settle a transaction fee

    Pay {{nowrap fee}} from the balance of {{nowrap funder}} for a transaction {{nowrap beneficiary}} signed

    请求参数
    provider name
    funder name
    beneficiary name
    fee asset
    memo string
  • Withdraw

    Withdraw {{nowrap quantity}} to {{nowrap funder}}

    请求参数
    funder name
    quantity asset