🤢
Tron
  • Mastering TRON
  • Introduction
    • TRON 引言
    • TRON 基础
    • 节点客户端
    • 钱包
    • 交易(内置合约类型)
    • API
    • 开发者资源
  • Internals
    • 超级代表和投票
    • 产块和维护周期
    • 提案和链升级
  • Smart Contract
    • 什么是智能合约
    • Solidity 基础
    • Solidity 进阶
    • Solidity ABI
    • Use Solidity Like a Professional
    • 合约编程误区
    • Tooling
    • TVM
  • TRON by Example
    • Generate Address Offline
    • Transfer TRX
    • Transfer TRC20
    • Parse Event Logs
    • Estimate Energy Usage
    • Call Justswap
    • Query TRC20 Balance
  • Next Generation TRON
    • Current Tech that Benifits Blockchain
由 GitBook 提供支持
在本页

这有帮助吗?

  1. TRON by Example

Query TRC20 Balance

Shell Script

NOTE: T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb is the empty address.

curl --request POST \
  --url https://api.trongrid.io/wallet/triggerconstantcontract \
  --header 'Content-Type: application/json' \
  --data '{"owner_address":"T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb","contract_address":"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t","function_selector":"balanceOf(address)","parameter":"000000000000000000000041fc60a4397fe29674870e9a51cf3adc84d1457d48","visible":true}'
上一页Call Justswap下一页Current Tech that Benifits Blockchain

最后更新于4年前

这有帮助吗?