Last updated 1 year ago
This method returns the number of tokens in owner's account.
owner
function balanceOf( address owner ) external view returns (uint256 balance);
An INFT holding address.
balance
the number of tokens in owner's account.