Hello, I'm a beginner developer. And I want to add a lot of NFT tokens to 1 smart contract - I understand how to do this. But it's not clear to me how one address can own many NFTs if the return 1 method in the standard is a value and not an array. - function balanceOf(address _owner) external view returns (uint256);
Jan 24, 2022, 11:28 AM