Jungle 4 (Testnet)

drops

合约

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

  • bind

    Bind Drop(s)

    请求参数
    owner name
    droplet_ids uint64[]
    响应对象
    bind int64
  • bytescost

    bytescost

    请求参数
    quantity asset
    响应对象
    bytescost int64
  • claim

    Claim remaining RAM balance

    请求参数
    owner name
    响应对象
    claim int64
  • destroy

    Destroy Drop(s)

    请求参数
    owner name
    droplet_ids uint64[]
    memo string?
    to_notify name?
    响应对象
    unbound_destroyed int64
    bytes_reclaimed int64
  • enable

    Enable Drops contrat

    请求参数
    enabled bool
  • generate

    Generate Drop(s)

    请求参数
    owner name
    bound bool
    amount uint32
    data string
    to_notify name?
    memo string?
    响应对象
    bytes_used int64
    bytes_balance int64
  • lock

    Lock Drop(s)

    请求参数
    owner name
    droplet_ids uint64[]
  • logdestroy

    logdestroy

    请求参数
    owner name
    drops drop_row[]
    destroyed int64
    unbound_destroyed int64
    bytes_reclaimed int64
    memo string?
    to_notify name?
  • logdrops

    logdrops

    请求参数
    owner name
    amount int64
    before_drops int64
    drops int64
  • loggenerate

    loggenerate

    请求参数
    owner name
    drops drop_row[]
    generated int64
    bytes_used int64
    bytes_balance int64
    data string
    to_notify name?
    memo string?
  • logrambytes

    logrambytes

    请求参数
    owner name
    bytes int64
    before_ram_bytes int64
    ram_bytes int64
  • open

    Open account balance

    请求参数
    owner name
    响应对象
    open bool
  • ramcost

    ramcost

    请求参数
    bytes int64
    响应对象
    ramcost asset
  • transfer

    Transfer Drop(s)

    请求参数
    from name
    to name
    droplet_ids uint64[]
    memo string?
  • unbind

    Unbind Drop(s)

    请求参数
    owner name
    droplet_ids uint64[]
    响应对象
    unbind int64
  • unlock

    Unlock Drop(s)

    请求参数
    owner name
    droplet_ids uint64[]