Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generated B20 reference for balanceOf(address).
function balanceOf(address account) external view returns (uint256);
0x70a08231
balanceOf(address)
account
IB20(target).balanceOf(account);
Was this page helpful?