Jungle 4 (Testnet)

drops.gm

Contract

The actions for this contract with their input parameters and potential response data.

  • bind

    Bind Drop(s)

    Request Parameters
    owner name
    drops_ids uint64[]
    Response Object
    bind int64
  • claim

    Claim remaining RAM balance

    Request Parameters
    owner name
    Response Object
    claim int64
  • cleartable

    cleartable

    Request Parameters
    table_name name
    scope name?
    max_rows uint64?
  • destroy

    Destroy Drop(s)

    Request Parameters
    owner name
    drops_ids uint64[]
    memo string?
    to_notify name?
    Response Object
    unbound_destroyed int64
    bytes_reclaimed int64
  • enable

    Enable Drops contrat

    Request Parameters
    enabled bool
  • generate

    Generate Drop(s)

    Request Parameters
    owner name
    bound bool
    amount uint32
    data string
    to_notify name?
    Response Object
    bytes_used int64
    bytes_balance int64
  • logdestroy

    logdestroy

    Request Parameters
    owner name
    drops drop_row[]
    destroyed int64
    unbound_destroyed int64
    bytes_reclaimed int64
    memo string?
    to_notify name?
  • logdrops

    logdrops

    Request Parameters
    owner name
    amount int64
    before_drops int64
    drops int64
  • logrambytes

    logrambytes

    Request Parameters
    owner name
    bytes int64
    before_ram_bytes int64
    ram_bytes int64
  • open

    Open account balance

    Request Parameters
    owner name
    Response Object
    open bool
  • test

    test

    Request Parameters
    data string
  • transfer

    Transfer Drop(s)

    Request Parameters
    from name
    to name
    drops_ids uint64[]
    memo string?
  • unbind

    Unbind Drop(s)

    Request Parameters
    owner name
    drops_ids uint64[]
    Response Object
    unbind int64