TRC-20
TRC-20 is TRON's fungible token standard, closely mirroring the ERC-20 interface, whose transfers consume Energy and Bandwidth rather than EVM gas.
TRC-20 defines fungible tokens on TRON with an interface that mirrors ERC-20, including transfer, approve, and balanceOf plus Transfer and Approval events. It hosts some of the highest-volume stablecoin flows in crypto, so accurate tracking matters for exchanges and AML. Transfers execute as contract calls that consume Energy and Bandwidth, not gas. Balances live in contract storage. Our TRON archive API decodes TRC-20 Transfer and Approval events into named fields with token, from, to, and amount, so you index token movement without parsing raw logs.
相关术语
另见
把概念变成一次 API 调用
这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。
获取 API 密钥