Future<String> tokenURI(BigInt tokenId) async => await _contract.call<String>("tokenURI", [tokenId]);