Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ethers.js 检查与 evm 兼容的侧链上的钱包余额。
token.balanceOf(address)
一直给我 0。我已将 rpc、合约 abis 和合约地址更改为各自的链。我错过了什么还是有更简单的方法可以做到这一点?
确保您连接到与令牌所在网络相关的节点。确保首先使用 abi 和合约地址启动令牌实例。然后你应该可以调用 .balanceOf 等函数