Jungle 4 (Testnet)

drops.gm

컨트랙트

이 컨트랙트의 액션과 입력 파라미터, 잠재적 응답 데이터입니다.

  • bind

    Bind Drop(s)

    요청 매개변수
    owner name
    drops_ids uint64[]
    응답 객체
    bind int64
  • claim

    Claim remaining RAM balance

    요청 매개변수
    owner name
    응답 객체
    claim int64
  • cleartable

    cleartable

    요청 매개변수
    table_name name
    scope name?
    max_rows uint64?
  • destroy

    Destroy Drop(s)

    요청 매개변수
    owner name
    drops_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?
    응답 객체
    bytes_used int64
    bytes_balance int64
  • 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
  • logrambytes

    logrambytes

    요청 매개변수
    owner name
    bytes int64
    before_ram_bytes int64
    ram_bytes int64
  • open

    Open account balance

    요청 매개변수
    owner name
    응답 객체
    open bool
  • test

    test

    요청 매개변수
    data string
  • transfer

    Transfer Drop(s)

    요청 매개변수
    from name
    to name
    drops_ids uint64[]
    memo string?
  • unbind

    Unbind Drop(s)

    요청 매개변수
    owner name
    drops_ids uint64[]
    응답 객체
    unbind int64