Skip to main content

ITokenBalance

Git Source

Generic interface for tokens that implement a balanceOf function (includes ERC-20 and ERC-721)

Functions

balanceOf

Get the user's token balance

function balanceOf(address user_) external view returns (uint256);