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