Jungle 4 (Testnet)

unicove.gm

合约

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

  • Load Account State

    Read-only action to load the current state of an account.

    请求参数
    account name
    tokens B_vector_token_definition_E?
    zerobalances bool?
    响应对象
    account name
    contracthash checksum256
    balance token_balance
    delegations delegated_bandwidth[]
    proposals proposal[]
    refund refund_request
    rexbal rex_balance
    rexfund rex_fund
    vote voter_info
    giftedram gifted_ram
    balances token_balance[]
    created time_point
  • Check Name Available

    Read-only action to checks the availability of an account name.

    请求参数
    account name
    响应对象
    account name
    available bool
  • Load Balances

    Read-only action to load the token balances of the provided token contracts and symbols.

    请求参数
    account name
    tokens token_definition[]
    zerobalances bool
    响应数组
    ... token_balance[]
  • Load Contract Hash

    Read-only action to load the hash of the contract deployed to an account.

    请求参数
    account name
    响应对象
    owner name
    hash checksum256
  • Load Delegations

    Read-only action to load any tokens delegated by an account.

    请求参数
    account name
    响应数组
    ... delegated_bandwidth[]
  • Load Token Distribution

    Read-only action to load the current distribution information of a token.

    请求参数
    def token_definition
    响应对象
    id token_definition
    distribution token_distribution?
  • Load Gifted RAM

    Read-only action to load the gifted RAM state of an account.

    请求参数
    account name
    响应对象
    giftee name
    gifter name
    ram_bytes int64
  • Load Global State

    Read-only action to load global state data.

    请求参数
    没有操作参数。
    响应对象
    max_ram_size uint64
    total_ram_bytes_reserved uint64
    total_ram_stake int64
    last_producer_schedule_update block_timestamp_type
    last_pervote_bucket_fill time_point
    pervote_bucket int64
    perblock_bucket int64
    total_unpaid_blocks uint32
    total_activated_stake int64
    thresh_activated_stake_time time_point
    last_producer_schedule_size uint16
    total_producer_vote_weight float64
    last_name_close block_timestamp_type
  • Load Network State

    Read-only action to load the current state of the network.

    请求参数
    没有操作参数。
    响应对象
    global eosio_global_state?
    powerup powerup_state
    ram exchange_state
    rex rex_pool
    token token
    ram_gift_bytes int64
  • Load Powerup State

    Read-only action to load the current state of the powerup system contracts.

    请求参数
    没有操作参数。
    响应对象
    version uint8
    net powerup_state_resource
    cpu powerup_state_resource
    powerup_days uint32
    min_powerup_fee asset
  • Load Account Proposals

    Read-only action to load multisig proposals that were proposed by an account.

    请求参数
    account name
    响应数组
    ... proposal[]
  • Load RAM Market State

    Read-only action to load the current state of the RAM Market.

    请求参数
    没有操作参数。
    响应对象
    supply asset
    base connector
    quote connector
  • Load Refund

    Read-only action to find any pending refunds for an account.

    请求参数
    account name
    响应对象
    owner name
    request_time time_point_sec
    net_amount asset
    cpu_amount asset
  • DEBUG: Reset Contract State

    DEBUG: Resets the contract state to default values.

    请求参数
    没有操作参数。
  • Load REX State

    Read-only action to load the current state of the REX contract.

    请求参数
    没有操作参数。
    响应对象
    version uint8
    total_lent asset
    total_unlent asset
    total_rent asset
    total_lendable asset
    total_rex asset
    namebid_proceeds asset
    loan_num uint64
  • Load REX Balance

    Read-only action to load the EOS balance of an account idle in the REX contract.

    请求参数
    account name
    响应对象
    version uint8
    owner name
    vote_stake asset
    rex_balance asset
    matured_rex int64
    rex_maturities pair_time_point_sec_int64[]
  • Load REX State

    Read-only action to load the REX state of an account in the REX contract.

    请求参数
    account name
    响应对象
    version uint8
    owner name
    balance asset
  • Set Contract Configuration

    Maintainer action to set the values of the config table to update how this contract operates.

    请求参数
    chain_id checksum256
    system_contract name
    system_contract_msig name
    system_token_contract name
    system_token_symbol symbol
    system_ramcore_symbol symbol
    system_ram_symbol symbol
    system_rex_symbol symbol
    gifted_ram_enabled bool
  • Load Account Votes

    Read-only action to load the votes cast by an account.

    请求参数
    account name
    响应对象
    owner name
    proxy name
    producers name[]
    staked int64
    last_vote_weight float64
    proxied_vote_weight float64
    is_proxy bool
    flags1 uint32
    reserved2 uint32
    reserved3 asset
  • DEBUG: Wipe Contract Data

    DEBUG: Removes all contract state.

    请求参数
    没有操作参数。